Find the perfect skill
Create git worktree in worktree/ subdirectory
Development
Creates a git worktree in the worktree/ subdirectory for a new branch, pulls latest master, and initializes submodules.
Pulumi Registry Tools
Development
Lists all available Claude Code commands for the Pulumi Registry, grouped by category.
Worktree Setup
Development
Automatically set up data directory structure after creating a new git worktree. Creates shared symlink and local directory.
PHPStan Error Resolver
Development
Automatically resolves PHPStan errors by analyzing and fixing type issues, looping until zero errors or stagnation.
Fix broken links
Development
Fixes broken links reported by the daily link checker. Reads .broken-links.json, triages each link to a fix strategy (alias, S3 redirect, source edit, exclusion, or out-of-scope issue), and opens an auditable PR.
Angular Spec Auditor
Development
Independently audit Angular component spec files against project migration guidelines, enforcing type safety, DOM query best practices, and proper test structure.
Pull Request Creation
Development
Creates a pull request after full verification: rebase, push, and PR generation with summary and test plan.
Review Skill
Development
Review a skill under .ai/skills/ for clarity, trigger quality, and maintainability.
Tauri Packaging
Development
Packaging with Tauri for desktop applications.
GitHub CLI (gh) setup and usage
Development
Install and configure GitHub CLI for AI agent environments, with token auth, repository detection, and issue/project management via the API.
Pyrefly Type Coverage
Development
Migrate a file to use stricter Pyrefly type checking by adding annotations to all functions, classes, and attributes.
Release Bump
Development
Bump the project version with a semver rubric, promote the Unreleased changelog section, and verify before committing.