The library

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

untested
Create blog post automaticallycommandMarketingL1
new-post · Bilingual blog publishing when you want one-command post creation with automatic slug generation, frontmatter, and dual-language output.
untested
Generate weekly activity summarycommandOpsL2
weekly-summary · Weekly stakeholder communication when you need a facts-only narrative (commits, task changes, decisions) with no speculation.
untested
Build interactive product requirementscommandProductL2
prd-maker · Feature scoping when you need to transform a vague idea into a junior-developer-ready spec through structured clarification.
untested
Convert ChatGPT conversations into research specscommandProductL1
import-from-chatgpt · Research workspace bootstrap when you want to convert a ChatGPT exploration into a structured Tao project.
untested
Create pull requests for code branchescommandEngineeringL1
pr-create · GitHub workflow when you need a PR auto-generated from branch commits and project template conventions.
untested
Create immutable project North Star documentscommandProductL1
ns-create · Project anchoring when you need an immutable baseline of success criteria that constrains all future decisions.
untested
Implement identified parity gapscommandEngineeringL2
parity-fix · MERN-to-Next.js migrations when you need exact parity with original implementation (not simplified rewrites).
untested
Start interactive UI design sessionscommandProductL1
ui-session · Frontend teams needing rapid visual feedback loop without manual page reloads or Git complexity.
untested
Inspect database schema and sample datacommandEngineeringL1
inspect-db · Developers needing quick schema exploration without writing SQL or GUI tools; safe read-only introspection.
untested
Plan demo-driven sprint slicescommandProductL1
plan-sprint · Teams running time-boxed sprints on modular features where end-to-end vertical slices are critical for demo readiness.
untested
Ingest sources into knowledge wikiscommandDataL2
wiki-ingest · Knowledge management teams needing atomic, traced ingestion of documents with contradiction detection and multi-page consistency.
untested
Switch Claude Code repository contextcommandEngineeringL1
switch-repo · Multi-repo workflows where maintaining distinct contexts without git mutations is essential for context isolation.
untested
Find system failure modes and guardrailscommandEngineeringL2
review-chaos · Clinical/healthcare software teams where data corruption and silent wrong results carry regulatory or safety risk.
untested
Generate MCP servers from OpenAPI specscommandEngineeringL3
generate-mcp · API teams needing low-friction MCP tool exposure for agents without manual tool definition boilerplate.
untested
Move and reorganize documentationcommandOpsL1
move-page · Documentation sites where URL stability matters (SEO, existing links) and bulk link maintenance is manual burden.
untested
Regenerate package documentationcommandEngineeringL1
doc · R package maintainers avoiding manual .Rd editing and ensuring docs stay in sync with code.
untested
Sync tool versions across projectscommandEngineeringL2
sync-template · Organizations managing multiple TypeScript projects where configuration drift causes CI/lint/format inconsistencies.
untested
Extract problem statements and justificationscommandProductL1
why · Finance/product teams requiring problem validation before spec work; catches missing evidence early.
untested
Run Python exercise scriptscommandEngineeringL1
run · Educational environments where students run exercise scripts without CLI friction.
untested
Recreate PRs with integrated feedbackcommandEngineeringL1
recreate-pr · Teams receiving multiple rounds of review where a fresh PR with consolidated feedback beats amended commits.
untested
Review, commit, and publish workcommandEngineeringL2
ship · Teams shipping features via automated review-commit-PR workflow with guardrails against premature merge.
untested
Update multitool-managed dependenciescommandEngineeringL2
bump-multitool · Monorepo/Bazel projects managing cross-platform linters where manual version bumps introduce skew.
untested
Create feature specifications from descriptionscommandProductL1
speckit.specify · Agile teams converting informal feature requests into structured specs without heavyweight process overhead.
untested
Read and clarify feature specificationscommandProductL1
clarify · Quick clarification before moving to planning; filters out avoidable ambiguity without heavyweight refinement meetings.
untested
Commit and push with quality gatescommandEngineeringL1
commit-and-push · Teams enforcing commit message hygiene and co-authorship tracking without manual trailer editing.
untested
Enumerate TLS cipher suite supportcommandLegalL1
cipher-scan · Security teams auditing TLS server configurations for compliance and known vulnerabilities.
untested
Generate magazine-quality slide deckscommandMarketingL2
generate-slides · Product/pitch presentations requiring distinctive visual impact and temporal storytelling without custom design tool.
untested
Answer questions with wiki citationscommandL1
query · Answering questions from existing vault knowledge with librarian rigor and explicit citations.
untested
Initialize session context for mrcallcommandEngineeringL2
doc-startsession · Bootstrapping knowledge for a complex monorepo with parallel doc trees before work begins.
untested
Explain activity log and cancellationscommandOpsL1
read-activity-log · Understanding how a tkinter app logs from background threads safely and handles graceful cancellation.
untested
Configure project setupcommandEngineeringL1
configurar-projeto · Post-clone setup for multi-instance Next.js+AI projects with automated port assignment and GitHub integration.
untested
Run backtesting analysiscommandFinanceDataL2
backtest · Validating sports betting edge with historical backtests before live wagering.
untested
Scan codebase rapidlycommandEngineeringL1
gsd:scan · Lightweight alternative to full codebase mapping for a single concern area.
untested
Run standard CI checkscommandEngineeringL2
ci · Pre-review validation that all checks pass and track artifacts are complete.
untested
Create new page in appcommandEngineeringProductL1
new-page · Rapid MDS prototyping page creation with automatic layout grid and component discovery.
untested
Scaffold new feature workflowcommandEngineeringProductL2
new-feature · Standardized Bock language feature development with test-first discipline.
untested
Capture conversational lessonscommandProductivityL1
compound:learn-that · Converting conversational discoveries into reusable lessons without losing tacit knowledge.
untested
Create digital garden contentcommandMarketingProductL1
create · Publishing atomic knowledge notes with enforced taxonomy, proper linking, and validation before commit.
untested
Deduplicate character settingscommandEngineeringL1
char-slim · Slimming verbose character profiles while preserving personality, relationships, and unique traits.
untested
Manage Notion project workflowscommandOpsL3
notion-pm · Large multi-team projects requiring Notion coordination, task delegation, and swarm orchestration.
untested
Fix entire feature systematicallycommandEngineeringL2
focused-fix · Deep repair of a broken module with strict phase discipline and evidence-based diagnosis.
untested
Generate voiceover scriptcommandMarketingL1
voiceover · Creating quick Darija voiceover scripts for Karim's F2-format short-form content without full kit generation.
untested
Clean up git branchescommandEngineeringL2
clean · Automated cleanup of merged and stale branches while preserving main, dev, and gh-pages.
untested
Create conventional commitscommandEngineeringL1
cm · Creating intentional, audited Conventional Commits with proper scoping before pushing to origin.
untested
Commit and push branchcommandEngineeringL2
cp · Enforcing local lint/test/security checks before pushing, then triggering and awaiting remote CI-quality-gate validation.
untested
Create pull requestcommandEngineeringL2
pr · Automating PR creation only after CI validation completes, with proper labeling and reviewer notification.
untested
Audit plugin pipelinecommandEngineeringL3
plugin-audit · Comprehensive 8-phase audit ensuring skill meets structure, quality, security, marketplace, and domain-specific review standards.
untested
Run local review gatecommandEngineeringL2
review · Pre-push validation gate ensuring YAML workflows, JSON schemas, Python syntax, and markdown links are all correct before committing.
untested
Run security scancommandEngineeringL2
security-scan · Pre-commit security gate to prevent accidental secret commits and flag CVEs before pushing to remote.
untested
Audit and optimize SEOcommandMarketingL1
seo-auditor · Bulk documentation SEO improvement across all pages: titles, descriptions, keywords, readability, link integrity, and sitemap consistency.
page 141 / 161