Slash commands for Claude that reference skills.
Creates custom slash commands that load and execute referenced skills for Claude.
/plugin marketplace add tmoxon/uni/plugin install uni@uni-marketplaceSlash commands for Claude that reference skills.
/brainstorm - Interactive idea refinement using Socratic method (→ @skills/collaboration/brainstorming/SKILL.md)/create-adr - Create an Architectural Decision Record (→ @skills/collaboration/create-adr/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 directory@skills/your-category/your-skill/SKILL.md
/your-command is now availableThese commands are automatically symlinked to ~/.claude/commands/ by the clank installer.
See @skills/meta/installing-skills/SKILL.md for installation details.