Find the perfect skill
Ship It! - Finalize and Ship Changes
Development
Finalize and ship changes with quality checks, commits, and PR creation.
Ship It!
Development
Finalize and ship changes with quality checks, commits, and PR creation.
Quickly Ship Git Changes
Development
Quickly stage, commit, and push changes to the current branch with a simple command.
Pattern Analysis
Development
Systematic analysis of design patterns, architectural patterns, and code structures in a codebase.
Create AdaL Skill
Productivity
Guide users through creating AdaL skills by clarifying the skill type and scaffolding the appropriate directory structure and SKILL.md file.
Data Flow Tracer
Development
Trace the path of data through the engine, from ECS to GPU or from file to entity.
GitHub Expert for Calculadora BMC
DevOps
Operational guide for all GitHub work on Calculadora BMC: branches, PRs, CI, workflows, reviews. Use GitHub MCP tools in Claude Code or gh CLI locally.
Mirra Voice
Development
Voice call history, transcripts, and call metadata via REST API.
Code Review
Development
Reviews pull request diffs for correctness, security, maintainability, and test coverage. Use when the user asks for a code review of a change set, patch, or PR description.
CI/CD Playbook
DevOps
Write a comprehensive CI/CD pipeline playbook for a service or team, covering pipeline stages, environments, deployment gates, rollbacks, and on-call responsibilities.
Barwise Release Process
DevOps
Step-by-step guide to cutting a release: version bumping with npm workspaces, git tagging, and creating a GitHub release with artifacts. Includes gotchas for dependency refs and version sync.
MSW (Mock Service Worker)
Development
Assists with intercepting network requests for API mocking using Mock Service Worker (MSW). Use when mocking REST or GraphQL APIs for unit tests, integration tests, or local development without modifying application code or running mock servers.