# Stack Reference

> Full tech stack reference and dev command cheatsheet. Load when you need to look up exact package names, commands, or project paths.

- **Type:** Skill
- **Install:** `agentstack add skill-ek33450505-claude-agent-team-stack-reference`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ek33450505](https://agentstack.voostack.com/s/ek33450505)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ek33450505](https://github.com/ek33450505)
- **Source:** https://github.com/ek33450505/claude-agent-team/tree/main/skills/stack-reference
- **Website:** https://castframework.dev

## Install

```sh
agentstack add skill-ek33450505-claude-agent-team-stack-reference
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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
```bash
# 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](https://github.com/ek33450505)
- **Source:** [ek33450505/claude-agent-team](https://github.com/ek33450505/claude-agent-team)
- **License:** MIT
- **Homepage:** https://castframework.dev

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ek33450505-claude-agent-team-stack-reference
- Seller: https://agentstack.voostack.com/s/ek33450505
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
