ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月18日 19:10
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill statusコマンドは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
SOC 職業分類に基づく
| name | status |
| description | Show current track status, loop step, tasks completed, and next action |
| user_invocable | true |
Display the current progress across all tracks and the active evaluate-loop state.
/conductor:status
Read the following files to generate the status report:
conductor/tracks.md — List of all tracks and their statusesmetadata.json — Current loop step and stateplan.md — Task completion progress## Conductor Status
**Active Track**: my-feature-implementation
**Current Step**: Execute (Step 3 of 5)
**Tasks**: 8/12 completed (4 remaining)
**Last Agent**: loop-executor (2 tasks completed, commit abc1234)
**Superpower Enhanced**: Yes
**Fix Cycles**: 0
### Pending Tasks
- [ ] Task 2.3: Add error handling
- [ ] Task 2.4: Write unit tests
- [ ] Task 3.1: Update documentation
- [ ] Task 3.2: Final integration check
### Next Action
Run `/conductor:implement` to continue automatically
---
**Other Tracks**:
- ✅ auth-system (complete)
- ⏸️ payment-integration (not started)
| Symbol | Meaning |
|---|---|
| ✅ | Complete |
| 🔄 | In Progress |
| ⏸️ | Not Started |
| ❌ | Failed / Blocked |
| Step | Name | Description |
|---|---|---|
| 1 | PLAN | Creating execution plan |
| 2 | EVALUATE_PLAN | Validating plan quality |
| 2a | CTO_REVIEW | Technical architecture review |
| 3 | EXECUTE | Implementing code changes |
| 4 | EVALUATE_EXECUTION | Quality checking implementation |
| 5 | FIX | Addressing evaluation failures |
| 5.5 | BUSINESS_DOC_SYNC | Syncing business documents |
| ✅ | COMPLETE | Track finished |
/conductor:implement — Continue the evaluate-loop/conductor:new-track — Start a new track/go — Quick start with goal statement