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