Find the perfect skill
Feature Development Workflow
Development
Automate 7-phase feature development with specialized agents for code exploration, architecture design, and quality review.
Open PR
Development
Opens a pull request from the current branch, discovering issues in commit footers and moving them to 'In review'.
App Store Connect App Creation (UI)
Development
Automate App Store Connect app record creation via web UI. Use when no public API is available for app creation.
AC Framework Spec-Driven Workflow
Development
Initialize and manage AC Framework spec-driven workflows using acfm CLI. Use when setting up spec workflows, checking project status, creating changes, or understanding the .acfm/ vs openspec/ directory structures. Essential first step before using any OpenSpec skills.
Vite Configuration and API
Development
Covers Vite configuration, plugin API, SSR, and Vite 8 Rolldown migration. Ideal for projects using Vite.
Commit Message Generator
Development
Generates commit messages following project conventions after running pre-commit checks (formatting, linting, tests). Helps automate clean, standardized commits.
Ship It! 🐿️
Development
Finalize and ship changes with quality checks, commits, and PR creation. Streamlines the workflow from staging to pull request with approval checkpoints.
Build generate_job_data binary
Development
Builds the `generate_job_data` binary with file locking to prevent concurrent builds. Supports both release and debug (AddressSanitizer) builds via the `--asan` flag.
Brepjs CAD Skill Self-Heal Loop
Development
Automatically diagnose and fix brepjs-cad skills via eval, clean-room authors, and RED→GREEN verification, shipping a PR.
Dependency Upgrade Path Planning
Development
Create a safe dependency upgrade plan, analyzing breaking changes, security vulnerabilities, and compatibility risks.
Branch PR Creation
Development
Create gentle AI pull requests with issue-first checks, approved issue linkage, and required labels.
Automated Commit and Push
Development
Commit all current changes and push to the remote. Use when the user asks to commit, push, save progress, or ship changes. Automatically runs pre-push checks with auto-fix before committing.