基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zeero/dotfiles --skill loop-skill-creator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when launching a long-running CLI in the background (external review CLIs, builds, batch jobs) or deciding how to capture its output; when a subagent is stalled, its completion is overdue, or its completion notification arrives while the work it launched may still be running; before stopping or re-issuing a background task, especially on suspicion of a wrong working directory; when /exit is blocked with "Background work is running"; when dispatching a subagent into a worktree or isolated directory where it will commit or write reports; and when setting up a standing subagent you delegate to repeatedly, including how it must report back. Fire at launch time, not only after trouble.
Use when asking an external agent or subagent to review something or give a second opinion, applying review feedback, deciding whether to accept a finding, running two reviews at once, or before calling work "reviewed" and merging it. Triggers: 「外部レビューを依頼」「codex にレビューさせて」「レビュー指摘を反映」「この指摘は採用すべきか」「レビュー済みか確認」「マージ前レビュー」. Fire even when the work feels already reviewed — that false sense is the failure this skill prevents.
Moomoo API (ex-Futu) Python SDK reference. Use for stock prices, orders, positions, or OpenQuoteContext/OpenTradeContext usage.
| name | loop-skill-creator |
| description | user invoke only |
| summary | 「この作業をループで回したい」という入力から、ループエンジニアリングの1ターン分ワークフローを実行する loopスキルを1枚生成する。環境のcapabilityを発見して最適な部品を選び、独立evaluatorとStop境界を必須で埋め込む。 |
| argument-hint | [回したい作業の説明] |
「この作業をループで回したい」という入力から、ループエンジニアリングの 1ターン分のワークフロー を実行する loopスキルを1枚 生成する。
references/loop-engineering.md にある。「6部品」を本文に直書きせず、必ずこの reference を読み、そこが挙げる moves/parts を反復処理する。部品の数や名前は将来変わりうる前提で書く。ユーザから取るのは 2 つだけにする:
残り(部品選択・採用スキル・evaluator 基準・persistence 先)は自分で提案する。先回りして用意し、ユーザの負担を減らす。
各部品が この環境でどう実現できるか を調べる。特定の実装が在ると前提しない(例: Memory を Serena で実現できる環境とできない環境がある)。
command -v 等)で確認する。references/loop-engineering.md の各部品にある「探すべき候補実装」を手掛かりにする。scheduling は調べない(スコープ外)。
作業を moves に対応づけ、部品/実装を選び、一括で提案してユーザに確認を取る:
assets/NORTH_STAR.md を土台にヒアリングで練り上げ <repo>/NORTH_STAR.md に固定する。採用スコープをユーザに確認する——repo 全体の北極星とするなら、repo の CLAUDE.md に作業サイクル節があれば plan ステップに NORTH_STAR.md 参照を注入し通常プランでも効かせる。ループ限りの基準なら repo ルートに出さず evaluator 側に留める。埋まった設計を skill-creator の作法(anatomy / progressive disclosure / writing style)で 1 枚の SKILL.md に落とす。test/eval/benchmark ループは回さない(品質ゲートは次のステップが担う)。
出力の雛形は assets/loop-skill-template.md。evaluator の表現は capability 発見の結果で出し分ける:
assets/evaluator-agent-template.md を別ファイルで同梱state file が要るなら assets/state-template.md を同梱する。
生成物に次が揃っているか自分で検証する。揃わなければ生成を拒否し、何が欠けているかを大声で警告する:
環境が独立 evaluator を実現できない(例: subagent 不可)場合は、黙って skip せず、degraded 構成での続行に ユーザの明示 opt-in を要求 し、その事実を記録する。検証の暗黙スキップこそ最も危険な失敗だからである。
生成後、ユーザに必ず報告する:
/name か claude -- skill <name> か)、入力と期待する前提disable-model-invocation: true にする。副作用のあるワークフローなので、会話中に勝手に動いてはならない。scheduler / /name / 手動の明示起動は通る。description は内容を表す実文にしてよい(このフラグがあれば自動起動しないため)。.claude/skills/<work>-loop/。グローバル領域には自動で入れない(生成ループは環境特化で可搬でないため)。グローバル化は後から手動の意図的操作とする。