Agent skill · Data & Analytics

api-spec-analyzer

Analyzes API documentation from OpenAPI specs to provide TypeScript interfaces, request/response formats, and implementation guidance. Use when implementing API integrations, debugging API errors (400, 401, 404), replacing mock APIs, verifying data types, or when user mentions endpoints, API calls, or backend integration.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill api-spec-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/api/api-spec-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# API Specification Analyzer This Skill analyzes OpenAPI specifications to provide accurate API documentation, TypeScript interfaces, and implementation guidance for the caremaster-tenant-frontend project. ## When to use this Skill Claude should invoke this Skill when: - User is implementing a new API integration - User encounters API errors (400 Bad Request, 401 Unauthorized, 404 Not Found, etc.) - User wants to replace mock API with real backend - User asks about data types, required fields, or API formats - User mentions endpoints like "/api/users" or "/api/tenants" - Before implementing any feature that requires API calls - When debugging type mismatches between frontend and backend ## Instructions ### Step 1: Fetch API Documentation Use the MCP server tools to get the OpenAPI specification: ``` mcp__Tenant_Management_Portal_API__read_project_oas_f4bjy4 ``` If user requests fresh data or if documentation seems outdated: ``` mcp__Tenant_Management_Portal_API__refresh_project_oas_f4bjy4 ``` For referenced schemas (when $ref is used): ``` mcp__Tenant_Management_Portal_API__read_project_oas_ref_resources_f4bjy4 ``` ### Step 2: Analyze the Specification Extract the following informa

What's inside
Steps it walks through
  1. When to use this Skill
  2. Instructions
  3. Step 1: Fetch API Documentation
  4. Step 2: Analyze the Specification
  5. Step 3: Generate TypeScript Interfaces
  6. Step 4: Provide Implementation Guidance
  7. Step 5: Document Security and Validation
  8. Step 6: Provide Test Recommendations
  9. Output Format
  10. Project Conventions
  11. Path Aliases
  12. Code Style (Biome)
  13. File Organization
  14. Common Patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the api-spec-analyzer skill do?

Analyzes API documentation from OpenAPI specs to provide TypeScript interfaces, request/response formats, and implementation guidance. Use when implementing API integrations, debugging API errors (400, 401, 404), replacing mock APIs, verifying data types, or when user mentions endpoints, API calls, or backend integration.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill api-spec-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going