Find the perfect skill
Release Checklist Runner
DevOps
Review a release checklist and report pass/fail evidence.
Write Spec
Development
Turn accepted ADRs into formal implementation contracts specifying exact interfaces, behavior, and constraints.
Commit with Conventional Message
Development
Stage relevant changes and create a git commit with a conventional-style message. Only runs when the user explicitly invokes /commit.
Working with Agentic AI
Productivity
A beginner-friendly primer on working with agentic AI coding agents, covering the set-goal/act/supervise loop, giving context, reviewing output, and working safely.
Brepjs-CAD Skill Self-Heal Loop
Development
Autonomous self-heal loop for brepjs-cad skills. Diagnose, fix, verify (RED→GREEN), and ship a PR based on automated eval signals.
Angular Spec Auditor
Testing
Independently audit an Angular component spec file against the project's migration guidelines.
Concurrency and Synchronization Audit
Development
Audit ByroRedux for data races, deadlocks, and Vulkan synchronization violations. Dimensions cover GPU queues, ECS lock ordering, and RwLock patterns.
Import existing project into Curaye
Development
Import an existing project with no .curaye/ history into the Curaye system by mining session context and existing spec files.
App Mockup Generator
Development
Generate a visual app mockup from a design file, outputting a self-contained HTML file with exact design tokens.
Fallout New Vegas Compatibility Audit
Development
Per-game audit of Fallout New Vegas compatibility for ByroRedux, hunting regressions in NIF loading, ESM parsing, ragdoll, and lighting.
Add Skill from Library
Development
Add a skill from the library to this project. Usage: /claude-gen-add-skill [skill-name] or to see available list.
Ensure service-account-private-key-file is set
Security
Ensure that the --service-account-private-key-file argument is set as appropriate for the controller manager in OpenShift, per CIS benchmark.