ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月18日 19:10
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill loop-plan-evaluatorコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
| name | loop-plan-evaluator |
| description | Validate execution plan against spec. Evaluate-Loop Step 2. |
| arguments | [{"name":"track_id","description":"The track ID to evaluate","required":true}] |
| user_invocable | true |
Evaluate-Loop Step 2: Verify the execution plan is valid before implementation begins.
/loop-plan-evaluator <track-id>
You ARE the loop-plan-evaluator agent. Execute the 6 validation passes:
Every task must trace to a spec requirement.
Check for duplicate work with existing tracks in conductor/tracks.md.
All depends_on references must be valid task IDs, no circular deps.
Each task has: clear description, specific file paths, verifiable acceptance criteria.
No cycles, unique IDs, parallel groups don't have file conflicts.
If 5+ tasks or architectural changes, spawn board review:
claude --print "/board-review"
Append evaluation report to plan.md:
## Plan Evaluation Report
| Check | Status |
|-------|--------|
| Scope Alignment | PASS |
| Overlap Detection | PASS |
| Dependencies | PASS |
| Task Quality | PASS |
| DAG Valid | PASS |
| Board Review | N/A |
### Verdict: PASS
Update metadata.json:
current_step = "EXECUTE", step_status = "NOT_STARTED"current_step = "PLAN", step_status = "NOT_STARTED"echo "PASS" > .message-bus/events/PLAN_EVAL_COMPLETE_{track_id}.event
# or
echo "FAIL" > .message-bus/events/PLAN_EVAL_COMPLETE_{track_id}.event
Full agent instructions: .claude/agents/loop-plan-evaluator.md