Api Documenter

🌐Community
by ovachiever · vlatest · Repository

Provides API guidance and assistance for writing, documentation, and content creation.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ovachiever-api-documenter npx -- -y @trustedskills/ovachiever-api-documenter
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ovachiever-api-documenter": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ovachiever-api-documenter"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The API Documenter skill transforms raw code snippets, OpenAPI specifications, or database schemas into comprehensive, human-readable documentation. It automatically generates structured guides including endpoint descriptions, request/response formats, and usage examples to streamline developer onboarding.

When to use it

  • You have a new REST API built with FastAPI, Express, or Django and need immediate technical documentation without writing it manually.
  • Your team is integrating a third-party service via JSON-RPC or GraphQL and requires clear parameter definitions and error codes.
  • You are maintaining legacy codebases where original comments are missing or outdated, needing to reverse-engineer functionality from the source.

Key capabilities

  • Parses various input formats including OpenAPI/Swagger YAML/JSON files and raw Python/JavaScript function definitions.
  • Generates structured markdown output containing endpoint summaries, method details (GET, POST, PUT), and data models.
  • Extracts and documents authentication requirements, rate limits, and specific error handling scenarios from the code logic.

Example prompts

  • "Analyze this OpenAPI YAML file and generate a Markdown guide explaining how to create a new user account."
  • "Review these Python FastAPI route definitions and document the input validation rules for the payment processing endpoint."
  • "Convert this database schema definition into a reference document detailing the relationships between the orders and customers tables."

Tips & gotchas

Ensure your source code includes clear docstrings or standard metadata tags, as the tool relies on these to populate accurate descriptions. Complex nested logic may require manual review of the generated output to verify edge cases are correctly interpreted.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ovachiever
Installs
40

🌐 Community

Passed automated security scans.