什么是 fastify-best-practise?
在创建服务器、插件、路由、模式、挂钩、装饰器、错误处理、测试和 TypeScript 集成时应用 Fastify 最佳实践。在编写或审查 Fastify 代码、设置新的 Fastify 项目或询问“我应该如何构建我的 Fastify 应用程序?”时使用 来源:thecodepace/fastify-skills。
在创建服务器、插件、路由、模式、挂钩、装饰器、错误处理、测试和 TypeScript 集成时应用 Fastify 最佳实践。在编写或审查 Fastify 代码、设置新的 Fastify 项目或询问“我应该如何构建我的 Fastify 应用程序?”时使用
通过命令行快速安装 fastify-best-practise AI 技能到你的开发环境
来源:thecodepace/fastify-skills。
A curated set of rules and patterns for building production-ready Fastify applications. Each rule includes incorrect and correct examples with explanations.
The rules are organized by topic in the rules/ directory. Each rule follows a consistent format with impact rating, incorrect/correct examples, and references to official docs.
| Create Server | create-server.md | LOW-MEDIUM | Use a buildServer() factory function for reusable, testable server setup | | Create Plugin | create-plugin.md | LOW-MEDIUM | Encapsulate reusable functionality in plugins with fastify-plugin | | Autoload | autoload.md | HIGH | Automatically load plugins and routes from the filesystem with @fastify/autoload |
在创建服务器、插件、路由、模式、挂钩、装饰器、错误处理、测试和 TypeScript 集成时应用 Fastify 最佳实践。在编写或审查 Fastify 代码、设置新的 Fastify 项目或询问“我应该如何构建我的 Fastify 应用程序?”时使用 来源:thecodepace/fastify-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/thecodepace/fastify-skills --skill fastify-best-practise在创建服务器、插件、路由、模式、挂钩、装饰器、错误处理、测试和 TypeScript 集成时应用 Fastify 最佳实践。在编写或审查 Fastify 代码、设置新的 Fastify 项目或询问“我应该如何构建我的 Fastify 应用程序?”时使用 来源:thecodepace/fastify-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/thecodepace/fastify-skills --skill fastify-best-practise 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/thecodepace/fastify-skills