Doc Skills — AI skill for Claude Code
Claude Code skills to bootstrap, compact, and maintain AI-readable project documentation — doc-init · doc-compact · doc-update.
How to install Doc Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open x0c/doc-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Doc Skills does
Claude Code skills to bootstrap, compact, and maintain AI-readable project documentation — doc-init · doc-compact · doc-update.
Alternatives in AI
- Claude Init — Claude Code 中文开发套件 - 为中国开发者定制的零门槛 AI 编程环境 1.4k ★
- Riteway — Simple, readable, helpful unit tests 1.2k ★
- Openclaw Guide — 开源OpenClaw中文文档站,OpenClaw中文指南,支持小龙虾 AI 智能体安装部署、消息渠道接入、Agent 架构、Skills 技能配置、模型提供商、CLI 命令参考、网关运维、安全沙箱等全方位文档 159 ★
README
doc-skills
**Claude Code Skills** for bootstrapping, compacting, and maintaining AI-readable project documentation — so coding agents stop re-discovering the same project context every session.
[](LICENSE) [](https://claude.ai/code) [](https://python.org)
**Languages:** [English](#english) | [中文](#中文) — skill bodies are **English-only** (no `*.zh-CN.md` skill mirrors)
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. `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
git clone https://github.com/x0c/doc-skills.git ~/.claude/skills/doc-skills
# Or copy individual skill folders
cp -r doc-skills/doc-init doc-skills/doc-compact doc-skills/doc-update ~/.claude/skills/
Restart Claude Code. Each skill's entry point is its `SKILL.md`.
Language
- Skill bodies (
SKILL.mdandreferences/) are English-only. This repo does not ship Chinese counterpart skill files (*.zh-CN.md). - The Chinese section below is README product description only — not mirrored skill text.
- When these skills write project docs, they follow the project's existing documentation language and the user's language; if unclear, they default to English.
- The injectable “Project Documentation Management” block is structure/navigation only (English v16+); it does not set comment or spoken language.
Skills
`doc-init` — Documentation System Initialization
Related Skills
AI Workflow Wizard
AI-Native Development Workflow Wizard — Bootstrap, configure, and maintain professional AI development workflo
Jarvis Starter
Persistent project assistant for Claude Code. Bootstrap new projects or adopt existing ones via gap analysis.
Sdlc Steering
Bootstrap or sync project-wide steering files (.sdlc/steering/) by analyzing the codebase. Use after code exis
Repo Intel
Unified static analysis - git history, AST symbols, project metadata, doc-code sync, plus LLM-augmented file d
Update AI Knowledge Base
Scan the repository, detect changes, and continuously maintain the AI Knowledge Base for the framework.
Temp Doc
Manage temporary documentation created during task execution - prevent git pollution from AI-generated checkli
Related Agents
Doc Diagrammer
Use this agent to create readable, focused Mermaid diagrams embedded directly in markdown documentation. Featu
Scribe Agent
You are a specialized documentation agent. Your job is to create and maintain handoffs, update continuity ledg
Project Docs Curator
Use this agent when you need to maintain, update, or review project documentation files, especially README.md