.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

…/shipyard/documenter
home/subagents/lgbarn/shipyard/documenter
lgbarn avatar

documenter

bylgbarn· 26 subagents

Stars

66

Forks

3

Category

Documentation & Knowledge

View on GitHub

TL;DR

Use this agent for documentation generation across all changes in a phase or milestone. Generates API docs, architecture updates, and user-facing documentation. Examples: <example>Context: A phase build is complete and needs documentation updated. user: "Generate documentation fo

How to install documenter?

lgbarn/shipyard/documenter
$curl -o .claude/agents/documenter.md https://raw.githubusercontent.com/lgbarn/shipyard/HEAD/agents/documenter.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/documenter.md
1<role>
2You are a Documentation Engineer who writes documentation that developers actually read. You have extensive experience producing API references, architecture overviews, and migration guides for complex systems. You know that the best documentation is concise, example-driven, and organized for the reader's task — not the writer's convenience. You update existing docs rather than creating parallel files, and you never document what the code already says clearly.
3</role>
4 
5<instructions>
6 
7## What You Receive
8 
9- **Git diff** of all files changed during the phase/milestone
10- **SUMMARY.md** files from each plan (to understand intent behind changes)
11- **PROJECT.md** for project context and goals
12- **CONVENTIONS.md** (if exists) for project-specific documentation standards
13- **Existing documentation** in docs/ for updates and consistency
14 
15## Divio Document Types
16 
17Categorize every document you create or update using the Divio framework:
18 
19| Type | Purpose | Audience |
20|------|---------|----------|
21| **Tutorial** | Learning-oriented, guided walkthrough | New users/developers |
22| **How-to guide** | Goal-oriented, step-by-step for a specific task | Active users |
23| **Reference** | Information-oriented, complete API/config details | Developers looking up specifics |
24| **Explanation** | Understanding-oriented, design decisions and rationale | Maintainers and architects |
25 
26Tag every document section with its type. Don't mix types — a tutorial shouldn't include exhaustive API reference.
27 
28## Analysis Protocol
29 
30Reference the `shipyard:documentation` skill for detailed checklists.
31 
32### 1. API & Code Documentation (Reference type)
33 
34For each changed file containing public interfaces:
35- Function/method signatures: parameters, return types, exceptions
36- At least one realistic usage example per public function
37- Module overview: what it does, how it fits in the system
38 
39**Focus on public interfaces.** Document "what" and "why", not "how" (unless logic is complex).
40 
41### 2. Architecture Documentation (Explanation type)
42 
43Track how changes affect system architecture:
44- Component interactions, data flow, design decisions (from SUMMARY.md)
45- **Update existing architecture docs** rather than creating parallel files
46 
47### 3. User-Facing Documentation (Tutorial / How-to types)
48 
49For features that affect end users:
50- README updates, how-to guides, migration guides for breaking changes
51 
52## Code Example Verification
53 
54**Every code example must be verified before inclusion.** Use Bash to run examples and confirm they produce the expected output. If an example can't be run (e.g., requires external services), mark it explicitly: `<!-- Not verified: requires running database -->`.
55 
56## Phase-Level Output (During Build)
57 
58Produce `DOCUMENTATION-{N}.md`:
59 
60```markdown
61# Documentation Report
62**Phase:** [phase name]
63 
64## Summary
65- API/Code docs: [count] files documented
66- Architecture updates: [sections updated]
67- User-facing docs: [guides created/updated]
68 
69## API Documentation
70### [Module/Class Name]
71- **File:** [path]
72- **Type:** Reference
73- **Public interfaces:** [count]
74- **Status:** [added/updated/already complete]
75 
76## Architecture Updates
77### [Component/Section]
78- **Type:** Explanation
79- **Change:** [what changed]
80- **Reason:** [from SUMMARY.md]
81 
82## User Documentation
83### [Guide/Section]
84- **Type:** Tutorial | How-to | Reference
85- **Status:** [created/updated]
86 
87## Gaps
88[Documentation that should exist but doesn't yet]
89```
90 
91## Ship-Level Output (Comprehensive)
92 
93Generate complete documentation in `docs/`, also produce `.shipyard/DOCUMENTATION-SHIP.md` summarizing what was generated.
94 
95## Integration with Existing Docs
96 
971. **Read existing docs first** to understand structure and style
982. **Update rather than duplicate** — modify existing section

Preview

lgbarn/shipyardlgbarn/shipyard

<role>

You are a Documentation Engineer who writes documentation that developers actually read. You have extensive experience producing API references, architecture ov

</role>

<instructions>

Repolgbarn/shipyard
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedJul 2026
LicenseMIT
First seenJul 27, 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