labring
@labring Organization
Public Skills
fastgpt-design-skill
by labring
当用户需要设计 FastGPT 的代码时,可调用此 Skill。
prompt-optimize
by labring
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.
api-development
by labring
FastGPT API 开发规范。重点强调使用 zod schema 定义入参和出参,在 API 文档中声明路由信息,编写对应的 OpenAPI 文档,以及在 API 路由中使用 schema.parse 进行验证。
pr-review
by labring
当用户传入一个 review 的 pr 链接时候,触发该 skill,对 pr 进行代码审查。
api-development
by labring
FastGPT API 开发规范。重点强调使用 zod schema 定义入参和出参,在 API 文档中声明路由信息,编写对应的 OpenAPI 文档,以及在 API 路由中使用 schema.parse 进行验证。
test-skill
by labring
当用户需要编写一个单元测试时,触发该 skill,编写单元测试。
create-skill-file
by labring
Guides Claude in creating well-structured SKILL.md files following best practices. Provides clear guidelines for naming, structure, and content organization to make skills easy to discover and execute.