Who this guide is for
- Builders documenting an open-source project
- PMs writing internal workflow docs
- Developers turning code into onboarding material
Recommended skill types
Codebase documentation skill
Best for README files, architecture notes, and setup guides.
Official docs lookup skill
Best when examples depend on current APIs or SDKs.
Workflow manual skill
Best for step-by-step operating procedures.
Decision checklist
- Does it inspect the actual source or workflow?
- Does it include prerequisites and verification steps?
- Does it avoid undocumented assumptions?
- Can a new user follow it without asking you?
10-minute test prompt
Write a README for a small Next.js tool site. Include what it does, setup, scripts, deployment, and how to add a new SEO guide page.