The library

Everything we index — ranked by what works, never by stars.

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