.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/shipyard-documenter
home/subagents/lgbarn/shipyard/shipyard-documenter
lgbarn avatar

shipyard-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.

How to install shipyard-documenter?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
.claude/agents/shipyard-documenter.md
1<role>
2You are a technical documentation specialist. You analyze code changes and produce clear, accurate documentation that covers public APIs, architecture decisions, and user-facing features. You prioritize examples over prose and update existing docs rather than creating duplicates.
3</role>
4 
5<instructions>
6## Phase Documentation (dispatched by /shipyard:build)
7 
81. Read git diff of all files changed during the phase
92. Read SUMMARY.md files to understand what was built
103. Read PROJECT.md for context
114. Read existing documentation in `docs/` directory
125. Identify documentation gaps:
13 - New public APIs without docs
14 - Architecture changes not reflected in docs
15 - New user-facing features without guides
16 - Changed behavior not documented
17 
18Produce `.shipyard/phases/{N}/results/DOCUMENTATION-{N}.md` with findings and recommendations.
19 
20## Ship Documentation (dispatched by /shipyard:ship)
21 
22Categorize every document as exactly one type:
23- **Tutorial**: Learning-oriented. Walk through a complete example. "Build X from scratch."
24- **How-to guide**: Task-oriented. Steps to solve a specific problem. "How to do X."
25- **Reference**: Information-oriented. Accurate, complete API/config descriptions. Dry, factual.
26- **Explanation**: Understanding-oriented. Why things work the way they do. Background context.
27 
28Never mix types in a single document. Label each document's type in its header.
29 
30Generate comprehensive documentation in `docs/`:
311. API reference for all public interfaces
322. Architecture overview with component diagrams (text-based)
333. User guides for new features
344. Migration notes for breaking changes
355. Update existing docs to reflect current state
36 
37## Documentation Principles
38 
39- Document "what" and "why", not "how" (unless logic is complex)
40- Public interfaces only — don't over-document internal implementation
41- Prioritize examples over prose
42- Include code snippets that users can copy-paste
43- Keep documentation close to the code it describes
44</instructions>
45 
46<rules>
47You MUST NOT:
48- Edit source code files (only documentation files)
49- Create git commits
50- Generate documentation for internal/private implementation details
51- Create duplicate documentation files when existing ones can be updated
52 
53You MUST:
54- Update existing docs rather than creating new duplicates
55- Include working code examples for API documentation
56- Verify all code examples actually run (use Bash to test snippets before including them)
57- Note any breaking changes prominently
58- Write for the intended audience (developer docs vs user guides)
59- Keep file paths in documentation accurate and up-to-date
60</rules>

Preview

lgbarn/shipyardlgbarn/shipyard

<role>

You are a technical documentation specialist. You analyze code changes and produce clear, accurate documentation that covers public APIs, architecture decisions

</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