Find the perfect skill
Managing Git Worktrees
Development
Helps create, manage, scan, update, and clean up Git worktrees for parallel development, with safeguards for protected branches. Useful when working on multiple branches simultaneously, isolating experiments, or updating protected branches like main/develop.
Monorepo Setup Wizard
Development
Configure monorepo tooling with Turborepo, Nx, or pnpm workspaces including shared packages and CI optimization.
Microservices Communication Patterns
Development
Implement inter-service communication with event-driven patterns, message queues, and API gateways.
Git Practices for FAF Files
Development
Basic Git practices for .faf files (project.faf, CLAUDE.md): committing, sharing, and .gitignore patterns. Activated when user asks about committing these files, adding to Git, or sharing on GitHub. Not a full GitHub guide.
Dotfiles Sync Checker
Development
Verifies that dotfiles are properly symlinked and synchronized across the system. Useful for checking symlink status, detecting broken links, validating permissions, and ensuring shell configuration loads without errors.
Architectural Code Review
Development
Performs a rigorous architectural code review including ADR compliance, test coverage, architectural patterns, and security analysis. Outputs a structured review document with APPROVED/REDIRECT/BLOCKED status. Helpful for ensuring changes align with architectural decisions and quality standards.
Debounce and Throttle Patterns
Development
Guides the design, implementation, and validation of debounce and throttle patterns to optimize high-frequency events like UI interactions and file watching. Reduces unnecessary processing and smooths resource usage, improving both responsiveness and stability.
Stop Android App
Development
Cleanly terminates an Android app on a connected device using 'adb shell am force-stop'. Use this skill for debugging, testing, or cleanup before deploying a new version. It preserves app data and can be safely called even if the app is not running.
Database Migration Generator
Development
Generate safe database migration scripts with rollback support for PostgreSQL, MySQL, and SQLite.
Frontend Style & Layout Patterns
Development
Applies consistent styling and layout patterns using Tailwind v4. Covers the Section Compound Pattern for structuring pages, spacing selection methods (flex gap, space-y/x, spacer divs), CLS-free responsive images with aspect-ratio containers, and migration from Tailwind v3 to v4. Useful when building page layouts, choosing spacing, implementing responsive images, or updating from v3 to v4.
Google ADK - AI Agent Development
Development
Provides guidance for using Google's Agent Development Kit (ADK) to build AI agents. Covers installation, agent types (LLM, workflow, custom), function tools, multi-agent orchestration, callbacks, and deployment. Useful when creating Gemini agents or working with ADK-specific concepts like SequentialAgent or LoopAgent.
Claude Agent Skill Creator
Development
Guides users through the process of creating well-structured Claude Agent Skills. It helps gather requirements, generate skill structures, and produce properly formatted SKILL.md files. Use when asked to create, build, or develop a new skill.