Find the perfect skill
Conventional Commit Validation
Development
Create a single Conventional Commit for the current changes, following the repo's commit-msg rules.
Retry Logic Helper
Development
Auto-activating skill for API Integration. Provides guidance on retry logic patterns and best practices.
Automated Architectural Code Review
Development
Automated architectural review of pull requests using SOLID, DRY/KISS/YAGNI, OWASP/NIST security, and quantitative complexity thresholds. Outputs a formatted severity/dimension/location/violation/refactor matrix.
Pull Request Creator
Development
Create high-quality pull requests via gh pr create, handling commits, branching, and pushes.
Git Commit Workflow with Hook Handling
Development
Git commit workflow handling pre-commit hooks, lint/type checks, tests, and documentation updates.
REST Endpoint Designer
Development
Auto-activating skill for API development that provides step-by-step guidance on designing REST endpoints. Generates production-ready configurations and code, validates against industry standards, and offers best practice recommendations. Use when designing or refining RESTful APIs.
Agentic Asset Import
Development
Imports external assets (skills, templates, agents) into the v0.2 plugin architecture. Performs pre-flight checks then delegates to shared logic.
Implement Issue with Verification Loop
Development
Reads plan file, creates branch, and loops through implementation, CI, and reviews until checks pass, then gets user approval.
CLI for the Miro REST API
Development
Skill for using miro-cli, a CLI tool to interact with the Miro REST API.
Async SQLAlchemy Patterns
Development
Implement production-ready async SQLAlchemy 2.0+ patterns in FastAPI with proper session management, migrations, and performance optimization.
Developer Experience Optimizer
Development
Developer Experience specialist. Improves tooling, setup, and workflows. Use PROACTIVELY when setting up new projects, after team feedback, or when development friction is noticed.
WARM Dependency Check
Development
Evaluate dependencies added or upgraded by a branch against the WARM criteria: Worth it, Alive, Right-sized, Maintained securely.