Agent Plugins Marketplace
All plugins

orca-spinoff

v0.2.0

開発中に見つけた課題を「チケット起票 → 別 Orca worktree で新セッション起動 → カード設定 → 報告」までワンアクションでスピンオフするワークフロースキル。Orca IDE(stablyai/orca)の公開 `orca` CLI を前提とし、既定はフルハンドオフ(dispatch --inject / worker_done 監視はしない)。ユーザーが「監視して」「完遂まで見て」と明示したときだけ opt-in の監督モードになり、dispatch --inject → check --wait のローリング待機 → 検収 → 撤収 → キャッチアップ報告まで親セッションが閉じる。検収後の撤収(未 push 確認 → completed → worktree 削除)も担当。「この課題スピンオフして」「切り出して別セッションで」「チケット切って別worktreeで進めて」「撤収して」で発動。

Claude Code1 Skill

By haboshi0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 2, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install orca-spinoff for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install orca-spinoff@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/haboshi/claude-code-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is orca-spinoff/.

Plugin files

orca-spinoff/
├── .claude-plugin/plugin.json
└── skills/orca-spinoff/SKILL.md

Included Skills1

orca-spinoffskills/orca-spinoff/SKILL.md

Use when the user says 「この課題スピンオフして」「切り出して別セッションで」 「チケット切って別worktreeで進めて」「別worktreeでやらせて」「spin off this issue」, or asks to hand off a newly found issue to a separate Orca-managed session while continuing the main work — including supervised requests like 「監視して」「完遂まで見て」「終わったらマージして続けて」「supervise the spinoff」. Also use when retiring a finished spinoff worktree(撤収・後片付け). Requires the Orca desktop app and the `orca` CLI (orca-cli skill).

Plugin manifests1

orca-spinoff/.claude-plugin/plugin.json
{
  "name": "orca-spinoff",
  "version": "0.2.0",
  "description": "開発中に見つけた課題を「チケット起票 → 別 Orca worktree で新セッション起動 → カード設定 → 報告」までワンアクションでスピンオフするワークフロースキル。Orca IDE(stablyai/orca)の公開 `orca` CLI を前提とし、既定はフルハンドオフ(dispatch --inject / worker_done 監視はしない)。ユーザーが「監視して」「完遂まで見て」と明示したときだけ opt-in の監督モードになり、dispatch --inject → check --wait のローリング待機 → 検収 → 撤収 → キャッチアップ報告まで親セッションが閉じる。検収後の撤収(未 push 確認 → completed → worktree 削除)も担当。「この課題スピンオフして」「切り出して別セッションで」「チケット切って別worktreeで進めて」「撤収して」で発動。",
  "author": {
    "name": "haboshi",
    "email": "[email protected]"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[orca-spinoff on Agent Plugins Marketplace](https://pluginsmp.com/plugins/orca-spinoff)