Four ways to install. Pick whichever fits your setup.
Paste the URL, then choose which skills to enable. They activate automatically when your conversation needs them.
Run these inside a Claude Code session. Register the marketplace once, then install whichever skills you want.
/plugin marketplace add with the repo URL/plugin install skill-name@cadenceDownload individual .skill files from the releases page. Tell your agent to unzip and copy them to ~/.claude/skills/.
Clone the repo, run ./install.sh. Copies skill files directly into your Claude skills directory.
Skills activate on their own when your conversation needs them. No slash commands required, though you can use them if you want.
How it works: Claude reads each skill's description and loads it when your message matches. Say "help me prioritize" and Decision Engine Builder kicks in. Say "audit this URL" and Site Security Audit runs. Nothing to configure beyond installing.