.claude/skills/design/SKILL.md
当用户需要设计 FastGPT 的代码时,可调用此 Skill。
npx skillsauth add labring/fastgpt fastgpt-design-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
testing
当用户需要编写一个单元测试时,触发该 skill,编写单元测试。
testing
Expert prompt engineering skill that transforms Claude into "Alpha-Prompt" - a master prompt engineer who collaboratively crafts high-quality prompts through flexible dialogue. Activates when user asks to "optimize prompt", "improve system instruction", "enhance AI instruction", or mentions prompt engineering tasks.
tools
当用户传入一个 review 的 pr 链接时候,触发该 skill,对 pr 进行代码审查。
development
FastGPT API 开发规范。重点强调使用 zod schema 定义入参和出参,在 API 文档中声明路由信息,编写对应的 OpenAPI 文档,以及在 API 路由中使用 schema.parse 进行验证。