agents/openai.yaml
interface: display_name: "Implement" short_description: "Build work from a spec or tickets" policy: allow_implicit_invocation: false
eaiconsulting/mattpock-skills · GitHub
Implement a piece of work based on a spec or set of tickets.
프로젝트 폴더에서 아래 명령어를 실행하고, 설치할 에이전트를 선택하세요.
npx skills add eaiconsulting/mattpock-skills --skill implement설치 명령을 직접 실행해야 적용됩니다. 지원 에이전트와 필요한 권한·라이선스는 제작자의 안내를 확인하세요.
agents/openai.yamlinterface: display_name: "Implement" short_description: "Build work from a spec or tickets" policy: allow_implicit_invocation: false
SKILL.md--- name: implement description: "Implement a piece of work based on a spec or set of tickets." disable-model-invocation: true --- Implement the work described by the user in the spec or tickets. Use /tdd where possible, at pre-agreed seams. Run typechecking regularly, single test files regularly, and the full test suite once at the end. Once done, use /code-review to review the work. Commit your work to the current branch.