.agents
.agents에는 nikoheikkila에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Implement minimal code to make failing unit tests pass without over-engineering. Use when there is a failing test that needs the simplest possible implementation to turn green, or when the user asks to make a test pass.
Guide test-first development by writing failing unit tests from Gherkin (BDD) feature files that describe desired behaviour before any implementation exists. Use when starting a new TDD cycle, writing the first test for a feature, or when the user mentions writing a failing test.
Improve code quality, apply best practices, and enhance design whilst maintaining green tests. Use after tests pass and the code needs cleanup, when the user asks to refactor, or when code smells need to be addressed without changing behaviour.