Loading...
Loading...
Found 2,344 Skills
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
Go programming patterns and idioms
Write or audit code against the house coding conventions. Use while writing code to settle a style call, or when auditing a change against the conventions.
Rails code patterns and conventions following rubocop-rails-omakase style.
A complete guide to developing plugins for the MusicFree music player. Triggered when users request to write, create, or develop MusicFree plugins, or to adapt a music website or API into a MusicFree plugin. Covers the full process including plugin protocols, media type definitions, method signatures, sandbox environment, site analysis, local debugging, release and updates, etc. This Skill is designed for AI execution, guiding AI to collaborate with beginners to complete plugin development.
Test-Driven Development. Use this when users want to build features or fix bugs with a test-first approach, mention "red-green-refactor", or want to integrate tests.
Use when symfony tdd with phpunit
Use when given a GitHub issue URL or number to investigate and implement a fix. Triggers on "fix issue", "fix bug", "fix
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
현재 프로젝트가 사용자 요청과 확인된 완료 조건을 충족하는지 실제 동작과 증거로 검증한다. “제대로 작동해?”, “다 만든 거 맞아?”, “테스트해줘”, “배포해도 돼?”, “수정한 것 다시 확인해줘”처럼 구현 결과를 확인하는 요청에 사용한다. 검증 중 기능이나 디자인을 변경하는 요청에는 사용하지 않는다.
Executes an implementation plan task-by-task with validation at every step. Use when you have a completed feature plan and want to implement it in one pass.
Use when symfony quality checks