kirillgreen/skills

Custom AI Agent Skills by Kirill Oleinichenko

21Stars on the repository
9Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
CC0-1.0Licence, which decides whether bodies are shown

tdd-implementer

01

kirillgreen/skills

Agent

Implement minimal code to pass failing tests for TDD GREEN phase. Reads the test file and writes minimum implementation. NEVER modifies test files. Raises specdefect: true instead of weakening tests when the spec is contradictory, unimplementable, or under-specified. Returns files, success output, and specdefect…

21 1mo ago A 70 tokens original CC0-1.0

tdd-refactorer

02

kirillgreen/skills

Agent

Evaluate and refactor code after TDD GREEN phase. Improves quality while keeping tests green. Returns changes or "no refactoring needed" with reasoning.

21 1mo ago A 37 tokens original CC0-1.0

tdd-test-writer

03

kirillgreen/skills

Agent

Write failing tests for TDD RED phase. Reads feature requirements and project documentation/specs to generate behavior-driven tests. Returns test file path and failure output. Enforces severity-aware assertion quality at source (rejects weak-only assertions, private-name leakage, excessive mocking).

21 1mo ago A 59 tokens original CC0-1.0