From neuraforge-ai
Describe your API needs in plain English — get OpenAPI 3.0 spec, then optionally generate implementation
npx claudepluginhub vikisingh23/neuraforge-aiThis skill uses the workspace's default tool permissions.
Design REST APIs from requirements, generate OpenAPI 3.0 spec.
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.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
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.