Agent Doc Skills — Documentation skill for Claude Code
Navigable project documentation for Claude Code, Cursor, and Codex — a knowledge base your coding agent can pick up cold, instead of rediscovering the repo every session.
How to install Agent Doc Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open x0c/agent-doc-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agent Doc Skills does
Navigable project documentation for Claude Code, Cursor, and Codex — a knowledge base your coding agent can pick up cold, instead of rediscovering the repo every session.
Alternatives in Documentation
- 会话管理(Session Manager)需求文档(PRD / Markdown) — 目标:对 Codex / Claude Code 的本地会话记录进行可视化管理,并提供“一键复制 / 一键终端恢复”能力 31.7k ★
- Hyperresearch — Agent-driven research knowledge base 2.4k ★
- Hash — by hashintel - Features comprehensive repository structure breakdown with strong emphasis on coding standards 1.4k ★
README
agent-doc-skills
Every new coding-agent session, your agent forgets the project and rediscovers it from scratch. These skills build a small, navigable project documentation system — a knowledge base the next agent can pick up cold.
[](LICENSE) [](https://agentskills.io) [](https://python.org)
**Languages:** [English](#english) | [中文](#中文)
English
Why this exists
AI coding agents waste time (and make mistakes) re-discovering the same project context every session: which module owns what, which fields lie, which side effects aren't visible in the code. `agent-doc-skills` turns that tribal knowledge into a small, navigable documentation system that any agent can pick up cold — and keeps it from rotting as the codebase changes.
Quick Install
macOS, Linux, and Windows. Needs [Node.js](https://nodejs.org/) for the one-liner, and Python 3.8+ when the skills run.
npx skills add x0c/agent-doc-skills -g
That installs `doc-init`, `doc-compact`, and `doc-update` for the Agent Skills hosts on this machine (Cursor, Claude Code, Codex, and others). Start a new chat afterwards.
Without Node.js, copy the three skill folders into your host’s skills directory:
git clone https://github.com/x0c/agent-doc-skills.git
cp -r agent-doc-skills/doc-init agent-doc-skills/doc-compact agent-doc-skills/doc-update ~/.cursor/skills/
Use `~/.claude/skills/` or `~/.codex/skills/` instead if that is the host you run.
Skills
`doc-init` — Documentation System Initialization
Bootstraps a full documentation system for a project from scratch. The overall design follows a two-phase approach: **fix the global AI instruction file first, then build the proje
Related Skills
Agent Checkpoint
Repo-local checkpoint and resume skills for coding agents. Handoffs are plain markdown under .agents/checkpoin
Project Architect
Documentation-first project planning agent skill. Generates specs, implementation plans, tasks, and single-sho
Agent Memory Kit
One memory for every coding agent — plain markdown in your repo. Injected on Claude Code & Cursor, skills on C
Personal Monorepo Template
An agent-friendly monorepo template for a personal website, Markdown knowledge base, Direct, and reusable Code
Caveat
Long-term memory layer for Claude Code and Codex — markdown-in-git knowledge base, SQLite FTS5 retrieval, MCP,
Indexandria
Indexandria — Claude Code plugin that crawls and indexes web documentation for context-aware coding. Like Curs
Related Agents
Teamai Recall
Search the team knowledge base (skills + learnings + docs + rules + codebase graph) and return a compact, stru
Doc Knowledge Manager
Knowledge manager who maintains internal documentation, onboarding materials, and team knowledge base. Use thi
AI Stack Expert
Expert on AI coding tool configuration — file formats, folder structures, edge cases, and ecosystem trends. Ma