Find the perfect skill
Vite Configuration and API
Development
Covers Vite configuration, plugin API, SSR, and Vite 8 Rolldown migration. Ideal for projects using Vite.
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.
Fix GitHub Issue
Development
End-to-end workflow for fixing a GitHub issue: read, implement, test, and commit.
Dependency Upgrade Path Planning
Development
Create a safe dependency upgrade plan, analyzing breaking changes, security vulnerabilities, and compatibility risks.
Coding Standards & Best Practices
Development
Universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js development.
Code Stats
Development
Analyze codebase size and changes using tokei for line counts and difft for semantic diffs.
Add Skill
Development
Creates a Claude Code skill per official spec: gathers requirements, generates valid SKILL.md, validates naming/description, applies Progressive Disclosure. Use when adding a skill or slash command.
Smart PR Creator & Updater
Development
Create or update a pull request from current branch to main with auto-generated title and description.
Centralized registry for models, schemas, pipelines, stacks
Development
Single source of truth for models, schemas, pipelines, and stacks. Covers the MODEL_REGISTRY, schema introspection, deployment-choice.yaml, and the control panel.
Automated Commit and Push
Development
Automates the commit and push workflow: runs tests only when source code changed, analyzes the diff to generate a concise commit message, then commits and pushes. Ideal for developers who want a streamlined process to quickly save and share code changes with minimal manual steps.