Claude-skill-registry 2agent

Configures 2-Agent workflow between PM and implementation roles. Use when user mentions 2-Agent setup, PM coordination, Cursor setup, or 2-agent operations. Do NOT load for: solo operation, workflow execution, or handoff processing.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/2agent" ~/.claude/skills/majiayu000-claude-skill-registry-2agent && rm -rf "$T"
manifest: skills/data/2agent/SKILL.md
source content

2-Agent Skills

2-Agent ワークフローの設定を担当するスキル群です。

機能詳細

機能詳細
初期設定See references/2agent-setup.md
ファイル更新See references/2agent-updating.md
Cursor連携See references/cursor-setup.md

実行手順

  1. ユーザーのリクエストを分類
  2. 上記の「機能詳細」から適切な参照ファイルを読む
  3. その内容に従って設定
2agent — OpenSkillIndex