A curated collection of Claude Code skills for professional AI-assisted workflows.
概要
A curated collection of Claude Code skills for professional AI-assisted workflows.
README
Claude Skills
A curated collection of Claude Code skills for professional AI-assisted workflows.
These are battle-tested skills from a real production setup. Each one is a reusable prompt with full tool access — copy it into your project and it becomes a /command in any Claude Code session.
What’s a Skill?
Skills are markdown files that live in .claude/skills//SKILL.md (or .claude/commands/.md for simpler setups). They act as reusable, parameterized prompts with access to all Claude Code tools. Drop one in and invoke it with /name.
Skills
| Skill | Description |
|---|---|
| /reflect | Session retrospective — find friction, capture learnings, auto-implement quick wins |
| /pause | Save session state and generate a return prompt (quick or full mode) |
| /upskill | Scan current session for stale skills and new skill candidates, then apply updates |
| /create-skill | Turn a session into a reusable skill with research, planning, and approval flow |
| /pretty-page | Convert markdown to a beautifully styled, shareable HTML page and upload to S3-compatible storage |
| /teach | Socratic teaching loop — quiz yourself on a session, confirm mastery item by item, don’t finish until everything’s locked in |
Installation
Each skill lives in its own directory. Copy the folder into your project:
# As a skill (recommended)
cp -r reflect /your-project/.claude/skills/reflect
# Or as a simple command
cp reflect/SKILL.md /your-project/.claude/commands/reflect.md
Then invoke it in Claude Code with /reflect.
Customization
Each SKILL.md has placeholder values (marked with ``) for paths and project-specific config. Replace these before using.
More
More skills added as they’re polished and generalized. Built by @alexknowshtml.
推奨ツール
別のキーワードを試すか、フィルタを外してください。
インストール
npx skillfish add alexknowshtml/claude-skills