Install
$ agentstack add skill-ek33450505-claude-agent-team-stack-reference ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Stack Reference
Frontend Libraries (full list)
- React 19 with Vite 6
- TypeScript —
.tsx/.ts,tsconfig.json - Tailwind CSS v4 (via
@tailwindcss/vite) - shadcn/ui +
class-variance-authority+clsx+tailwind-merge - Framer Motion for animation
- React Router v6 for routing
- TanStack React Query v5 for data fetching
- Recharts + @nivo for charts/graphs
- Lucide React for icons
- Sonner for toasts
- cmdk for command palette
- react-resizable-panels for panel layouts
Backend Libraries (full list)
- Express 5 (Node.js) — API server
- tsx for TypeScript execution in dev (
tsx watch) - concurrently to run Vite + Express together
Key Dev Commands
# 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/
Key Runtime Paths
| 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 |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ek33450505
- Source: ek33450505/claude-agent-team
- License: MIT
- Homepage: https://castframework.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.