Help us improve
Share bugs, ideas, or general feedback.
From claude-code-starter
Generates RESTful API endpoints with routes, request validation, error handling, and CRUD operations. Supports FastAPI, Flask, Django, Express, NestJS, Hono; auto-detects stack or recommends one.
npx claudepluginhub lightpointventures/claude-code-starterHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-starter:apiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
帮用户快速生成一个规范的 API 端点。
Builds production-ready REST API endpoints with input validation, authentication checks, error handling, business logic, and documentation for Express and Fastify. Useful for creating CRUD operations and backend routes.
Generates production-ready REST or GraphQL API endpoints with request validation, error handling, and tests. Supports Express, Fastify, NestJS, and Next.js App Router.
Generates REST APIs with CRUD endpoints, pagination, filtering, auth, tests for Express, FastAPI, Spring Boot, Gin from OpenAPI specs or schemas.
Share bugs, ideas, or general feedback.
帮用户快速生成一个规范的 API 端点。
如果用户已经说了,直接开始。否则问:
你需要什么 API?告诉我:
- 管理什么资源?(比如用户、文章、订单)
- 需要哪些操作?(查询列表、查询详情、创建、更新、删除)
查看项目中的后端框架:
为每个操作生成完整的端点:
启动服务,用 curl 或测试工具验证接口可以正常响应。
API 已生成,接口如下: (列出所有端点和方法) 用 /test 可以生成接口测试。用 /database 连接真实数据库。