Find the perfect skill
Serial review gauntlet
Development
Runs architecture, lens-debate, agent-debate, simplify, and code-police in sequence, each committing before the next starts. Used from /be §4 or when user asks to 'run the review gauntlet'.
End-to-end package implementation
Development
Implement a roadmap package end-to-end: read spec, branch in a worktree, implement with tests, sweep for stale call sites, open PR, fix CI, resolve conflicts.
Git Commit Editing
Development
This skill explains how to edit Git commits without interactive rebase, using scripts suitable for agents. Covers fixup, squash, drop, reorder, reword, and amend.
Create Architecture Decision Record
Documentation
Use this skill to create or modify architecture decision records (ADRs) following a structured template.
ax: AI-era curl for fetching and extracting
Development
Use ax instead of curl and throwaway parsing scripts for fetching URLs, exploring web pages, or extracting structured data. Avoid regex on HTML and bare curl.
PR Review Pipeline Debugging
Development
Diagnoses why a specific PR review is failing or not triggering in the claude-code-reviewer service. Traces the PR through the full pipeline: state, errors, review history, skip reasons, and simulation of the review gating logic. Useful when a PR is not receiving a review or a review fails unexpectedly.
Angular Testing & Conventions
Development
Angular frontend conventions, testing patterns using Component Harnesses, HttpTestingController, and Jasmine.
Pu on-demand Incus boxes
DevOps
Provision and manage Incus containers for CI, builds, and evidence capture. Spin up ephemeral or long-lived boxes, run commands, copy artifacts, and handle egress failures.
Skill Self-Repair
Development
Diagnose and fix a skill that didn't work correctly in the current session.
Session Handoff
Productivity
Hand off the current Claude session to a fresh instance while preserving work context. Use it when the conversation context is full, after completing a logical chunk of work, or to get a fresh perspective. Work continues seamlessly from the hook.
PHP Typed Collection Class Generator
Development
Generates a typed Collection class for managing entity sets, using Atournayre traits and interfaces. Produces a final PHP file in `src/Collection/` with methods like `asList()` and features from the traits. Helps enforce consistent, typed collection structures in your domain layer.
Show Code Review Results
Development
Displays code review results for a specific commit or job ID. Use it to check the verdict, findings, and questions from a previous review without triggering a new analysis. It also shows recent review jobs and the prompt sent to the reviewer.