Find the perfect skill
Compress Skill
Development
Reduce a skill to its irreducible core using a compression loop with git and behavior tests.
Embed claude-sub-proxy as Internal Service
Development
Embed claude-sub-proxy as an internal service within another project with minimal footprint (4 JS files + config, no external exposure). It adds Claude API access to an existing app without a separate server, running on localhost. Useful for integrating Claude into a larger application securely.
Compose
Development
Plan and execute work with Jazz-era agents. Activates on /compose or 'let's plan this'.
Beads Project Task Tracking
Development
Use Beads CLI for durable project task tracking, issue dependencies, blocker management, and multi-session handoff.
Add Content & Assets to OSRS Game
Development
Add new game content (enemies, towers, spells, items) and integrate sprites/sounds from the OSRS cache. Emphasizes data tables, union types, and the asset pipeline.
Feature-Driven Code Development
Development
Complete backlog implementation in feature-driven development. Read requirements, reference existing features, design approach, implement code, and document.
NuGet Package Management
Development
Manage NuGet packages in .NET projects using dotnet CLI. Enforces safe workflows for adding, removing, and updating package versions.
Stack a new PR layer on the current feature branch
Development
Isolate work discovered mid-feature into the next layer of a GitHub stacked PR, branching off the current feature branch and targeting the branch below.
Git Master: Atomic Commits & Rebase
Development
Git expert focusing on atomic commits, rebasing, history management, and commit style detection.
Lint JS/TS
Development
Runs the linter for JavaScript and TypeScript files. Use before opening a PR.
Ship It: Quality Checks and PR Creation
Development
Runs comprehensive quality checks (lint, build, compile), creates meaningful commits, and handles the full workflow from staging to pull request creation.
R's Little Helper
Development
Assists in coding in R, emphasizing modern tidyverse patterns and style.