Skill tool.
Installation
- Official Marketplace (recommended)
- Community Marketplace
Verify installation
Start a new session and ask for something that triggers a skill:How skills work in Claude Code
Claude Code exposes aSkill tool that loads skill content on demand. The using-superpowers skill is loaded at session start and enforces the rule that agents must check for a relevant skill before taking any action.
When a skill applies, the agent announces it:
Updating
Tool reference
Skills in Superpowers are written using Claude Code tool names. All tools work natively:| Tool | Purpose |
|---|---|
Skill | Load a skill by name |
TodoWrite | Track task checklists |
Task | Dispatch subagents |
Subagent workflows (like
subagent-driven-development) dispatch fresh Task subagents per task. This works natively in Claude Code.