Use when documenting endpoints or a public interface — task-oriented, with real examples.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add ainurdev/mystical-assistant --skill api-docs --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Api Docs?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ainurdev-api-docs)More formats (shields.io, HTML) on the badges page.
---
name: api-docs
description: "Use when documenting endpoints or a public interface — task-oriented, with real examples."
---
# API documentation
Use when documenting endpoints or a public interface — task-oriented, with real examples.
## Checklist
- Document the task first, the endpoint second.
- Give a complete runnable request and its real response for each operation.
- Specify every parameter: type, required, default, and constraints.
- List the errors a caller must handle, with the exact codes.
- Cover auth, rate limits, and pagination once, up front.
- Generate from the source where you can so the docs cannot drift.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!