Help us improve
Share bugs, ideas, or general feedback.
From ce
Routes documentation tasks to code comments (audit/cleanup) or system docs (READMEs, API docs, architecture). Use for writing, auditing, or improving any docs.
npx claudepluginhub rileyhilliard/claude-essentials --plugin ceHow this skill is triggered — by the user, by Claude, or both
Slash command
/ce:documentationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Route documentation tasks to the right reference and execution path.
Generates or updates documentation for code, APIs, or systems including READMEs, API references, inline comments, technical guides, and ADRs.
Writes READMEs, API references, architecture docs, user guides, and inline comments for codebases, libraries, CLIs, APIs. Audits docs for accuracy, clarity, completeness.
Enforces documentation writing standards including README structure, code comments (WHY not WHAT), API documentation with types and examples, and anti-patterns like commented-out code.
Share bugs, ideas, or general feedback.
Route documentation tasks to the right reference and execution path.
Determine the task type from arguments and context, then load the matching reference:
| Signal | Task type | Load | Execute with |
|---|---|---|---|
Source file path (.ts, .js, .py, .go, .rs, etc.) | Code comments | references/code-comments.md | @ce:haiku agent |
| Mentions "comments", "inline docs", "code comments" | Code comments | references/code-comments.md | @ce:haiku agent |
| "Clean up comments" in a folder or unstaged changes | Code comments | references/code-comments.md | @ce:haiku agent |
Markdown file path (.md) | System docs | references/systems.md | General subagent |
Mentions README, API docs, architecture, /docs/ | System docs | references/systems.md | General subagent |
| Multi-file scope or new documentation | System docs | references/systems.md | General subagent |
| Ambiguous | - | Ask user to clarify scope | - |
@ce:haiku)Pass these instructions when delegating:
git status -s or scope to the folder specifiedScope: only inline code comments. If asked about markdown/README/docs content, switch to system docs path.
Pass these instructions when delegating:
API Documentation:
{resource-name}.md in /docs/api/README Updates:
/docsArchitecture Documentation:
Skill(ce:visualizing-with-mermaid) for flows/docs/architecture/For writing style and tone, use Skill(ce:writer) with The Engineer persona.
| Doc Type | Location | Filename Pattern |
|---|---|---|
| Project overview | Root | README.md |
| API reference | /docs/api/ | {resource-name}.md |
| Architecture | /docs/architecture/ | {topic}.md |
| Guides/How-to | /docs/guides/ | {topic}.md |
| Input | Routes to |
|---|---|
/documentation src/utils/auth.ts | Code comments |
/documentation clean up comments in unstaged changes | Code comments |
/documentation README | System docs |
/documentation API docs for /users endpoint | System docs |
/documentation architecture overview | System docs |