一键导入
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