A starter template demonstrating the Sound in Theory plugin structure. Copy and adapt this when building a new plugin.
/plugin install example-plugin@soundintheory
Claude activates this automatically when it detects a relevant context. Edit the description in SKILL.md to control when it fires.
A slash command you can call directly:
/example-command hello world
example-plugin/
├── .claude-plugin/
│ └── plugin.json
├── README.md
└── skills/
├── example-skill/
│ └── SKILL.md # Model-invoked — triggers from context
└── example-command/
└── SKILL.md # User-invoked — /example-command slash command