什麼是 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