Claude Code Starter Pack — Documentation skill for Claude Code
Claude Code skill that scaffolds an anti-drift doc system: approval-locked vision, strategy ledger injected every session, enforcement below the agent.
How to install Claude Code Starter Pack
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Ayush-sk-Pathak/claude-code-starter-pack and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Code Starter Pack does
Claude Code skill that scaffolds an anti-drift doc system: approval-locked vision, strategy ledger injected every session, enforcement below the agent.
Alternatives in Documentation
- 会话管理(Session Manager)需求文档(PRD / Markdown) — 目标:对 Codex / Claude Code 的本地会话记录进行可视化管理,并提供“一键复制 / 一键终端恢复”能力 31.7k ★
- Documentation Skills Pack — Professional documentation generation skills 5.3k ★
- Technical Docs Pack — Technical documentation skills 1.6k ★
README
Claude Code Starter Pack
A [Claude Code skill](https://docs.anthropic.com/en/docs/claude-code) that scaffolds a documentation system into a project — new or existing — to help a long-lived AI agent stay grounded across sessions: not re-deciding settled questions, not over-claiming what works, and not editing its own north star.
It comes out of a few long-running AI-agent projects. The reasoning behind each file is in [`starter-pack/references/anti-drift-playbook.md`](starter-pack/references/anti-drift-playbook.md).
The idea
A north-star document captures intent; drift happens in the decisions and invariants made while pursuing it. So ground those separately, re-inject them each session, and make the immutable ones read-only to the agent.
Install
git clone https://github.com/Ayush-sk-Pathak/claude-code-starter-pack.git
cp -R claude-code-starter-pack/starter-pack ~/.claude/skills/starter-pack
Then, in any project, tell Claude Code:
/starter-pack
(or just say "set up a new agent project"). It interviews you — project one-liner, **your vision in your own words** (hard gate: nothing lands in `vision.md` without your explicit line-by-line approval), stack, branch model — then scaffolds everything, commits, and installs the enforcement layer. On an existing repo it runs a gap analysis and adds only what's missing; it never overwrites an existing doc.
What gets scaffolded
Documents are split by **what drifts** — each layer has one owner, one change discipline, and one kind of drift it prevents:
| File | Layer | Discipline |
|---|---|---|
vision.md |
Intent — the north star, in the user's own words | User-only; chmod 444 + pre-commit rejected |
CLAUDE.md |
Laws — Karpathy's four rules verbatim + standing protocols | Rare, deliberate; protected |
docs/architecture.md |
Design — blueprint of record | Deliberate; protected |
docs/STRATEGY-LEDGER.md |
Decisions & invariants — settled calls, rejected |
Related Skills
Autopilot Init
Scaffold an autopilot business folder (OKF wiki, OKR, ledger, session protocol)
Press Room
Use when one release needs to go out across several channels at once — spawns one writer sibling session per c
Docs Drift
Use to catch documentation that has silently gone stale — it spawns ONE fresh sibling session via CCC that ext
Adding New Preset
Use when adding a new preset screening strategy to the MCP server. Ensures presets follow established patterns
Agent Memory Kit
One memory for every coding agent — plain markdown in your repo. Injected on Claude Code & Cursor, skills on C
Arra Safety Hooks
Claude Code safety hooks — enforcement over documentation
Related Agents
Pack Coder
Use to execute approved implementation plans against pack source — writing/editing scripts, fixtures, configs,
Cicd Troubleshooter
Layer-6 diagnostic agent for CI/CD failures. Use when: passes locally fails in CI, secrets not injected, wrong
Product Analyst
Transform MARKET_STRATEGY.md into a human-centric docs/product/PRODUCT_VISION.md with INVEST stories and SMART