بنقرة واحدة
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