From CAST — Claude Agent Specialist Team
Enforces Python and shell-script conventions for CAST projects: stdlib-only policy, DB access patterns, idempotent migrations, exit codes, stdin parsing, and hook script rules.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cast:python-conventionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Stdlib only unless task spec allows pip installs
scripts/cast_db.py abstraction (db_write, db_query, db_execute)os.environ.get('CAST_DB_PATH', os.path.expanduser('~/.claude/cast.db'))~/.claude/logs/, never crash the hook pipelineCREATE TABLE IF NOT EXISTS and ALTER TABLE ... ADD COLUMN with try/except for idempotencyjson.loads(os.environ.get("CAST_INPUT", "")) pattern with try/exceptos.environ.get('CAST_DB_PATH', os.path.expanduser('~/.claude/cast.db')) for path resolutionscripts/ directory — never write only to ~/.claude/scripts/cast_emit_event from ~/.claude/scripts/cast-events.sh{"error": "..."})npx claudepluginhub ek33450505/claude-agent-team --plugin castProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.