Generates Swagger/OpenAPI documentation configuration for .NET and Python APIs, scanning your project structure to detect endpoints, auth schemes, and versioning before setting up the appropriate tooling. For .NET it wires up Swashbuckle with XML comment support and security definitions. For Python it customizes FastAPI's built-in OpenAPI since the framework already handles most of it. The idempotency checks are smart, it actually uses MCP tools to pull current best practices instead of hardcoded templates, and the validation step confirms your docs are accessible and complete. Good fit if you're bootstrapping a new API and want interactive documentation without manually configuring all the OpenAPI metadata.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-775-api-docs-generator