AgentStack
SKILL verified MIT Self-run

Stack Reference

skill-ek33450505-claude-agent-team-stack-reference · by ek33450505

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

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-ek33450505-claude-agent-team-stack-reference

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Stack Reference? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.