ワンクリックで
cast-conventions
Stub skill for standalone cast-agents users. CAST framework users get the full version automatically.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Stub skill for standalone cast-agents users. CAST framework users get the full version automatically.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | cast-conventions |
| description | Stub skill for standalone cast-agents users. CAST framework users get the full version automatically. |
| user-invocable | false |
This is a stub for standalone cast-agents users.
Several agents in this package declare skills: [cast-conventions] in their
frontmatter. That reference is resolved by the Claude Code agent runner at
dispatch time. Without a matching skill file at ~/.claude/skills/cast-conventions/SKILL.md,
the runner logs a warning and continues — your agents still work, but the
warning is noisy.
This stub silences the warning.
The full cast-conventions skill ships with the
CAST framework. It injects
shared agent protocol rules (status block format, commit conventions, error
routing, code-review gates, facts emission) into every agent at dispatch time.
Your agents are self-contained — the conventions are already baked into each agent's own instructions. You do not need the CAST framework for the agents to work correctly. This stub exists only to satisfy the skill reference cleanly.
If you want the full CAST framework (recommended for power users building multi-agent pipelines), see: https://github.com/ek33450505/claude-agent-team