Find the perfect skill
Vite Build Tool: Config, Plugins, SSR
Development
Covers Vite configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use for vite.config.ts, plugins, and building libraries.
GitHub CLI Setup and Usage
Development
Install and configure GitHub CLI for AI agents in environments where gh is not pre-installed and git remotes point to local proxies. Covers authentication, repo detection, and project management.
Plan Generation
Development
Create a detailed plan to implement requirements, with tasks and specifications.
Scaffold New MBG Skill
Development
Guides the creation of a new canonical MBG skill under .ai/skills with proper frontmatter, structure, and validation. Ensures adherence to project-specific authoring standards and safety rules.
Resolving Merge Conflicts
Development
Resolve in-progress git merge or rebase conflicts by inspecting index stages, understanding intent, and running automated checks before completing.
Create a Pull Request
Development
Commit changes, create a branch, push, and open a pull request using the repo's PR template.
TDD Green Phase: Minimal Implementation
Development
Implement the minimal code needed to make failing tests pass in the TDD green phase.
AppKit Menu Bar Builder
Development
Generate NSMenu and NSStatusItem configurations for macOS menu bar apps with SwiftUI integration and dynamic menu handling.
iOS SwiftUI App Scaffold
Development
Scaffold a full iOS project with SwiftUI, MVVM, offline-first persistence, CI, and tooling.
Create Structured Pull Request
Development
Creates a structured pull request with a product-focused summary, change highlights, and test steps. It automatically detects the base branch, links Linear issues from the branch name, and pushes the branch if needed. Use when you are ready to open a PR or asked to create one.
Spring Boot Web MVC with Thymeleaf, HTMX, Alpine.js
Development
Build server-side web UI with Spring Boot using Thymeleaf templates, HTMX for dynamic interactions, and Alpine.js for client-side behavior.
AGR: Artificial General Research
Development
Autonomous iterative optimization framework for Claude Code. Generalizes Karpathy's autoresearch to any measurable problem with variance-aware acceptance and fresh-context-per-iteration.