Find the perfect skill
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.
Feature Development Workflow
Development
Automated 7-phase feature development workflow with specialized agents for exploration, architecture, and review. Handles ambiguous requirements and architectural decisions.
Feature-Driven Backlog Implementation
Development
Implement backlogs through a structured feature-driven workflow: read requirements, reference existing features, design, code, and document.
Scaffold a new Claude skill
Development
Guide to scaffold a new Claude Code skill in .claude/commands/ with proper frontmatter, steps, verify, following the house format.
Data Model Radar
Development
Audits the @Model layer for completeness, consistency, and round-trip integrity. Finds model-layer bugs before they manifest as workflow bugs.
Claude Code Workflow Audit
Development
Audits Claude Code configuration and session history, benchmarks against current best practices, and recommends updates for token efficiency and fewer permission prompts.
Debugging Specialist
Development
Debugging specialist for errors, test failures, and unexpected behavior. Provides root cause analysis and fixes.