Api Reference Documentation
Helps with API, documentation as part of writing, documentation, and content creation workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add api-reference-documentation npx -- -y @trustedskills/api-reference-documentation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"api-reference-documentation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/api-reference-documentation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates clear, structured documentation for API endpoints based on raw specifications or code. It transforms technical details into readable guides that explain request parameters, response formats, and usage examples.
When to use it
- You have a Swagger/OpenAPI JSON file but need human-readable text descriptions for your team.
- You are documenting a new internal microservice and want consistent formatting across all endpoints.
- You need to convert complex GraphQL schemas into simple "how-to" instructions for frontend developers.
Key capabilities
- Parses raw API definitions (JSON, YAML, or Markdown) to extract endpoint logic.
- Generates standardized sections including headers, query parameters, and response bodies.
- Produces usage examples with realistic request/response pairs in code blocks.
- Adapts tone and depth based on the target audience (e.g., developers vs. product managers).
Example prompts
- "Convert this OpenAPI JSON specification into a Markdown documentation file with clear headers for each endpoint."
- "Explain how to use the
/usersAPI endpoint, including required authentication headers and common error codes." - "Generate a quick-start guide for integrating the payment gateway API, focusing on the POST /charge method."
Tips & gotchas
Ensure you provide complete context, such as the full OpenAPI spec or relevant code snippets, to avoid hallucinated parameters. If your API uses custom authentication flows, explicitly describe those steps so the agent can include them in the generated guide.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.