trapajim/skills
Skill Claude CodeCodex
Analyze and explore new or unfamiliar codebases to identify hot paths, architectural patterns, and high-complexity areas. Use when the user wants to understand a new repository, find frequently modified files, assess code difficulty, or analyze specific subdirectories of a project.
trapajim/skills
Skill Claude CodeCodex
Implement a task with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD.
trapajim/skills
Skill Claude CodeCodex
Plan a sprint end-to-end by aligning scope, writing PRDs, creating GitHub issues, and breaking them into tasks. Orchestrates grill-me, prd, to-issue, and to-task skills. Use when planning a sprint, sprint planning, committing work for an iteration, or preparing a milestone in GitHub.
trapajim/skills
Skill Claude CodeCodex
Reviews code changes for correctness, security, architecture, and test coverage using project standards. Use when reviewing pull requests, diffs, branch changes, or when the user asks for a code review.
trapajim/skills
Skill Claude CodeCodex
Break a plan, spec, or PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
trapajim/skills
Skill Claude CodeCodex
Break down a single GitHub issue into a sequential list of small implementation tasks, creating them as child sub-issues via the Github MCP.