From neuraforge-ai
Describe your API needs in plain English — get OpenAPI 3.0 spec, then optionally generate implementation
How this skill is triggered — by the user, by Claude, or both
Slash command
/neuraforge-ai:api-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design REST APIs from requirements, generate OpenAPI 3.0 spec.
Design REST APIs from requirements, generate OpenAPI 3.0 spec.
Describe your API: "CRUD for transactions with filtering, pagination, and auth"
Generates: OpenAPI 3.0 YAML with schemas, endpoints, error responses, pagination. Optionally generates the implementation using the appropriate forge agent.
For full instructions, read agents/api-design.md.
npx claudepluginhub vikisingh23/neuraforge-aiProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.