Explore skills
66,661 skills found
duckduckscrape
Lightweight web search via DuckDuckGo with BM25 relevance ranking. Use when asked to search the web, look something up, find recent information, research a topic, or browse the internet. Trigger phrases: search the web, look up, find information about, google, browse the web, web search, find recent, what is the latest on.
jtbd-forces
Generates an HTML diagram of the four forces driving a switch. Accepts either a single interview file (.jtbd/switches/*.yml) or an aggregate patterns file (.jtbd/patterns/*.yml). Outputs a standalone HTML file to .jtbd/forces/. Use when: "draw forces", "jtbd forces", "forces diagram".
jtbd
Jobs to Be Done skills for Claude Code. Turn customer interview transcripts into structured, version-controlled demand evidence.
jtbd-switch
Analyze a customer interview transcript using Moesta's Switch methodology. Extracts the switching timeline, four forces (push/pull/anxiety/habit), and a Klement-format job story. Outputs structured YAML to .jtbd/switches/. Use when: "analyze interview", "jtbd switch", "customer interview", "switching analysis".
parallel-builder
Build multiple files/pages in parallel using subagents. Handles task division, shared file coordination, and build verification. Conflict-free by design.
push
Smart commit + push + auto-create PR. Blocks push to main. Runs pre-flight gate checks before pushing.
review-docs
Verify Phase D doc updates are accurate. Binary pass/fail gate — checks stat accuracy, file path validity, code-doc sync, completeness. Runs after /update-docs.
review-full
Smart review dispatcher. Auto-detects scope from diff (frontend/backend/docs/both), runs the right fix loops until all gates pass. Used as Phase R entry point in /ship.
review-ux-fix
Automated UX review → fix → re-review loop. Target is perfection (10/10). Fixes ALL severities including Suggestions — because UX polish compounds.
ship
Full pipeline — audit, review+fix, docs, push PR. One command to go from "done coding" to "PR ready for review." Does NOT deploy — your CI/CD handles that after merge.
refactor
Propose better object-oriented architecture for complex, procedural code
restore-progress
Restore saved work progress from .bdk/save-progress/ to resume a previous session. Loads referenced plans, creates TaskList items for remaining work.