Find the perfect skill
Commit message generation
Development
Generates a commit message from staged changes based on the repository convention. Includes gitmoji, type, and scope selection.
Comprehensive Code Review
Development
Perform a multi-dimensional code review using specialized agents covering quality, security, performance, testing, documentation, and best practices.
Automated Pull Request Creation
Development
Analyzes branch changes and generates a pull request with title, body, and labels. Checks prerequisites before creation.
Wireframe
Development
Explore a flow or layout with 3+ disposable lo-fi greyscale wireframes on a named axis, before any hi-fi work. Use when the user wants to sketch directions or explore structure.
Update Pull Request
Development
Updates an existing pull request by pushing new commits, recomputing the PR description from all commits, and optionally updating the title. It reviews all commits in the branch, asks user confirmation before pushing, and regenerates the description using the previous one as a style guide. Helps keep PRs accurate and up-to-date as changes accumulate.
GSAP Utilities
Development
Official skill for GSAP utility functions: clamp, mapRange, normalize, interpolate, random, snap, toArray, wrap, pipe. Ideal for animations and mathematical calculations.
CTO Mode for Auren
Development
Act as CTO for Auren - translate product priorities into architecture, tasks, and code reviews. Push back when needed, maintain clean code, ship fast.
Create Spring Boot Java Project
Development
Automates the creation of a Spring Boot Java project skeleton by downloading a template from start.spring.io, adding dependencies (Lombok, PostgreSQL, Redis, MongoDB, etc.), and configuring properties files. Helps quickly bootstrap a new Spring Boot project with a standard stack without manual setup.
Apply shadcn/ui to React Components
Development
Uses shadcn/ui to style React pages, integrating with the project's custom theme via MCP tools.
Disconnect Android Device
Development
Disconnect a wireless Android device from ADB. Use with an IP:port argument to disconnect a specific device, 'all' for all wireless devices, or no argument to auto-detect. Helps when you need to disconnect a device connected via WiFi.
Repository Dashboard
Development
Display repository status with PRs, issues, CI/CD health, and suggested tasks.
Advanced Code Search
Development
Advanced code search tool that locates definitions, usages, tests, and references for any symbol across the entire codebase. It helps developers understand how a function, class, or variable is used throughout the project. More powerful than simple text search as it understands code structure and groups results by category.