docs — community claude-code-setup, community, ide skills

v1.0.0

About this Skill

Perfect for Code Maintenance Agents needing automated documentation synchronization with code changes. This skill should be used when the user asks to update documentation, document this change, sync docs with code, audit documentation, restructure docs, update README, update CLAUDE.md, update docs fol

utkudarilmaz utkudarilmaz
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 9/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
9/11
Quality Score
54
Canonical Locale
en
Detected Body Locale
en

Perfect for Code Maintenance Agents needing automated documentation synchronization with code changes. This skill should be used when the user asks to update documentation, document this change, sync docs with code, audit documentation, restructure docs, update README, update CLAUDE.md, update docs fol

Core Value

Empowers agents to update README.md, CLAUDE.md, and API docs in real-time, ensuring accuracy and consistency using Markdown formatting and Postman collections.

Ideal Agent Persona

Perfect for Code Maintenance Agents needing automated documentation synchronization with code changes.

Capabilities Granted for docs

Synchronizing documentation after new feature implementation
Updating API documentation following endpoint modifications
Maintaining accurate README.md files after code refactorings

! Prerequisites & Limits

  • Requires access to code repository
  • Limited to Markdown and Postman collection file formats

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is docs?

Perfect for Code Maintenance Agents needing automated documentation synchronization with code changes. This skill should be used when the user asks to update documentation, document this change, sync docs with code, audit documentation, restructure docs, update README, update CLAUDE.md, update docs fol

How do I install docs?

Run the command: npx killer-skills add utkudarilmaz/claude-code-setup/docs. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for docs?

Key use cases include: Synchronizing documentation after new feature implementation, Updating API documentation following endpoint modifications, Maintaining accurate README.md files after code refactorings.

Which IDEs are compatible with docs?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for docs?

Requires access to code repository. Limited to Markdown and Postman collection file formats.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add utkudarilmaz/claude-code-setup/docs. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use docs immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

docs

Install docs, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Docs Skill

Purpose

Dispatch the docs agent to synchronize documentation with code changes. The agent updates README.md, CLAUDE.md, docs/* directory files, API docs, postman collections, and other documentation files to keep them accurate and current.

When to Invoke

Invoke this skill after:

  • Implementing new features or modifying existing ones
  • Modifying APIs, endpoints, or response schemas
  • Changing configuration options or environment variables
  • Restructuring files or directories
  • Updating dependencies
  • Any significant code modification
  • Explicit request to audit or restructure documentation

Invocation Modes

Default: /docs

Document current or recent changes. The agent identifies recently modified files and updates related documentation.

Task tool with subagent_type="docs"
prompt: "Review recent code changes and update all affected documentation.
Identify modified files, scan the docs/ directory for existing files, and update README.md, CLAUDE.md, docs/* files, and any other relevant documentation."

Scoped: /docs <scope>

Document only the specified scope (file, module, feature).

Task tool with subagent_type="docs"
prompt: "Review and update documentation for: [scope]
Focus only on this area. Update all relevant documentation files including any matching files in the docs/ directory."

Scope examples:

  • /docs src/auth - authentication module
  • /docs API - all API endpoints
  • /docs README - only README.md
  • /docs config - configuration options
  • /docs UserService - specific class or service

Comprehensive: /docs all

Perform a planned, modular documentation update covering every repository aspect.

Task tool with subagent_type="docs"
prompt: "Perform comprehensive documentation audit of all repository areas.
Create a TodoWrite plan with one item per documentation aspect, then process sequentially.
Consult references/comprehensive-mode.md for the full aspect checklist and execution flow."

For detailed aspect checklist and example plan, consult references/comprehensive-mode.md.

Simplifier: /docs simplifier

Perform documentation restructuring to transform monolithic files into a modular structure with proper cross-linking.

Task tool with subagent_type="docs"
prompt: "Perform documentation restructuring analysis and execution.
Analyze file sizes, identify files exceeding thresholds, propose modular split plan, and execute.
Consult references/simplifier-mode.md for analysis checklist and target structure."

For detailed restructuring criteria and target structure, consult references/simplifier-mode.md.

Usage Examples

/docs                          # Document recent changes
/docs src/services/payment     # Document payment service only
/docs API                      # Update API documentation only
/docs all                      # Full project documentation audit
/docs simplifier               # Restructure large docs into modular files
/docs architecture             # Update architecture docs and .drawio diagrams
/docs postman                  # Validate and update postman_collection.json

Additional Resources

Reference Files

For detailed mode execution flows, consult:

  • references/comprehensive-mode.md - Full audit execution flow, aspect checklist, example TodoWrite plan
  • references/simplifier-mode.md - Restructuring analysis, thresholds, cross-linking templates, target structure

Related Skills

Looking for an alternative to docs or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer