Find the perfect skill
Inngest - Serverless Event-Driven Workflow Orchestration
Development
Guidelines for using Inngest to build serverless, event-driven workflows with durable execution. Covers best practices for step functions, event schemas, error handling, and efficient orchestration. Helpful when developing background jobs, AI workflows, or any stateful processes that need to survive failures.
Codebase Auditor (L2 Coordinator)
Development
Coordinates 9 specialized audit workers (security, build, architecture, code quality, dependencies, dead code, observability, concurrency, lifecycle) to analyze codebase quality. Helps generate a comprehensive, consolidated report by delegating parallel audits and aggregating results into a single document.
PDCA Cycle Management with Integrated Agents
Development
Manages the PDCA cycle for a project using integrated agents (CTO, PO, Tech Lead, etc.) with bidirectional feedback. Reads document paths from bkit.config.json. Triggers research, plan, design, do, analyze, and iterate/report phases. Helps structure and automate agent-based feedback loops across project roles.
Event Sourcing Architect
Development
Expert in event sourcing, CQRS, and event-driven architectures. Designs event stores, builds projections, and orchestrates sagas for systems requiring full audit trails or temporal queries. Ideal for complex domain modeling, eventual consistency, and decoupled read/write models.
AI Agent Skills Specification
Development
Describes the Agent Skills specification for packaging domain-specific knowledge and workflows into portable, version-controlled packages that AI agents can use. It helps developers when they need to define reusable, executable skills for agents, with automatic detection from skill directories and optional manual invocation.
Show Kata What's New
Development
Displays changelog entries between the installed version and the latest available version, compares versions, and provides update instructions. Useful for quickly reviewing recent changes and deciding whether to update.
RabbitMQ Queue Setup
Development
Automatically configure RabbitMQ queue setup operations for backend development. Provides production-ready configurations and follows industry best practices.
Python 3.11+ Modernization
Development
Applies Python 3.11+ modernization patterns including PEP 585/604 type hints, match-case, walrus operator, and Self type. Use when reviewing existing code for legacy patterns or writing new code to ensure modern idioms. Supports analyzing specific files or explaining individual topics.
Maintainer-style PR review
Development
Review an open PR as a strict maintainer: checkout code, fix issues, push changes, and post a structured verdict comment for merging or closing.
Post-merge Git branch cleanup
Development
Post-merge Git branch cleanup with safety checks. Automatically detects the base branch, updates it via fast-forward, and deletes the merged branch. Supports dry-run, force deletion, and configurable protected branches.
Start Web Session
Development
Checks the current Git status, recent commits, and pending changes when starting a new work session on a web project. It also loads the latest session context from the `.claude/sessions/` folder, helping you pick up where you left off and quickly plan the day's tasks.
BuildBuddy - Remote CI/CD Debugging
Development
Debug failed CI/CD jobs by accessing BuildBuddy's remote build execution and caching data. Use MCP tools to fetch invocation metadata, full logs, targets, and actions, enabling rapid root cause analysis of failures. Ideal for investigating GitHub Actions pipeline failures or remote build issues.