claude-code-pro-pack — Summary
claude-code-pro-pack is a minimal, battle-tested behavior file for AI coding agents — a 12-rule CLAUDE.md plus a matching AGENTS.md, five example skills, and three templates (PRD generator, browser workflow graduation, skill template). The 12 rules explicitly build on Andrej Karpathy's original 4-rule CLAUDE.md, adding 8 rules that address agent-orchestration failures the original didn't cover: token spirals, silent partial failures, two-pattern pollution, and duplicate-function drift.
Problem it solves: Most CLAUDE.md files either have too few rules (missing common failure modes) or too many (compliance drops past ~200 lines). The pack holds at 12 rules with per-rule failure-mode citations to stay within the agent's attention budget while covering the most impactful behavioral failures.
Distinctive trait: Every rule in the file cites the specific failure mode it closes — e.g., Rule 7 closes "two codebase patterns disagreeing," Rule 12 closes "silent partial failures." This makes the reasoning auditable and the rules extensible by developers who want to add new rules with the same pattern.
Target audience: Developers on any AI coding tool who want a drop-in behavior baseline that works out-of-the-box without installing a framework. Positioned as "Claude Code behavior baseline" to use alongside anthropic/skills (domain tasks) and addyosmani/agent-skills (lifecycle workflow).
Differs from seeds: Closest to agent-os (Archetype 4 — markdown scaffold, zero primitives) but differs: agent-os includes commands that write the standards files, while this pack is purely drop-in files with no installer or commands. Unlike superpowers (which uses hooks and skills to enforce behavior automatically), this pack relies entirely on the agent reading and following the CLAUDE.md — no injection mechanism.