From CAST — Claude Agent Specialist Team
Provides a full tech stack reference and dev command cheatsheet for the CAST project, including frontend/backend libraries, runtime paths, and key commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cast:stack-referenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **React 19** with Vite 6
.tsx / .ts, tsconfig.json@tailwindcss/vite)class-variance-authority + clsx + tailwind-mergetsx watch)# CAST
cast status # health dashboard
cast exec # run cast plan executor
bash tests/run.sh # run shell tests (isolated temp HOME — NEVER 'bats tests/' on real $HOME)
bash install.sh # reinstall CAST into ~/.claude/
| Purpose | Path |
|---|---|
| CAST runtime root | ~/.claude/ |
| Agent definitions | ~/.claude/agents/ |
| Hook scripts | ~/.claude/scripts/ |
| Agent memory | ~/.claude/agent-memory-local/ |
| Plans output | ~/.claude/plans/ |
| CAST SQLite DB | ~/.claude/cast.db |
| CAST event log | ~/.claude/cast/events/ |
| Agent status | ~/.claude/agent-status/ |
| Audit / logs | ~/.claude/logs/ |
| CAST CLI | ~/.local/bin/cast |
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.