scout
v0.1.7v0.1.5: 5 レンズを 1 メッセージで全部並列起動していたのを最大 3 体ずつの波に変更。レンズは間引かない (上限は波を分ける理由であって調査範囲を削る理由ではない)。 Multi-lens project audit that generates actionable tasks (施策) for Claude Code: a /scout skill that gathers deterministic project state, fans out read-only sub-agents across five lenses (current issues, security, industry/peer-project practices via web search, missing measures, safety), then dedupes/scores the findings into prioritized tasks, writes them to the backlog, and hands execution to /flow. Complements compass (single-goal gradient) as a broad-reconnaissance SOURCE. Subscription-native (skill only, no binary, no API key).
By yukineko0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 scout for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install scout@agent-plugin-marketplacePaste 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/yukineko/claude-harnessesClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is crates/scout/.
Plugin files
├── .claude-plugin/plugin.json└── skills/scout/SKILL.md
Included Skills1
プロジェクトを多角的に監査して「施策(タスク)」を生成する SOURCE。現在の課題・セキュリティ・業界/他プロジェクトの標準・不足施策・安全性の5レンズを sub-agent で並列調査し、逐語引用つきの施策候補を統合・重複排除・スコアリングして backlog に積み、/flow に実行を引き渡す。compass が単一ゴールの勾配なら、scout は広域偵察で複数施策を生む相補的 SOURCE。判断(監査・施策の選別)は LLM、保存は backlog、実行は flow/condukt。
Plugin manifests1
{
"name": "scout",
"version": "0.1.7",
"description": "v0.1.5: 5 レンズを 1 メッセージで全部並列起動していたのを最大 3 体ずつの波に変更。レンズは間引かない (上限は波を分ける理由であって調査範囲を削る理由ではない)。 Multi-lens project audit that generates actionable tasks (施策) for Claude Code: a /scout skill that gathers deterministic project state, fans out read-only sub-agents across five lenses (current issues, security, industry/peer-project practices via web search, missing measures, safety), then dedupes/scores the findings into prioritized tasks, writes them to the backlog, and hands execution to /flow. Complements compass (single-goal gradient) as a broad-reconnaissance SOURCE. Subscription-native (skill only, no binary, no API key).",
"author": {
"name": "yukineko"
},
"keywords": [
"scout",
"audit",
"security",
"review",
"backlog",
"tasks",
"condukt",
"flow"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[scout on Agent Plugins Marketplace](https://pluginsmp.com/plugins/scout)