ypxing
UserDistributable AI agents and skills that automate the issue → implementation → review cycle — parallel coder agents, TDD-first, works with Claude Code and GitHub Copilot.
Categories
Indexed Skills (14)
address-code-review
Triage findings from the latest afk-sprint code review report, challenge each one critically, implement sensible ones using TDD, commit touched files, and print a summary. Trigger with /address-code-review.
address-pr-comments
Fetch all review comments on the current branch's open PR, challenge each one critically, implement sensible ones using TDD, commit touched files, and print a summary. Trigger with /address-pr-comments.
solve-issue
Implement a single issue end-to-end: read it, explore context, install deps, build with TDD, verify checks, and commit. Platform-agnostic — works in worktrees or branches.
dep-install
Detect the project's install mode (host or docker) and install dependencies once. Used as a shared step by solve-issue, address-code-review, and address-pr-comments.
grill-with-docs
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
improve-codebase-architecture
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
tdd
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
to-issues
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
to-prd
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
caveman
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
afk-sprint
Spawns coder agents to implement all ready-for-agent issues in the current repo, supervises until all are done, and merges work back. Trigger with /afk-sprint.
grill-me
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
karpathy-guidelines
Behavioral guidelines to reduce common LLM coding mistakes. Based on Andrej Karpathy's observations on LLM coding pitfalls. Apply when writing, reviewing, or refactoring code.
plan-sprint
Full design pipeline — grill the user about a plan, produce a PRD, then break it into issues. One handoff at the end of grilling triggers the rest automatically. Use when starting a new feature from scratch.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.