Find the perfect skill
hx - Haskell Toolchain
Development
Build, test, run, format, and lint Haskell projects with the hx toolchain CLI. It manages GHC, dependencies, and uses an hx.toml manifest.
Pull Request Command
Development
Creates a GitHub Pull Request with AI-generated summary and categorizes changes. Includes CI and code health checks.
Workflow Patterns for TDD Implementation
Development
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, git commits, and verification.
Codex Skills Audit and Improvement
Development
Assess, score, and improve existing skills under .codex/skills. Suitable for requesting review, optimization, or refactoring of skills.
Interactive Diff Review
Development
Open an interactive diff review UI in the browser showing the full diff of the current branch against a base ref.
Add a UI locale
Development
Add a new language/locale to the webview UI by creating translation JSON files, registering the locale, and verifying parity with existing locales.
Infographic Template Updater
Development
Update template catalogs and UI prompts after adding new infographic templates.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs.
Before/After Screenshot Capture
Development
Captures before/after screenshots of web pages or elements for visual comparison and PR documentation. Supports URLs and image paths with various viewport options.
Verilator Lint for Verilog
Development
Run Verilator lint checks on generated Verilog for a named module.
TDD Workflow Patterns
Development
Guide for implementing tasks using Conductor's TDD workflow, handling phase checkpoints, git commits, and the verification protocol.
DDD Tactical Patterns
Development
Use DDD tactical patterns to structure code with entities, value objects, aggregates, repositories, and domain events. Focuses on enforcing invariants and keeping domain logic within domain objects. Ideal for moving from anemic models to behavior-rich domain models.