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 lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
帮用户快速生成一个规范的 API 端点。
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.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
帮用户快速生成一个规范的 API 端点。
如果用户已经说了,直接开始。否则问:
你需要什么 API?告诉我:
- 管理什么资源?(比如用户、文章、订单)
- 需要哪些操作?(查询列表、查询详情、创建、更新、删除)
查看项目中的后端框架:
为每个操作生成完整的端点:
启动服务,用 curl 或测试工具验证接口可以正常响应。
API 已生成,接口如下: (列出所有端点和方法) 用 /test 可以生成接口测试。用 /database 连接真实数据库。