doc-skills
NewClaude Code skills to bootstrap, compact, and maintain AI-readable project documentation — doc-init · doc-compact · doc-update
Summary
The doc-skills skill provides a set of Claude Code commands to bootstrap, compact, and maintain AI-readable project documentation.
- It helps developers quickly generate initial documentation, condense verbose docs into concise summaries, and update existing docs to reflect code changes, ensuring documentation stays accurate and useful for both humans and AI.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/doc-skills.md https://raw.githubusercontent.com/x0c/doc-skills/main/SKILL.md/doc-skillsUse Cases
Usage Examples
/doc-skills doc-init --project my-app --output docs/
/doc-skills doc-compact --input README.md --output README-compact.md
/doc-skills doc-update --source src/ --docs docs/
Security Audits
Frequently Asked Questions
What is doc-skills?
The doc-skills skill provides a set of Claude Code commands to bootstrap, compact, and maintain AI-readable project documentation. It helps developers quickly generate initial documentation, condense verbose docs into concise summaries, and update existing docs to reflect code changes, ensuring documentation stays accurate and useful for both humans and AI.
How to install doc-skills?
To install doc-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/doc-skills.md https://raw.githubusercontent.com/x0c/doc-skills/main/SKILL.md. Finally, /doc-skills in Claude Code.
What is doc-skills best for?
doc-skills is a skill categorized under Documentation. It is designed for: documentation. Created by x0c.
What can I use doc-skills for?
doc-skills is useful for: Generate a comprehensive README and API docs for a new project with /doc-skills doc-init.; Condense lengthy documentation files into compact, AI-friendly summaries with /doc-skills doc-compact.; Update existing documentation to reflect recent code changes using /doc-skills doc-update.; Create a documentation index or table of contents for a multi-file project.; Standardize documentation format across multiple repositories or modules.; Generate inline code comments and docstrings from high-level descriptions..