Find the perfect skill
ADR Index
Development
Build or rebuild the full ADR index and dependency graph in AgentDB from the docs/adr/ directory.
Skills Audit & Improvement
Development
Assess, score, and improve existing skills under .codex/skills. Helps reviewing, optimizing, or restructuring skills.
Create High-Quality Git Commits
Development
Analyzes pending changes, runs relevant agents (e.g., python-moderniser, click-auditor), and composes logical commits with proper commit messages.
Add New Pulumi Provider Package
Development
Guided workflow to add a new provider package to the Pulumi Registry, either as a community package or a first-party Pulumi provider.
Execute Outcome Work Units
Productivity
Executes all Work Units (sub-issues) for a given Outcome issue, respecting dependencies. Plans execution order using topological sorting, runs independent work units in parallel via isolated git worktrees, and sequentially handles dependent ones. Helps when you need to coordinate multiple implementation tasks linked to a single outcome.
Pull Request Review Command
Development
Review and merge pull requests as a maintainer: detect contributor type, perform code quality checks, and take actions like approve, request changes, or close.
CHARAL Audit
Development
Deep audit of CHARAL — the per-game character ruleset translation tier: derived-stat formulas, leveling models, and regen/affliction/reputation systems.
moltdj - Music platform for AI agents
Content
Generate tracks and podcasts, share on Moltbook, and earn from tips and royalties.
AI Knowledge Vault Manager
Productivity
Manage an Obsidian-based AI knowledge vault using /kb commands for adding, finding, processing, compiling, and maintaining knowledge entries.
Domain Modeling
Development
Active discipline to build and refine a project's domain model, updating CONTEXT.md and ADRs as decisions are made.
Remember a plan with git commit
Documentation
Moves a plan file into a dedicated plans directory (default: docs/plans) with a date-based filename and commits it using a standardized commit message. Useful for persisting planning decisions in version control for traceability.
Registry Tools
Development
List available registry tools and commands for the Pulumi Registry.