← all publishers

yokeloop

@yokeloop source repo

24 published skills

  1. Do · yokeloop bundle
    Executes a task per plan. Triggered when the user writes "execute", "do", "run the plan", "implement", or passes a path to a plan file and asks to execute it.
    0
    installs
  2. Gp · yokeloop
    Git push with checks and report. Used when the user writes "push", "gp", "git push".
    0
    installs
  3. Pr · yokeloop bundle
    Creates or updates a GitHub Pull Request. Activated on "pr", "pull request", "create pr", "update pr", "open pr".
    0
    installs
  4. Gca · yokeloop bundle
    Git staging and commit with smart file grouping. Activated when the user writes "commit", "gca", "make a commit", "commit changes".
    0
    installs
  5. Prd · yokeloop
    Turns the current conversation and codebase understanding into a PRD, publishes it as a GitHub issue, and saves a local copy in .yoke/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".
    0
    installs
  6. Help · yokeloop
    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.
    0
    installs
  7. Draft · yokeloop bundle
    Projects the agreed plan onto the code as Markup — TODO markers plus a compilable skeleton — and opens a Draft PR for review, instead of implementing. Triggered when the user writes "draft", "mark the code", "mark up the plan", "make a draft", "draft pr".
    0
    installs
  8. Grill · yokeloop
    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 .yoke/context.md and ADRs, use grill-docs. Activates when the user writes "grill", "grill me", "poke holes in this", "interrogate my design", "challenge my plan", "stress-test my plan", "interview me about this".
    0
    installs
  9. Merge · yokeloop bundle
    The user-triggered finisher that executes the post-PR tail per `.yoke/flow.md`: merges the task's PR(s), runs cascade merges, runs deploy/release commands, moves the ticket to its target state, cleans up worktrees, and returns to the default branch. Activates when the user writes "merge", "merge it", "/merge", "finish the task", "ship it", "cascade and deploy", or after the user approves a PR on GitHub. Never runs on its own — the merge decision stays the user's.
    0
    installs
  10. Issues · yokeloop bundle
    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 .yoke/ai. Activates when the user writes "issues", "break into issues", "create tickets", "split into tasks", "decompose into issues", "make implementation tickets", "tracer bullets".
    0
    installs
  11. Review · yokeloop bundle
    Finds problems in code, fixes them and produces a report. Used when the user writes "review", "code review", "find issues", "find bugs", "check code", "code analysis", "prepare a report", "what's wrong with the code".
    0
    installs
  12. Fix · yokeloop bundle
    Quick fix or follow-up change. Used when the user writes "fix", "patch", "correct", "tweak", "polish", "small fix", "quick fix", or describes a small change after /do.
    0
    installs
  13. Gst · yokeloop bundle
    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".
    0
    installs
  14. Handoff · yokeloop
    Saves the live state of the current conversation to `.yoke/handoff/` so a fresh session resumes where this one stopped, referencing existing artifacts instead of duplicating them. Activates when the user writes "handoff", "hand off", "save the context", "dump the conversation", "compact the conversation", "summarize for the next session", "prepare a handoff doc", "pass this to another agent".
    0
    installs
  15. Journal · yokeloop
    Appends a concise, newest-first entry to `.yoke/journal.md` summarizing the session's real work and linking the relevant `.yoke/ai/<slug>/` artifacts — the first layer of yoke's connected memory. Manual trigger only, no hook. Activates when the user writes "journal", "log the session", "session journal", "write a journal entry", "log what changed", "update the journal", "record this session".
    0
    installs
  16. Plan · yokeloop bundle
    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.
    0
    installs
  17. Task · yokeloop bundle
    Drafts a task file for AI implementation. Triggered when the user writes "create a task", "task from ticket", "draft a task", "prepare an implementation prompt", or passes a ticket URL / feature description.
    0
    installs
  18. Bootstrap · yokeloop bundle
    Prepares a project for the yoke flow — stack detection, scaffolding the `.yoke/` layout, and generation of CLAUDE.md, `.yoke/yoke-context.md`, and `.yoke/flow.md`. Used when the user writes "bootstrap", "set up yoke", "prepare the project", "yoke init", "setup yoke", "first run", "connect yoke", "create CLAUDE.md".
    0
    installs
  19. Grill Docs · yokeloop bundle
    Docs-aware grilling: interrogates the user's plan one question at a time AND maintains the domain glossary (.yoke/context.md) and architecture decision records (.yoke/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", "grill and update the glossary", "grill and write ADRs", "stress-test against the glossary", "challenge my plan and capture decisions".
    0
    installs
  20. Explore · yokeloop bundle
    Codebase exploration and brainstorming. Activates when the user writes "explore", "explain", "compare", "what if", "brainstorm", "investigate", "figure out", "analyze", "how is it built", "how does it work", "tell me about", "why", "what are the options", "suggest an approach", "show the architecture".
    0
    installs
  21. Sync Docs · yokeloop bundle
    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 `--check` to detect drift. Refuses to write when sentinels are missing or unbalanced.
    0
    installs
  22. Yoke Create · yokeloop
    Skill factory for the yoke plugin. Full pipeline for creating a new skill: task analysis, design with a mermaid diagram, implementation of SKILL.md and agents, quality validation, documentation creation, updating README and CLAUDE.md. Used when the user writes "create a skill", "new skill", "add a skill", "make a skill", "skill for".
    0
    installs
  23. Yoke Release · yokeloop
    Publishing the yoke plugin: quality checks, documentation validation, version bump, tag, push, GitHub release. Used when the user writes "release", "publish", "ship version", "make a release", "prepare a release", "new version".
    0
    installs
  24. Yoke Validate · yokeloop
    Validates SKILL.md files changed in the current branch against elements-of-style (Strunk) for prose and plugin-dev's skill-development conventions for structure, applies safe fixes automatically, and reports the rest. Activates when the user writes "validate", "validate skill", "validate skills", "validate changed skills", "lint skills", "валидайт", "валидайт скилы", "прогони валидацию", "проверь скилы".
    0
    installs