Claude Code Framework
Description
Project framework for Claude Code. Templates for CLAUDE.md, skills, hooks, rules, and agents.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Project Framework
A project framework for Claude Code that enforces engineering discipline, prevents common AI agent failure modes, and builds continuous improvement into your workflow.
What This Is
A complete set of templates for configuring Claude Code as a **rigorous engineering partner** rather than a compliant assistant. Includes:
- CLAUDE.md template — Project rules, architecture constraints, agent behavior rules with auto-generated section markers
- Skills — 20 slash commands: 15 core (
/build,/test,/review,/check-sizes,/retro,/commit,/create-pr,/create-ticket,/create-skill,/document-bug,/session-mode,/diagnose,/fix-issue,/smoke-test) + 5 Linear integration (/linear-sync,/linear-create,/linear-triage,/linear-sprint,/linear-update) - Hooks — 6 automated enforcement hooks + optional tdd-guard TDD enforcement (file size limits, scope warnings, pre-commit verification, rule persistence through context compression)
- Rules — 11 modular, path-scoped rule files (anti-sycophancy, scope guardrails, feedback loops, anti-patterns, canary strategy, trust levels, complexity budget, public-facing writing)
- Agents — 6 specialized subagents with persistent memory (code reviewer, docs reviewer, planner, QA tester, domain expert, Linear PM)
- Ticket system — Persistent task tracking across sessions with structured templates
- Issue tracking — Linear as single source of truth with local snapshot cache (
docs/LINEAR_SNAPSHOT.md) - Setup tooling — Automated setup and update scripts, comment stripping for production,
.claudeignoretemplate
Why This Exists
Every rule in this framework exists because of a specific failure mode observed in production use of AI coding agents. These are not theoretical — they address real categories of problems that occur when LLM agents operate without structured constraints.
| Rule | Failure Mode I
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development