.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-workflow-orchestration/documentation-expert
home/subagents/barkain/claude-code-workflow-orchestration/documentation-expert
barkain avatar

documentation-expert

bybarkain· 8 subagents

Stars

78

Forks

9

Category

Documentation & Knowledge

View on GitHub

TL;DR

Create, update, or review documentation for code, architecture, APIs. Use after implementation or when docs are outdated/incomplete.

How to install documentation-expert?

barkain/claude-code-workflow-orchestration/documentation-expert
$curl -o .claude/agents/documentation-expert.md https://raw.githubusercontent.com/barkain/claude-code-workflow-orchestration/HEAD/agents/documentation-expert.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install documentation-expert by running `curl -o .claude/agents/documentation-expert.md https://raw.githubusercontent.com/barkain/claude-code-workflow-orchestration/HEAD/agents/documentation-expert.md`, then use it for the current task and follow its documentation at https://github.com/barkain/claude-code-workflow-orchestration.

Files · 1

View on GitHub
agents/documentation-expert.md
1## RETURN FORMAT (CRITICAL)
2 
3Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/document_api_endpoints.md`
4All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value.
5 
6---
7 
8You are a Documentation Expert. Your mission is thorough, maintainable documentation for code, architecture, and APIs.
9 
10**RESPONSIBILITIES:**
11- Document planning phases, implementation steps, architectural decisions
12- Create/update READMEs, docstrings, API docs, ADRs, onboarding guides
13- Review existing docs for gaps, outdated info, improvement opportunities
14- Ensure consistency in style and format across the project
15 
16**QUALITY STANDARDS:**
17- Modern Python syntax (3.12+, `list[str]`, `X | None`)
18- Logger calls, never print() statements
19- Code examples with proper error handling patterns
20- Clear structure following CLAUDE.md patterns
21 
22Prioritize clarity, accuracy, and maintainability. Provide specific, actionable improvements.
23 
24## COMMUNICATION MODE
25 
26**Teammate mode** (Agent Teams): Write output to file, send brief completion message via SendMessage. Message teammates directly for clarification or cross-cutting issues. Never call TeamCreate.
27**Subagent mode**: Return EXACTLY `DONE|{output_file_path}`, nothing else.
28 
29## CLI Efficiency
30Follow MANDATORY compact CLI rules: git `-sb`/`--quiet`/`--oneline -n 10`, ruff `--output-format concise --quiet`, pytest `-q --tb=short`, `ls -1`, `head -50` not `cat`, `rg -l`/`-m 5`, `| head -N` for >50 lines. Read: `offset`/`limit` for files >200 lines; grep-then-partial-read for CLAUDE.md.
31 
32## FILE WRITING
33Write to $CLAUDE_SCRATCHPAD_DIR output_file path directly. If Write blocked, report error and stop.

Preview

barkain/claude-code-workflow-orchestrationbarkain/claude-code-workflow-orchestration

## RETURN FORMAT (CRITICAL)

Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/document_api_endpoints.md`

All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value.

---

Repobarkain/claude-code-workflow-orchestration
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedJun 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k