kirillgreen

9 mods across 1 repository, 21 stars between them.

attack-surface

01

kirillgreen/skills

Skill Claude CodeCodex

Strategic research framework that compresses months of market/competitive research into hours through structured power questions. Extracts unspoken industry insights, fragile market assumptions, and strategic attack surfaces from competitor data, reviews, and industry sources using parallel Exa-powered intelligence…

21 1mo ago A 152 tokens original CC0-1.0

bugfix-pipeline

02

kirillgreen/skills

Skill Claude CodeCodex

ALWAYS invoke this skill when the user reports a bug to fix — it traces the active code path, writes a failing test, iterates the fix, and reviews the diff, with test gates that prevent fixing the wrong code path. Do not edit suspected code directly before tracing the active path and writing a failing test. Triggers…

21 1mo ago A 117 tokens original CC0-1.0

deep-research

03

kirillgreen/skills

Skill Claude CodeCodex

Conduct deep, multi-source research on any topic using parallel subagents, Exa search, and adversarial validation. Two modes: /deep-research (standard: 10+ sources, one researcher + a source-vetting pass) and /deep-research deep (multi-agent with 20+ sources, adversarial review, UNION merge). Use when the user asks to…

21 1mo ago A 209 tokens original CC0-1.0

first-principles

04

kirillgreen/skills

Skill Claude CodeCodex

Multi-pass first principles analysis for any domain — business, personal decisions, creative projects, career, health, relationships. Grounds the analysis in real evidence first, decomposes problems to fundamental truths, challenges assumptions through 4 universal lenses (Constraints, Resources, Human, Context), and…

21 1mo ago A 258 tokens original CC0-1.0

tdd

05

kirillgreen/skills

Skill Claude CodeCodex

Spec-Driven TDD with a strict Red-Green-Refactor cycle using context-isolated subagents. Every feature starts with a structured spec; tests are generated from numbered acceptance criteria, with post-cycle three-dimension verification (Completeness + Traceability + Coherence), severity-tiered findings…

21 1mo ago A 170 tokens original CC0-1.0

tdd-implementer

06

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

07

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

08

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

wrap-up

09

kirillgreen/skills

Skill Claude CodeCodex

Semi-automatic end-of-session ritual. Scans the session and machine for loose ends, presents ONE categorized report, and on approval executes cleanup + closing tasks so the user can exit with nothing undone, uncommitted, unmerged, or left as garbage. Invoke whenever the user signals they're finishing up — "/wrap-up"…

21 1mo ago A 200 tokens original CC0-1.0