Cadence Skills

Five skills that extend what Claude can do. Install once, they activate on their own. See what each one does below.

Productivity

Decision Engine Builder

Pulls your decision-making out of your head and turns it into a scoring system you can automate.

Activates when: you want to prioritize, automate a recurring decision, or build a triage system.
Help me prioritize my task list Build me a triage system
  • Quick Mode: 5 questions, 5 minutes, 80% of the value
  • Deep Mode: guilt curves, hidden rules, overflow patterns
  • Works with Todoist, Notion, Asana, Google Sheets, or plain text
Productivity

Advanced Skill Creator

Build, test, and ship Claude skills without starting from scratch each time.

Activates when: you want to build a skill, turn a workflow into something reusable, or package and test an existing skill.
Build me a skill for this workflow Turn this into something reusable
  • 5 paths: Draft (5 min) to Architect (1-2 hrs)
  • Self-correcting loop: generate, grade, extract, iterate
  • Ships with validate_skill.py and package_skill.py
Security

Check Skill Security

Helps you verify that the skills you're installing are safe.

Activates when: you want to verify a skill is safe before installing, especially from an untrusted source.
Is this skill safe to install? Audit this .skill file before I add it
  • Six audit phases: prompt injection, exfiltration, obfuscation, supply chain
  • Invisible Unicode injection detection
  • Severity levels: CLEAR / REVIEW / CAUTION / BLOCK
Security

Site Security Audit

Scans your live deployed app for exposed credentials, missing auth, and misconfigurations.

Activates when: you want to audit a live site, check your deployed app, or find exposed credentials.
Audit this URL for security issues Is my Vercel app secure?
  • Auto-detects: Vercel, Supabase, Cloudflare Workers, Firebase, Next.js
  • Seven phases: secrets in JS bundles, API auth, CRUD without auth
  • Stack-specific fix guides included
Visualization

CC-Viz

Turns terminal output into styled HTML pages you can open in the browser. Diagrams, diff reviews, data tables, slide decks.

Activates when: you ask for a diagram, architecture overview, diff review, or are about to get a complex table in the terminal.
Draw a diagram of our authentication flow Give me an architecture overview /diff-review
  • 11 diagram types, 6 slash commands
  • Proactive: auto-converts complex terminal tables to HTML without being asked