api-endpoint-skill-generator

Generate API endpoint pattern documentation and update project.json.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/mdmagnuson-creator/yo-go --skill api-endpoint-skill-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-endpoint-skill-generator
Source: https://github.com/mdmagnuson-creator/yo-go/tree/main/skills/meta/api-endpoint-skill-generator
Command: npx skills add https://github.com/mdmagnuson-creator/yo-go --skill api-endpoint-skill-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate project-specific API endpoint patterns documentation.

Core Features & Use Cases

  • Read project context (docs/project.json) to identify framework, languages, and API enablement
  • Analyze existing API implementation and routes to propose standardized endpoint patterns
  • Generate docs at docs/skills/api-patterns/SKILL.md and update project.json with the new skill

Quick Start

Run the api-endpoint-skill-generator in a project with api: true to generate the api-patterns skill and update the project manifest.

Frequently Asked Questions about api-endpoint-skill-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate API endpoint pattern documentation for my project?

To generate API endpoint pattern documentation, run the api-endpoint-skill-generator in an API-enabled project. It reads project context, analyzes existing routes, asks clarifying questions, and writes the patterns to docs/skills/api-patterns/SKILL.md.

What are API endpoint patterns and when do I need to document them?

API endpoint patterns are standardized documentation for how routes and implementations are structured across a project. You need them when you want to automate consistent API design and orchestration across an API-enabled codebase.

How do I automate API documentation generation from existing routes?

Automate API documentation generation by running this skill in your project. It inspects existing API implementations and routes, proposes standardized patterns, generates a SKILL.md file, and updates the project manifest automatically.

Does API endpoint pattern generation work with any web framework?

API endpoint pattern generation works with any project where the project manifest has api: true. The skill reads docs/project.json to identify your specific framework and languages before analyzing routes and proposing patterns.

Can I update the project manifest automatically when adding API pattern documentation?

Yes, you can update the project manifest automatically. The skill reads docs/project.json, creates the new API patterns skill file, and mutates the manifest to register the new skill for end-to-end orchestration.

Why is my API pattern generation not working in my project?

API pattern generation requires a valid docs/project.json file and api: true. If the manifest is missing or API is not enabled, the skill cannot read the project context, inspect API routes, or generate the documentation.