원클릭으로
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