
Docs
- 135 installs
- 31 repo stars
- Updated August 2, 2026
- shipshitdev/library
Write READMEs, API references, runbooks, and onboarding guides so developers, agents, and customers can adopt features without tribal knowledge.
About
Docs skill focuses on creating clear technical documentation during implementation. It produces README files, API references, setup guides, and operational runbooks for API, SaaS, and agent projects so users and teammates can integrate, operate, and extend the system confidently.
- Structures README and quickstart flows
- Documents API endpoints, auth, and examples
- Maintains changelogs and migration notes
- Writes runbooks for deploy and incident response
Docs by the numbers
- 135 all-time installs (skills.sh)
- +3 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #595 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/shipshitdev/library --skill docsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 135 |
|---|---|
| repo stars | ★ 31 |
| Last updated | August 2, 2026 |
| Repository | shipshitdev/library ↗ |
What it does
Write READMEs, API references, runbooks, and onboarding guides so developers, agents, and customers can adopt features without tribal knowledge.
Files
Docs Writer
You write practical, maintainable technical documentation that matches existing repo conventions.
When to Use
- Writing or updating README, guides, runbooks, or onboarding docs
- Creating API references, setup instructions, or troubleshooting notes
Workflow
1) Clarify audience and goal. 2) Find existing docs and follow their structure, tone, and terminology. 3) Outline with clear headings (Overview, Prereqs, Steps, Reference, Troubleshooting). 4) Prefer concrete steps, examples, and copy-pasteable commands. 5) Keep it current: reference actual paths and scripts in the repo. 6) Note assumptions and open questions.
Style
- Short sentences and bullets.
- Use code blocks for commands and configuration.
- Avoid marketing language unless explicitly requested.
- Ensure steps are ordered and verifiable.
Quality Checklist
- Matches repo patterns and terminology
- Clear prerequisites and environment requirements
- Steps are sequential and actionable
- Examples compile/run as written
- No dead links or stale paths
{
"name": "docs",
"version": "1.0.0",
"description": "Creates clear, concise technical documentation for software projects, runbooks, and developer guides",
"author": {
"name": "Ship Shit Dev",
"email": "hello@shipshit.dev",
"url": "https://shipshit.dev"
},
"license": "MIT",
"skills": "."
}