Loading...
Loading...
Found 58 Skills
Refactor code with safety nets — tests green before and after, no behavior change
Implementation agent that executes a single task and creates handoff on completion
Android Test-Driven Development standards. Enforces Red-Green-Refactor cycle, test pyramid (70/20/10), layer-specific testing strategies, and CI integration. Use when building or reviewing Android apps with TDD methodology.
Use when implementing any code in RLM Phase 3. Enforces strict RED-GREEN-REFACTOR discipline with The Iron Law - no production code without a failing test first.
Guide for creating effective skills. This command should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
Refactor code after tests pass. The "Refactor" phase of Red-Green-Refactor.
Use when implementing any Swift or SwiftUI feature or bugfix, before writing implementation code
Create Test Specifications (TSPEC) - Layer 10 artifact for unit, integration, smoke, and functional test cases
Test-driven development workflow with philosophy guide - plan → write tests → implement → validate
4-phase root cause debugging: understand bugs before fixing.
TDD-focused implementation planning. Creates plans with strict Red-Green-Commit/Rollback cycles for each step.
Use when creating new skills, editing existing skills, or verifying skills work before deployment