Find the perfect skill
Haskell hx toolchain
Development
Build, test, lint, format, and manage Haskell projects using the hx CLI. Manage GHC, Cabal, and Hackage dependencies via hx.toml.
Dart QA Verification Harness
Development
Runs the project's QA harness: static analysis, formatting check, and tests for Dart/Flutter packages using fvm and melos. Provides quick, standard, and full tiers.
Update Stratal Agent Skill Files
Documentation
Update SKILL.md and reference files in .agents/skills/stratal/ to reflect public API changes identified by git diff.
Firebase Integration
Development
Full backend services: Auth, Firestore, Storage, Push Notifications, Analytics, Crashlytics & Remote Config. Includes Provider integration.
V3 MCP Optimization
Development
MCP server optimization and transport layer enhancement for claude-flow v3. Implements connection pooling, load balancing, tool registry optimization, and performance monitoring for sub-100ms response times.
Claude Code Primitive Orchestrator
Development
Analyzes user requests, selects the appropriate primitive creator (skill, rule, hook, CLAUDE.md, agent), and orchestrates their execution to create or refactor features and automations.
Dev QA Workflow
Development
Orchestrated dev and QA workflow with mandatory browser testing, codex review gate, and automatic feedback loop.
Bug Fix Workflow
Development
End-to-end bug fix workflow — report, analyze, fix, verify, ship (PR + merge + deploy + knowledge capture)
Backend Queries
Development
Provides guidelines for writing secure and optimized database queries using parameterized queries, eager loading, proper indexing, transaction management, and result caching. Helps when implementing filtering, sorting, pagination, or resolving N+1 query problems in controllers, services, or repositories.
Vexor
Development
Vector-powered CLI for semantic file search with a Claude/Codex skill.
CSS Architecture
Development
Expertise in CSS architecture covering methodologies (BEM, ITCSS, CUBE CSS), CSS Modules, Tailwind CSS, CSS-in-JS (styled-components, Emotion), and design tokens. Helps when choosing a methodology, configuring Tailwind, implementing a token system, or diagnosing specificity wars and layout performance.
Scaffold a new Claude skill/command
Development
Scaffolds a new Claude command/skill in .claude/commands/ following the house format (frontmatter + steps + verify + final report).