Skill Catalog¶
Every entry below is stored once at skills/<category>/<name>/SKILL.md and can be discovered by Claude Code, Codex, or Hermes through their normal skill-loading mechanisms. The category headings match the directory that groups each skill on disk.
orchestration¶
orchestrator-workflow— coordinate complex implementation work through discovery, planning, execution, and validation.refactor-workflow— perform controlled refactoring with explicit evidence and verification.agent-failure-recovery— stop retry loops, re-observe world state, run one discriminating probe, and recover containably.agent-harness-design— design safe, diagnosable tools, schemas, observations, permissions, and recovery contracts for autonomous agents.
skill-management¶
skill-review— review reusable lessons and promote approved changes safely.skill-promotion-queue— accumulate pre-authorized, public-safe skill improvements in a per-agent rolling draft pull request.agent-knowledge-lifecycle— share, evolve, secure, and synchronize reusable agent knowledge.shared-skill-library-maintenance— maintain one portable skill library with thin runtime adapters.
repository¶
repository-quality-gates— design exact-artifact validators, Git hooks, and CI gates.secure-git-checkout-operations— safely update long-lived Git checkouts consumed by automation.codebase-onboarding— map an unfamiliar repository's architecture, entry points, conventions, data flow, and safe verification commands.
software-development¶
architecture-decision-records— record and maintain significant architecture decisions with grounded alternatives, consequences, and revisit triggers.interaction-state-audit— trace UI interactions through shared state, effects, and asynchronous writers to explain incorrect final state.ai-assisted-regression-testing— counter shared AI author-review assumptions with executable regression oracles across important boundaries.browser-qa— collect safe browser-based release evidence for runtime health, interactions, visual baselines, and accessibility.
devops¶
linux-storage-maintenance— diagnose disk pressure and reclaim space conservatively.vps-reverse-proxy-operations— configure and audit public HTTPS reverse proxies on a VPS.
games¶
game-performance-troubleshooting— diagnose FPS, stutter, latency, and packet-loss symptoms.game-source-reconnaissance— investigate open-source game mechanics and permitted automation seams.
Provider-specific references are included only when they document public contracts or reusable failure modes. Personal, account, infrastructure, and private-project evidence is excluded.