ソース情報
- リポジトリ
- SJTU-IPADS/SkVM-data
- ソースの最終更新活動
- 2026年4月15日 10:41
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill decideコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Agile product ownership for backlog management and sprint execution. Covers user story writing, acceptance criteria, sprint planning, and velocity tracking. Use for writing user stories, creating acceptance criteria, planning sprints, estimating story points, breaking down epics, or prioritizing backlog.
Fetch MLB game schedules, live game status, box scores, player search, and season statistics via the MLB Stats API. Use when the user asks about baseball games, scores, who is playing today, game results, live updates, pitching matchups, MLB schedule information, player lookups, or player stats.
Software build systems reference — Make, CMake, Bazel, Gradle, incremental builds, remote caching, and dependency management
SOC 職業分類に基づく
SKILL.md を表示中
| name | Decide |
| slug | decide |
| version | 1.0.1 |
| homepage | https://clawic.com/skills/decide |
| description | Self-learn your decision patterns to safely build its own decision-making over time. |
| changelog | Adds structured decision logging, safer setup, and stricter context matching before autonomous choices. |
| metadata | {"clawdbot":{"emoji":"⚖️","requires":{"bins":"[Truncated]"},"os":["linux","darwin","win32"],"configPaths":["~/decide/"]}} |
Decision state lives in ~/decide/. If that folder is missing or empty, run setup.md.
~/decide/
├── memory.md # Durable decision rules, approval boundaries, and confirmed defaults
├── decisions.md # Major decisions with question, components, chosen option, and outcome
└── domains/ # Domain-specific decision components, overrides, and exceptions
Use when the agent faces a consequential choice that can change architecture, workflow, cost, publish behavior, vendor selection, or long-term project direction.
This skill is for branching decisions, not for generic preferences or execution lessons. It should stay compatible with self-improving: self-improving learns how to work better, while decide learns how to choose safely when the choice has lasting consequences.
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Migration guide | migration.md |
| Decision components | components.md |
| Confidence calibration | confidence.md |
| Exceptions and always-ask cases | exceptions.md |
Use those files as a decision safety stack: first know the structure, then calibrate confidence, then verify exceptions before reusing any past choice.
~/decide/memory.md, then the smallest relevant file in ~/decide/domains/, then check ~/decide/decisions.md for a materially similar record.self-improving for execution quality, corrections, and reusable work habits.escalate for ask-vs-act boundaries across actions broadly.decide only for major branching choices where the structure of the context determines the answer.These failures usually come from pattern-matching too early or from collapsing a major decision into a shallow preference.
| Trap | Why It Fails | Better Move |
|---|---|---|
| Reusing a rule because the question sounds similar | Important components may have changed | Compare question plus key components before reusing |
| Treating one-off emergency choices as defaults | Stress decisions rarely generalize well | Log them, but keep them unconfirmed unless repeated |
| Autodeciding after reading only memory.md | Exceptions and domain overrides get missed | List domains, read the smallest relevant override, then check decisions |
| Turning execution preferences into decision rules | Blurs compatibility with self-improving | Keep major branching choices in decide, workflow lessons elsewhere |
| Applying a framework or vendor rule across clients blindly | Client and surface often change the optimal answer | Ask again when client, platform, scope, or constraints differ |
Local state lives in ~/decide/:
~/decide/memory.md~/decide/decisions.md~/decide/domains/The packaged guides components.md, confidence.md, and exceptions.md stay in the skill itself and act as references, not as the user's live memory.
~/decide/.SKILL.md.Install with clawhub install <slug> if user confirms:
escalate - Control broad ask-vs-act boundaries around risky actionsself-improving - Learn execution lessons without conflating them with decision rulesmemory - Keep broader long-term context and user continuityproactivity - Push the next step while respecting confirmed decision defaultsclawhub star decideclawhub sync