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★9→untested★1→untested★204→untested★360→untested★439→untested★80→untested★155→untested★158→untested★92→untested★127→untested★97→untested★34→untested★14→untested★8→untested★25→untested★16→untested★16→untested★8→untested★4→untested★10→untested★7→untested★7→untested★3→untested★3→untested★12→untested★6→untested★3→untested★6→untested★0→untested★3→untested★2→untested★0→untested★0→untested★0→untested★0→untested★1→untested★2→untested★1→untested★0→untested★1→untested★0→untested★0→untested★0→untested★1→untested★0→untested★2→untested★1→untested★2→untested★0→untested★0→
Find code vulnerability patternscommandEngineeringL2
contracts:audit-variants · Security audit: find and classify variants of a known vulnerability pattern across the entire repo, separating confirmed/probable/false-positive.
Configure safety guardrails for developmentcommandEngineeringL1
harness · Prevent infinite loops and unwanted file changes in autonomous Claude Code sessions via iteration caps, timeouts, protected paths, and required checks.
Critique PR review for accuracycommandEngineeringL1
review-the-review · Secondary review gate: catch sycophancy, false positives, and missed issues in bot reviews; converge on approve/request-changes/defer via up to 10 rounds.
Generate git commit messagescommandEngineeringL1
func-commit-message · Commit message generation: analyzes staged changes and drafts a message following conventional commit format, seven rules, and imperative mood.
Optimize CI workflow performancecommandEngineeringL2
optimize · CI performance tuning: measure baseline, identify bottleneck steps, detect common issues (concurrency, caching, runner size), recommend Blacksmith optimizations.
Enter document-driven development modecommandEngineeringL1
ddd · Multi-phase development workflow: start with requirements, move through specs/plan/implementation/documentation, with explicit approval gates between phases.
Start local development environmentcommandEngineeringL2
dev · Quick local dev startup: orchestrates Docker middleware, FastAPI backend, dual Vue frontends (admin + web) on unified Nginx gateway.
Handle git tasks with conventionscommandEngineeringL1
git · Enforced git workflow: branch names (type/scope-description), commits (conventional format), avoids destructive ops, detects and prevents secret commits.
Audit registry for violationscommandEngineeringL2
registry-audit · Read-only component registry verification: checks registry/filesystem alignment, schema validity, dependency validity, and circularity.
Fix BTC E2E test failurescommandEngineeringL2
fix-btc-e2e-p5 · Native SegWit single-sig BTC test repair: targets bech32 addresses, wpkh descriptors, Pattern 5 workflows.
Run pre-release checklistcommandEngineeringL1
release-checklist · Structured release process: pre-release validation, tests/security/docs verification, staging tests, production deployment, post-deploy monitoring, rollback plan.
Check code for AI agent patternscommandEngineeringL1
vibe-check · Pre-commit quality check when AI agents have contributed code
Find performance bottlenecks fastcommandEngineeringL3
perf · Full-stack mobile perf audit when you need to find unbounded queries and memory leaks simultaneously
Prepare new framework releasecommandEngineeringL1
release · Multi-file version synchronization when human approval before commit is required
Draft pull request descriptioncommandEngineeringL1
git-pr-description · Structuring PR descriptions when coverage of every commit is non-negotiable
Install skill domain into projectcommandEngineeringL2
install-domain · Bulk-deploying skill packages across multiple agent projects
Install skill bundle into projectcommandEngineeringL1
install-bundle · Quick onboarding of new projects with a comprehensive skill set
Cluster instincts into reusable skillscommandEngineeringL2
evolve · Continuous code quality improvement when you need structured feedback on engineering patterns
Run full pre-commit check suitecommandEngineeringL1
pre-commit · Preventing common mistakes from reaching version control
Identify and fix security issuescommandEngineeringL1
security-review · Pre-release security scanning when compliance and threat coverage matter
Run all pre-merge gates in parallelcommandEngineeringL1
release-check · Preventing incomplete releases through automated safety checks
Check diff coverage against CI gatescommandEngineeringL1
coverage-diff · Preventing coverage regressions when test quality gates are enforced
Capture and monitor LSP logscommandEngineeringL2
watchlogs · Debugging LSP editor integration when client-side requests (completions, hover) behave unexpectedly.
Apply OpenSpec changes to codebasecommandEngineeringL2
OPSX: Apply · Executing spec-driven implementation with fluid artifact refinement and enforced task tracking.
Create GitHub issue via CLIcommandEngineeringL1
create-issue · Creating GitHub issues programmatically without leaving the CLI or entering the web UI.
Scout, plan, build with agile trackingcommandEngineeringL3
scout_plan_build_v2 · Full-cycle agile feature delivery: requirements → architecture → Confluence docs → Jira tasks → implementation → metrics.
Create isolated git worktrees safelycommandEngineeringL1
sh-worktree · Isolating feature branches with automatic setup and baseline test verification to prevent cross-branch contamination.
Fuse specs and autotuned baselinescommandEngineeringL3
phase2-implement · Implementing autotuned kernel baselines from validated specifications before Phase 3 algorithmic exploration.
Start development servercommandEngineeringL1
run · Domain-specific command workflow.
Audit code drift against specificationcommandEngineeringL1
spec-check · Domain-specific command workflow.
Import instincts into project scopecommandEngineeringL1
instinct-import · Bulk-importing team or project instincts from shared sources while detecting and reconciling duplicates.
Skip planning, ship small changescommandEngineeringL1
tweak · Making small, well-understood changes (≤5 files, ≤3 tasks) without the overhead of full discovery and planning.
Run full project quality checkscommandEngineeringL1
check · Verifying code quality with automated lint, type-check, and test validation before committing or merging.
Generate pull request descriptionscommandEngineeringL1
pr_desc · Auto-generating comprehensive PR descriptions that summarize commit history and affected components.
Prepare work for upstream mergecommandEngineeringL2
gitsync · Safely staging, committing, and pushing verified changes with automated testing.
Clean up duplicates and orphanscommandEngineeringL1
cleanup · Finding orphaned files and duplicates with high confidence verification before deletion.
Review code patterns in diffscommandEngineeringL1
er-review-patterns · Specialized code reviews focused on specific patterns or security requirements.
Research APIs and pitfallscommandEngineeringL1
research · Gathering authoritative API docs and identifying pitfalls with citations.
Audit security and compliancecommandEngineeringLegalL1
security · Running OWASP Top 10, headers, and rate limiting audits in single command.
Commit changes directly to maincommandEngineeringL1
commit-main · Safely staging, committing, and pushing verified changes with automated testing.
Create Astro componentscommandEngineeringL1
new-component · Creating boilerplate quickly with project conventions pre-applied.
Record architecture decisionscommandEngineeringL1
wiki-decision · Recording technical decisions in structured wiki format.
Build Hono API routescommandEngineeringL2
api · Generating Hono API routes with validation, error handling, and wiring.
Validate workflow healthcommandEngineeringL2
maestro:health · Validating workflow integrity and command surface completeness.
Wait for CI pipelinecommandEngineeringL1
wait-for-ci · Polling CI/CD checks with readable progress until completion or timeout.
Refresh Claude Code contextcommandEngineeringL1
refresh-context · Updating context files from git history without manual edits.
Prepare and tag releasescommandEngineeringL2
prepare-release · Preparing versioned releases with changelog, tag, and archive generation.
Switch agent model profilescommandEngineeringL1
gsd:set-profile · Setting up or switching operational profiles without losing configuration.
Verify code before shippingcommandEngineeringL1
review · Specialized code reviews focused on specific patterns or security requirements.
Check backend API healthcommandEngineeringOpsL1
health · Validating workflow integrity and command surface completeness.