x0c

Doc Skills — AI skill for Claude Code

AI community

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: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Claude Code](https://img.shields.io/badge/Claude%20Code-Skills-5A67D8?logo=anthropic&logoColor=white)](https://claude.ai/code) [![Python 3.8+](https://img.shields.io/badge/Python-3.8+-3776AB?logo=python&logoColor=white)](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.md and references/) 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