Sayanthegamer

Cad Flow — Git skill for Claude Code

Git community

High-velocity TDD execution loop (Target -> Red -> Green -> Sanitize -> Commit).

How to install Cad Flow

Installs to ~/.claude/skills/sayanthegamer-cadence-cad-flow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sayanthegamer-cadence-cad-flow && curl -fsSL https://raw.githubusercontent.com/Sayanthegamer/cadence/HEAD/commands/cad-flow.md -o ~/.claude/skills/sayanthegamer-cadence-cad-flow/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cad Flow does


name: cad-flow description: High-velocity TDD execution loop (Target -> Red -> Green -> Sanitize -> Commit).

Execute the `cadence-flow` skill:

  1. Target the exact behavior or defect.
  2. RED: Write or locate failing test, run it, confirm expected assertion failure.
  3. GREEN: Implement minimal production code, re-run test, confirm pass (exit code 0).
  4. SANITIZE: Strip all debug prints (print(), console.log()), run auto-formatters (ruff format, prettier), and run full module regre

Alternatives in Git

  • Bulletproof Quick Start Guide — Target Audience: Complete beginners Never used Python/git before 11.1k ★
  • Zcf — GitHub Repo stars Zero-Config Code Flow for Claude code & Codex Zero-config workflow 5.8k ★
  • Intel — On-demand intelligence fetch for a target — CVEs, disclosed reports, new features 3.8k ★

Full documentation available on GitHub

View Source Repository