一键导入
stack-reference
Full tech stack reference and dev command cheatsheet. Load when you need to look up exact package names, commands, or project paths.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Full tech stack reference and dev command cheatsheet. Load when you need to look up exact package names, commands, or project paths.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Shared CAST conventions for all agents. Loaded automatically via agent frontmatter.
Execute a CAST plan by reading the Agent Dispatch Manifest and dispatching agents in dependency order — parallel batches simultaneously, sequential batches one at a time. Pass a plan file path, 'next' for the most recent plan, or 'resume' to continue from a checkpoint.
Full CAST agent registry with model assignments. Load when building an Agent Dispatch Manifest, orchestrating multi-agent workflows, or when you need to verify which model a specific agent runs on.
Comprehensive CAST codebase audit — bugs, security, performance, test coverage. Dispatches 4 parallel researchers to scan the codebase and collates findings into a dated report. Manual invocation only; monthly scheduling is a design intention (helper not yet shipped).
Assemble morning briefing sections into a structured markdown file. Use when writing the final briefing output after all data sources have been gathered.
Activate careful mode — require explicit confirmation before any Write, Edit, or Bash operations. Use when working on production code or sensitive systems.
基于 SOC 职业分类
| name | stack-reference |
| description | Full tech stack reference and dev command cheatsheet. Load when you need to look up exact package names, commands, or project paths. |
| user-invocable | false |
| allowed-tools | [] |
.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 |