The library
Everything we index — ranked by what works, never by stars.
forSalesMarketingHRFinanceLegalOpsProductEngineeringDataProductivitySupportsetup≤ plug & play≤ + a key≤ multi-tool
● works · ● untested / no effect · ● hurts — every rank is measured against a no-skill baseline
untested★37→untested★27→untested★11→untested★17→untested★12→untested★12→untested★12→untested★11→untested★11→untested★4→untested★4→untested★7→untested★3→untested★3→untested★6→untested★6→untested★6→untested★2→untested★90→untested★4→untested★2→untested★81,174→untested★1,835→untested★19→untested★10→untested★2→untested★2→untested★3→untested★74→untested★3→untested★3→untested★3→untested★4→untested★2,560→untested★1,550→untested★3,483→untested★2,091→untested★1,117→untested★439→untested★199→untested★35→untested★46→untested★56→untested★33→untested★6→untested★21→untested★12→untested★5→untested★8→untested★7→
Verify code quality and typescommandEngineeringL1
qf · Gate code commits and PRs by enforcing type safety, linting, and RDO-specific conventions (database, auth, MUI Grid v2) before review.
Update Claude environment preferencescommandEngineeringL1
up · Synchronizing new project or environment preferences across all AI tools (Claude, Codex, Gemini, Cursor) in a single command.
Access developer tools hubcommandEngineeringL1
dev · Routing developer tasks to the right specialist agent (debug, review, refactor, commit, PR) without manual agent selection overhead.
Manage Git worktreescommandEngineeringL2
wt · Isolating work on individual GitHub issues using git worktrees, avoiding context switching between branches in a single checkout.
Resolve GitHub PR review commentscommandEngineeringL2
rr · Systematically resolving PR review feedback without missing any comment or thread, ensuring all reviewer notes are addressed before merge.
Create and implement new taskcommandEngineeringL2
bx · Quickly capturing ad-hoc tasks as tracked beads before implementing them, ensuring nothing is lost and all work has an audit trail.
Stage and commit changescommandEngineeringL1
sc · Bundling file staging and commit creation into a single operation when no complex git workflow (rebase, cherry-pick) is needed.
Resolve plugin pathscommandEngineeringL2
wb · Discovering customer needs before building solutions.
Generate merge request descriptioncommandEngineeringL2
mr · Summarizing branch changes for peer review.
Test MCP apps and record resultscommandEngineeringL3
app-testing-loop · Continuous testing and validation of features.
Run multi-agent code reviewcommandEngineeringL3
review · Finding correctness issues in code diffs.
Publish release and GitHub releasecommandEngineeringL3
pub · Automating multi-architecture macOS app releases without manual confirmation steps.
Load ML service domain contextcommandEngineeringL1
ml · Initializing domain context for Earth Engine geospatial and time-series forecasting work.
Ensure implementation Always WorkscommandEngineeringL1
aw · Ensuring AI-generated code changes actually work in production before shipping user-facing features.
Find bugs and vulnerabilitiescommandEngineeringL1
codexreview · Finding hidden security vulnerabilities and data integrity bugs in adversarial code review mode.
Create architecture decision recordcommandEngineeringL1
adr · Documenting architecture decisions and their trade-offs in a searchable, versioned format.
Review code across expert perspectivescommandEngineeringL2
councilreview · Running deep cross-domain code audits by independent experts to catch issues single reviewers miss.
Plan implementation workflowcommandEngineeringL2
p · Converting approved specifications into technical plans with data models and implementation guides.
Run complete CI pipelinecommandEngineeringL3
ci · Blocking pre-merge commits that fail coverage, lint, or compilation checks.
Execute end-to-end feature workflowcommandEngineeringL3
go · Complete feature lifecycle from branching through PR without manual tool-switching.
Generate commit message from changescommandEngineeringL1
cm · Generating conventional commit messages that match project style from staged changes.
Fix error handling anti-patternscommandEngineeringL2
anti-pattern-czar · Systematically fixing error-handling smells (swallowed exceptions, missing logging) in existing code.
Automate PR creation with labelscommandEngineeringL2
pr · Opening pull requests with pre-filled templates and summary sections.
Start development environmentcommandEngineeringL1
dev · Starting local development server with environment setup.
Create git worktree for featurecommandEngineeringL1
wt · Running workflow task definitions and automation routines.
Execute implementation plan taskscommandEngineeringL2
i · Bootstrapping new projects with research, design, and implementation scaffolding.
Simplify and fix current diffcommandEngineeringL2
sf · Launching parallel cleanup agents before committing code to catch 8+ common patterns.
Generate jj commit commandscommandEngineeringL1
jj · Decomposing diffs into logical commits using Jujutsu VCS conventions.
Prepare automated releasecommandEngineeringL1
prepare-release · Automating release gating and version bumps in CI-friendly environments.
Toggle plugins offcommandEngineeringL1
pd · Fast on/off toggle for installed plugins without full command lookup.
Execute git worktree operationscommandEngineeringL1
wt · Isolating task branches in separate work directories with built-in context.
Advise on lumi web clientcommandEngineeringL1
web · Building reactive views and interactive editors in modern Svelte codebases.
Query codebase contextcommandEngineeringL1
c · Fast codebase orientation using large-context language model analysis.
Implement features with multi-agent workflowcommandEngineeringL3
task · Breaking large multi-session features into sequential phases within context limits.
Trace install config fieldscommandEngineeringL1
trace-config · Understanding how OpenShift install config fields flow through validation pipelines.
Force multi-provider parallel executioncommandEngineeringL2
multi · Getting comprehensive perspectives from multiple AI models on high-stakes decisions.
Clean code and find stale artifactscommandEngineeringL1
clean · Safe, intelligent removal of drifted sessions, dead code, and stale documents.
Review code for qualitycommandEngineeringL1
code-review · Reviewing compiler IR transformations, codegen, and language spec changes.
Validate API and file referencescommandEngineeringL1
audit · Validating that all API, makefile, file, and agent references in Claude Code config are current.
Quickly reference correct syntax for navigation, costmap, lifecycle, and docking commands without consulting docscommandEngineeringL1
nav2 · Quickly reference correct syntax for navigation, costmap, lifecycle, and docking commands without consulting docs
Write minimal code for failing testscommandEngineeringL1
tdd-green · Enforcing discipline in TDD where code strictly matches test requirements without premature optimization
Create conventional git commitscommandEngineeringL1
commit · Enforcing conventional commit format across team projects
Review pull requests with agent teamscommandEngineeringL2
review-pr · Auditing code quality before merge, catching cross-cutting issues (errors, tests, types) that single reviewers miss
Cherry-pick commits to new branchescommandEngineeringL1
cherry_pick_pr · Extracting specific commits from feature branches to split into separate PRs or move to correct branch
Migrate Polymer dialogs to LitcommandEngineeringL2
dialog-to-lit · Bulk migrating Polymer dialog-based UIs to Lit while preserving dialog-specific behavior
Build and fix Android Kotlin codecommandEngineeringL2
android-build-fix · Quickly unblocking Android builds when gradle dependency or version issues arise
Audit CLI parity across versionscommandEngineeringL3
cli-audit · Ensuring CLI consistency before release: all commands have help, flag syntax matches, completion works
Trace data store transformation logiccommandEngineeringL1
explain-store · Onboarding new developers to a database by showing what data lives where and why relationships exist
Release with pre-flight checkscommandEngineeringL3
release · Automating release process to ensure consistent versioning and changelog
Create and update GitHub PRscommandEngineeringL2
gwt-pr · Automating PR creation workflow with conflict-aware branch syncing and merge validation.