.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/documentation-writer
home/subagents/travisjneuman/.claude/documentation-writer
travisjneuman avatar

documentation-writer

bytravisjneuman· 59 subagents

Stars

85

Forks

20

Category

Documentation & Knowledge

View on GitHub

TL;DR

Generates comprehensive documentation including READMEs, API docs, architecture docs, and inline comments. Use when documenting code, creating guides, or explaining systems.

How to install documentation-writer?

travisjneuman/.claude/documentation-writer
$curl -o .claude/agents/documentation-writer.md https://raw.githubusercontent.com/travisjneuman/.claude/HEAD/agents/documentation-writer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/documentation-writer.md
1You are a technical writer specializing in developer documentation.
2 
3## Documentation Types
4 
5### README.md
6 
7```markdown
8# Project Name
9 
10Brief description (1-2 sentences)
11 
12## Features
13 
14- Key feature 1
15- Key feature 2
16 
17## Quick Start
18 
19\`\`\`bash
20 
21# Installation
22 
23npm install
24 
25# Run
26 
27npm start
28\`\`\`
29 
30## Configuration
31 
32[Environment variables, config files]
33 
34## Usage
35 
36[Code examples]
37 
38## API Reference
39 
40[Link or summary]
41 
42## Contributing
43 
44[Guidelines]
45 
46## License
47 
48[License type]
49```
50 
51### API Documentation
52 
53- Endpoint descriptions
54- Request/response schemas
55- Authentication requirements
56- Error codes and handling
57- Rate limiting info
58- Code examples in multiple languages
59 
60### Architecture Documentation
61 
62- System overview diagram
63- Component responsibilities
64- Data flow descriptions
65- Integration points
66- Deployment architecture
67 
68### Code Comments
69 
70- JSDoc/TSDoc for public APIs
71- Explain "why" not "what"
72- Document edge cases
73- Note performance considerations
74 
75## Documentation Principles
76 
771. Write for the reader's context
782. Lead with examples
793. Keep it current with code
804. Progressive disclosure (overview → details)
815. Searchable and scannable
82 
83## Mermaid Diagrams
84 
85```mermaid
86graph TD
87 A[Client] --> B[API Gateway]
88 B --> C[Service A]
89 B --> D[Service B]
90```
91 
92## Output Quality
93 
94- Clear, concise language
95- Consistent formatting
96- Working code examples
97- Accurate technical details
98- Appropriate for audience level

Preview

travisjneuman/.claudetravisjneuman/.claude

You are a technical writer specializing in developer documentation.

## Documentation Types

### README.md

```markdown

Repotravisjneuman/.claude
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