Explore skills

64,955 skills found

gca

1

Git staging and commit with smart file grouping. Activated when the user writes "commit", "gca", "make a commit", "commit changes", or after /task, /plan, /do, /review.

Desenvolvimento#gitby yokeloop

gp

1

Git push with checks and report. Used when the user writes "push", "gp", "git push", or after running /do and /review to send changes.

Desenvolvimento#gitby yokeloop

grill-docs

1

Docs-aware grilling: interrogates the user's plan one question at a time AND maintains the domain glossary (CONTEXT.md) and architecture decision records (docs/adr/) inline as decisions crystallise. Used to stress-test a plan against the project's language and documented decisions; for a plain interview that writes no files, use grill. Activates when the user writes "grill-docs", "grill with docs"

Desenvolvimento#ai#testby yokeloop

grill

1

Interviews the user one interactive question at a time about a plan or design, walking each branch of the decision tree to a shared understanding; every question offers a recommended answer. A read-only interview that writes no files — for the variant that also captures terminology and decisions into CONTEXT.md and ADRs, use grill-docs. Activates when the user writes "grill", "grill me", "poke hol

Design e Frontendby yokeloop

gst

1

Shows development status in the repository: branch, uncommitted changes, recent commits, diff vs main, hot files, semantic summary. Used when a developer writes "status", "gst", "git status", "what's going on", "repo state", "show changes".

Desenvolvimento#git#aiby yokeloop

handoff

1

Compacts the current conversation into a handoff document so a fresh agent can continue the work, referencing existing artifacts instead of duplicating them. Saves to the OS temp directory. Activates when the user writes "handoff", "hand off", "compact the conversation", "summarize for the next session", "prepare a handoff doc", "pass this to another agent".

Documentosby yokeloop

help

1

Explains how to use yoke and lists the available skills; also greets new users. Activated when the user writes "help", "how do I use yoke", "how to use", "what skills are available", "hi", "hello", "where do I start", or on first contact with yoke.

Produtividade#aiby yokeloop

issues

1

Breaks a plan, spec, or PRD into independently-grabbable GitHub issues using vertical slices (tracer bullets), publishes them in dependency order, and saves a local index in docs/ai. Activates when the user writes "issues", "break into issues", "create tickets", "split into tasks", "decompose into issues", "make implementation tickets", "tracer bullets".

Desenvolvimento#github#gitby yokeloop

plan

1

Builds an implementation plan from a task file. Triggered when the user writes "build a plan", "make a plan", "plan", "plan the implementation", "prepare a plan", or passes a path to a task file and asks to plan execution.

Design e Frontendby yokeloop

pr

1

Creates or updates a GitHub Pull Request. Activated on "pr", "pull request", "create pr", "update pr", "open pr", or after /gp.

Desenvolvimento#github#gitby yokeloop

prd

1

Turns the current conversation and codebase understanding into a PRD, publishes it as a GitHub issue, and saves a local copy in docs/ai. Does not interview — synthesizes what is already known. Activates when the user writes "prd", "create a prd", "write a prd", "turn this into a prd", "product requirements doc", "draft requirements".

Escrita e Conteúdo#github#gitby yokeloop

sync-docs

1

Regenerates the public skill catalog from `skills/*/SKILL.md` — per-skill MDX pages under `site/src/content/docs/skills/`, the table between `<!-- yoke:skills:start -->` markers in `README.md`, and the bullet list between the same markers in `CLAUDE.md`. Activates when the user writes "sync docs", "regenerate docs", "update the skill catalog", "rebuild docs", "refresh the catalog", or passes `--ch

Escrita e Conteúdoby yokeloop