Find the perfect skill
Atomic Git Commits
Development
Creates logically grouped, atomic git commits with well-formatted messages following best practices and conventional commits.
State Selectors (Saga Template)
Development
Pure selector functions colocated with each slice, returning derived view-data from the Saga state. They filter and sort projections, hiding state shape from containers.
ElevenLabs TTS with sag CLI
Development
Use the `sag` CLI for local ElevenLabs text-to-speech. Set up your API key and generate audio easily.
List Installed MCP Servers
Development
Lists all installed MCP servers along with their scope (user/project) and status. Use this to quickly see which MCP servers are available and their current state. It only displays information, it does not add or remove any servers.
Create and Review Skills Command
Development
Create new skills with skill-creator, then review and auto-fix them with reviewing-skills. Skills are placed in project scope.
ASDLC Agentic Software Development Lifecycle
Development
Knowledge base for the ASDLC framework, guiding agents through concepts, patterns, and practices for reliable software development.
Create an Agent Skill
Development
Create a structured Agent Skill with instructions, scripts, and resources for coding agents.
Do - Execute Scrum Board Tasks
Development
Executes tasks from a scrum board by reading project/todo.md, resolving context, breaking down epics/stories, and driving a developer agent through implementation. Loops until all tasks done or user exits.
shadcn/ui Project Management
Development
Add, debug, and compose shadcn/ui components with docs and examples. Applies to projects with components.json.
Create or Update a Pull Request
Development
Create or update a pull request using the JellyRock template. Detects existing open PRs to avoid duplicates and updates them instead.
Create or Update a Pull Request
Development
Creates or updates a pull request using `.github/pull_request_template.md`, detects existing open PRs, fills issues/docs sections, and runs judgment passes (tech-debt, decisions, follow-ups) before pushing.
Alchemy Hello World
Development
Create a minimal Alchemy Web3 example: get ETH balance, fetch NFTs, read token balances. Use when starting blockchain development, testing Alchemy setup, or learning basic blockchain query patterns.