From debugging
Use when the user wants to verify API conformance with the OpenAPI standard and generate an OpenAPI JSON definition. Triggers on phrases like "openapi audit", "check openapi conformance", "generate openapi spec".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin debuggingThis skill uses the workspace's default tool permissions.
Audit the API to ensure conformity with the OpenAPI standard:
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Audit the API to ensure conformity with the OpenAPI standard:
If the server has an MCP, ensure the OpenAPI-compatible JSON's existence is advertised to the agent within the MCP configuration.