Find the perfect skill
To Tickets
Development
Break a plan or spec into vertical tickets with explicit blocking dependencies, published to the configured tracker.
Claude-Codex Collaboration
Development
Enable automated collaboration between Claude Code and Codex CLI using Byterover as shared memory. Claude creates plans, invokes Codex for review, and implements based on feedback.
Standalone Python Scripts with uv
Development
Create standalone Python scripts using uv shebang with PEP 723 inline metadata. Automatically manage dependencies without a full project setup.
VCF (VC Finish) Alias
Development
Thin alias for vc-phase-loop. Used to invoke vc-phase-loop directly with default settings.
Skill Hardening Audit & Rewrite
Development
Audits and rewrites a Claude skill file to enforce correct visibility flags, deterministic steps, and self-verification. Outputs a hardened skill with a changelog.
Clojure nREPL Evaluation
Development
Evaluate Clojure code via nREPL using clj-nrepl-eval. Use it to test code, verify compilation, debug functions, and interact with a running REPL session.
Git commit workflow with linting and validation
Development
Creates Git commits with precommit hook handling, linting, tests, and documentation updates.
Web Components Architecture
Development
Build web components using Custom Elements v1, Declarative Shadow DOM, and the handleEvent pattern. Enforces attribute-driven state, zero DOM selection, and no external dependencies. Ideal for creating custom elements or extending built-in HTML elements with pure web platform APIs.
Fluxwing Component Creator
Development
Create uxscii components with ASCII art and structured metadata for .uxm files. Supports fast and detailed modes with templates and documentation.
Catan Board Generator
Development
Generates a custom Settlers of Catan board layout. Customize resource distribution for your game.
Add Provider to Pulumi Registry
Development
Guided workflow to add a new provider package to the Pulumi Registry, including metadata creation, validation, and publishing steps.
TDD Workflow Patterns
Development
Guide for implementing tasks using the TDD workflow, phase checkpoints, git commits, and verification protocol.