Install Cadence Skills

Four ways to install. Pick whichever fits your setup.

Claude Desktop

Add the Marketplace

Paste the URL, then choose which skills to enable. They activate automatically when your conversation needs them.

  1. 01 Settings, Customize
  2. 02 Click + next to Personal Plugins
  3. 03 Add Marketplace, paste the URL
  4. 04 Select the skills you want
Claude Desktop
Settings
1
Add Marketplace
https://github.com/Cadence-Intelligence/skills.git
2
Choose skills to enable
decision-engine-builder
advanced-skill-creator
check-skill-security
site-security-audit
cc-viz
Claude Code CLI

Plugin Commands

Run these inside a Claude Code session. Register the marketplace once, then install whichever skills you want.

  1. 01 /plugin marketplace add with the repo URL
  2. 02 /plugin install skill-name@cadence
  3. 03 Skills load when your conversation matches
Claude Code
5 skills loaded
01> /plugin marketplace add https://github.com/Cadence-Intelligence/skills.git
02 Marketplace registered: cadence (5 skills)
03> /plugin install decision-engine-builder@cadence
04 Installed decision-engine-builder
05> /plugin install cc-viz@cadence
06 Installed cc-viz

07[skill] Decision Engine Builder activated
08> Help me prioritize my task list
Download

Grab .skill Files

Download individual .skill files from the releases page. Tell your agent to unzip and copy them to ~/.claude/skills/.

GitHub Releases
v1.0
Cadence Skills v1.0 latest
📦decision-engine-builder.skill6.8 KB
📦advanced-skill-creator.skill34 KB
📦check-skill-security.skill12 KB
📦site-security-audit.skill6.1 KB
📦cc-viz.skill64 KB
Manual

Git Clone + install.sh

Clone the repo, run ./install.sh. Copies skill files directly into your Claude skills directory.

Terminal
zsh
01$ git clone https://github.com/Cadence-Intelligence/skills.git
02 Cloning into 'skills'... done.
03$ cd skills && ./install.sh
04Installing decision-engine-builder...
05Installing advanced-skill-creator...
06Installing check-skill-security...
07Installing site-security-audit...
08Installing cc-viz...
09 Done. Restart Claude Code to activate.

Start chatting!

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.