Explore skills
66,581 skills found
jtbd-interview
Generate a customized Switch interview script based on your product context and existing evidence gaps. Outputs a ready-to-use markdown guide with Moesta's timeline reconstruction questions and force-probing techniques. Use when: "interview script", "jtbd interview", "interview guide", "how to interview".
jtbd-patterns
Find cross-interview patterns across 3+ switch analyses in .jtbd/switches/. Clusters recurring jobs, identifies force patterns, surfaces evidence gaps, and generates actionable recommendations. Outputs structured YAML to .jtbd/patterns/. Use when: "find patterns", "jtbd patterns", "cross-interview", "what are the jobs".
merge-pr
Merge current PR after CI passes. Waits for all checks, squash merges, deletes branch, switches to main.
knowledge-bank-lookup
Delegates knowledge bank lookups to Explore subagents with reflections-first strategy that learns from past mistakes. Checks /reflections/ directory before documentation to extract documented failures to avoid and proven approaches to apply. Automatically triggers when user mentions services ([project-a], [project-b], [project-c], Claude Code), requests investigations, or queries past lessons. Ret
bdk-tier-search
Tool-tier guidance for symbol search and call/reference tracing. Preloaded into agents that locate code; not user-facing.
cr
Run code review with dynamic agent scaling (3-13 agents based on change size)
prompt-leverage
Use when the user asks to improve, structure, or templatize a prompt before execution by Codex or another AI agent.
bdk-tier-explore
Tool-tier guidance for codebase exploration and architecture overview. Preloaded into agents that explore code structure; not user-facing.
create-adr
Create Architecture Decision Records (ADRs) based on MADR template. Use when the user asks to "create an ADR", "document a decision", "write an ADR", or provides decision context that needs to be formalized.
setup
Initialize .bdk/settings.json for this project. Run once per project when BDK blocks session start with missing settings.
gitnexus-impact-analysis
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: \"Is it safe to change X?\", \"What depends on this?\", \"What will break?\"
graphviz-docs-compiler
Compile Graphviz diagrams (.dot files) to SVG in-place. Use when working with .dot files or markdown with Graphviz code blocks, or when user says "compile diagrams", "generate SVG from dot files", "update documentation diagrams".