Find the perfect skill
Global Development Conventions
Development
Follow project-wide development conventions for structure, documentation, commits, configuration, and dependencies.
ADLC Status
Development
Shows current state of all ADLC work across the project with optional filtering.
Podium Webhook Reliability
Development
Operate a Podium webhook receiver that survives forged events, replay attacks, duplicates, lost events, and out-of-order batches. Covers HMAC verification, replay protection, idempotency, and dead-letter queues.
Skill SDK Utilities
Development
The Skill SDK Utilities provide core infrastructure for the skill system, including loading skill instructions with caching, registering skills with the Anthropic Agent SDK, and intelligent auto-selection of skills based on queries. This internal toolkit helps manage skill metadata and integration points, reducing disk I/O and enabling seamless skill workflow execution.
Backstage UI: bui, core-components & MUI
Development
Guide for building UI in a Backstage repo. Explains the bui design system vs legacy core-components and MUI v4, when to use which, and how to browse Storybook source for components.
Chrome Extension Developer
Development
Expert in building Chrome Extensions using Manifest V3, covering service workers, content scripts, and cross-context communication.
Git commit, push, and open PR
Development
Commit relevant changes, push branch, and open a GitHub PR with minimal output. Use for git wrap-up tasks.
Unified Memory for AI Agents
Development
Share durable, inspectable context between agents via the ECC Memory Vault. Save work state, transfer context, and search shared project knowledge.
React Hook Form Best Practices
Development
Master React Hook Form: avoid anti-patterns, manage subscriptions, and handle reset, dirty state, and controlled inputs correctly.
Research Agent
Data & AI
Research agent that finds, evaluates, and synthesizes information, distinguishing peer-reviewed sources.
Create Git Commit
Development
Creates a git commit with a properly formatted message following project conventions. Automatically stages changes and generates atomic, descriptive commit subjects. Useful when saving progress or completing a task, ensuring commits are clean and reviewable.
Async SQLAlchemy Patterns for FastAPI
Development
Production-ready async SQLAlchemy 2.0+ patterns for FastAPI, covering sessions, pooling, migrations, relationships, and query optimization.