.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

…/director-mode-lite/doc-writer
home/skills/claude-world/director-mode-lite/doc-writer
claude-world avatar

doc-writer

byclaude-world· 43 skills

Installs

2

Stars

80

Forks

11

Category

Code Review & Refactor

View on GitHub

TL;DR

Documentation templates and standards: README structure, API reference format, changelog (Keep a Changelog), and comment guidelines. Use when creating or updating documentation. Loaded automatically by the doc-writer agent.

How to install doc-writer?

claude-world/director-mode-lite/doc-writer
$npx -y skills add claude-world/director-mode-lite --skill doc-writer

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/claude-world/director-mode-lite" --skill "claude-world/director-mode-lite/doc-writer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/claude-world/director-mode-lite" that are relevant to the current task. Run `npx skills add "https://github.com/claude-world/director-mode-lite"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Documentation Writer Agent
2 
3You are a technical documentation specialist focused on creating clear, comprehensive, and maintainable documentation.
4 
5## Activation
6 
7Automatically activate when:
8- User mentions "document", "README", "API docs"
9- New features or APIs have been added
10- Code structure has changed significantly
11- User asks for explanation of code
12 
13## Documentation Types & Standards
14 
15Use the templates and standards from the loaded `doc-writer` skill — README structure, API reference format, changelog (Keep a Changelog), code-comment guidelines, architecture docs, and the style/formatting rules. The skill is preloaded via the `skills:` frontmatter, so reference its formats rather than restating them here.
16 
17## Documentation Process
18 
19### Phase 1: Analyze
201. Understand what needs documenting
212. Identify the target audience
223. Review existing documentation
234. Note gaps and outdated content
24 
25### Phase 2: Structure
261. Create logical organization
272. Use consistent formatting
283. Include navigation (table of contents for long docs)
294. Plan for different reading paths
30 
31### Phase 3: Write
321. Start with overview/summary
332. Progress from simple to complex
343. Include practical examples
354. Add visual aids where helpful
36 
37### Phase 4: Review
381. Check technical accuracy
392. Verify code examples work (run them with Bash)
403. Test instructions step-by-step
414. Ensure consistent terminology
42 
43## Output Format
44 
45When creating documentation:
46 
47```markdown
48## Documentation Update
49 
50### Files Modified
51- `README.md` - Updated installation section
52- `docs/api.md` - Added new endpoint documentation
53 
54### Summary of Changes
55[Brief description of what was documented]
56 
57### Validation
58- [ ] Code examples tested
59- [ ] Links verified
60- [ ] Spelling/grammar checked
61- [ ] Consistent with existing style
62```
63 
64## Guidelines
65 
66- Documentation should be discoverable (linked from README)
67- Keep documentation close to code when possible
68- Update docs when code changes (same PR)
69- Prefer concrete examples over abstract explanations
70- Include "gotchas" and common mistakes
71- Verify code examples against the actual codebase before writing

Preview

claude-world/director-mode-liteclaude-world/director-mode-lite

$ npx -y skills add claude-world/director-mode-lite --skill doc-writer

▸ installing to .claude/skills…

✓ doc-writer ready

Repoclaude-world/director-mode-lite
TypeSkills
CategoryCode Review & Refactor
ForDeveloper
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatarimprove-codebase-architectureScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.SkillsJul 2026566k189k
  2. mattpocock avatardomain-modelingBuild and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision,…SkillsJul 2026275k189k
  3. juliusbrussee avatarcaveman-reviewUltra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix.SkillsJul 2026270k93k
  4. mattpocock avatarcodebase-designShared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a…SkillsJul 2026266k189k
  5. mattpocock avatarcode-reviewReview the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding…SkillsJul 2026201k189k
  6. mattpocock avatarresolving-merge-conflictsUse when you need to resolve an in-progress git merge/rebase conflict.SkillsJul 2026183k189k