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 ceThis skill uses the workspace's default tool permissions.
Route documentation tasks to the right reference and execution path.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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 |