|
|
10 месяцев назад | |
|---|---|---|
| .. | ||
| README.md | 10 месяцев назад | |
| brainstorm.md | 10 месяцев назад | |
| execute-plan.md | 10 месяцев назад | |
| write-plan.md | 10 месяцев назад | |
Slash commands for Claude that reference skills.
/brainstorm - Interactive idea refinement using Socratic method (→ @skills/collaboration/brainstorming/SKILL.md)/write-plan - Create detailed implementation plan (→ @skills/collaboration/writing-plans/SKILL.md)/execute-plan - Execute plan in batches with review (→ @skills/collaboration/executing-plans/SKILL.md)Each command is a simple markdown file containing a single @ reference to a skill:
@skills/collaboration/brainstorming/SKILL.md
When you run the command (e.g., /brainstorm), Claude loads and follows that skill.
To add your own commands:
your-command.md in this directoryAdd a single line referencing a skill:
@skills/your-category/your-skill/SKILL.md
The command /your-command is now available
These commands are automatically symlinked to ~/.claude/commands/ by the clank installer.
See @skills/meta/installing-skills/SKILL.md for installation details.