api-docs
Installation
SKILL.md
API Documentation Completion Skill
Analyze FastAPI endpoints and complete their documentation for OpenAPI generation.
IMPORTANT: Before writing any documentation text, read and internalize the anti-slop guidelines in references/anti-slop.md. All copywriting must follow those rules.
Invocation
Single File
/api-docs @path/to/routes/file.py
Batch Mode
/api-docs @teehouse/api/routes/ # All files in directory
/api-docs all api routes # Natural language (finds all route files)
/api-docs @file1.py @file2.py @file3.py # Multiple specific files