feature-doc
Installation
SKILL.md
Doc Writer Implementation
Create documentation for newly implemented features.
Implementation Checklist
API Documentation
- Document all new endpoints with method, path, and description
- Verify request/response schema examples are accurate
- Check that error codes and their meanings are listed
- Ensure authentication requirements are documented
- Validate query parameter and header documentation
User-Facing Docs
- Write usage guides with step-by-step instructions
- Verify examples are runnable and produce expected output
- Check for screenshots or diagrams where helpful
- Ensure prerequisites and setup steps are documented
- Validate troubleshooting section for common issues