Also ship the kit as a standalone Claude Code skill#2
Merged
Conversation
Add a root SKILL.md so the repo doubles as a self-contained Agent Skill: clone into ~/.claude/skills/multi-agent-loop (or project .claude/skills/) and Claude auto-discovers a `multi-agent-loop` skill that installs the kit, runs the setup interview, and drives the loop via the bundled bin/ shims. No script duplication — the existing shims already resolve the operator's primary checkout from the current repo, so invoking them by absolute path from the user's project works with CLAUDE_PLUGIN_ROOT unset (verified). README gains a "D. As a Claude Code skill" section; the skill targets local Claude Code (not the claude.ai uploaded-skill sandbox, which can't do local worktrees/windows). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a root
SKILL.mdso the repo doubles as a self-contained Agent Skill (clone into~/.claude/skills/multi-agent-loop). No script duplication — reuses the existing bin shims, which resolve the operator's primary checkout from the user's repo. Verified skill-mode invocation (absolute path,CLAUDE_PLUGIN_ROOTunset). README gains a 'D. As a Claude Code skill' section. Plugin still validates.🤖 Generated with Claude Code