Find the perfect skill
Code Task Brief
Development
Generates a self-contained task brief to guide a Claude Code routine through a code change, including acceptance criteria and scope.
Add New Pulumi Provider Package
Development
Guided workflow to add a new provider package to the Pulumi Registry, including validation and community package listing.
Run Local Services
Development
Start all local development services (backend, frontend, docs) with dependency checks, port conflict resolution, and automatic recovery.
TDD Workflow
Development
Test-Driven Development principles: RED-GREEN-REFACTOR cycle.
SpeedTree Subsystem Audit
Development
Audit the SpeedTree (.spt) TLV walker and placeholder-billboard fallback in the byroredux-spt crate, verifying byte accounting and cross-module wiring.
Event Sourcing Architect
Development
Expert in event sourcing, CQRS, and event-driven architecture. Masters event store design, projections, sagas, and eventual consistency patterns.
Create a GitHub Pull Request
Development
Push branch and create a GitHub PR with a concise, issue-linked description.
SpeedTree Subsystem Audit
Development
Audit the byroredux-spt crate, which walks .spt parameter streams as TLV and emits placeholder billboards. Focus on byte accounting, fallback correctness, TREE wiring, and per-game differences.
Clone Web App Pixel-Perfect
Development
Clone any web app pixel-for-pixel from a URL using an in-conversation Claude workflow with computed-style assertions for verification.
Codebase Health Audit
Development
Comprehensive codebase audit to identify technical debt, quality issues, and improvement opportunities.
Refactor Review
Development
Identifies code that should be simpler: duplication, over-engineering, truncated code, and pattern inconsistencies. Use before any major refactor or cleanup to focus on what matters.
TDD Workflow Patterns
Development
Guide for implementing tasks using the TDD workflow, phase checkpoints, git commits, and verification protocol.