Full-stack engineer at META Solutions in Columbus, Ohio. Building open-source infrastructure for AI-native development.
edwardkubiak.com · LinkedIn · [email protected]
CAST — Claude Agent Specialist Team
claude-agent-team · Shell/Bash · MIT · v6.0
30 specialist agents that dispatch automatically via Claude Code's hook layer — commit, debug, review, plan, security, and more. Model-driven routing, local-first SQLite observability, per-agent persistent memory, and ~1,600 BATS tests covering the shell surface.
brew tap ek33450505/cast && brew install cast- Local-first — all memory, routing state, and observability in SQLite on disk
- Token cost tracking per agent — spend broken down by model
- Policy gates — hard-block dangerous operations before they execute
- Hook-driven dispatch — Claude Code lifecycle events trigger the right agent automatically
| Package | What It Does |
|---|---|
| cast-agents | 30 specialist Claude Code agents |
| cast-hooks | 13 hook scripts — observability, safety gates, dispatch |
| cast-observe | Session cost + token spend tracking (SQLite) |
| cast-security | Policy gates, PII redaction, audit trail |
| cast-dash | Terminal UI dashboard (Python + Textual) |
| cast-memory | Persistent agent memory (Python + Shell + MCP) |
| cast-parallel | Parallel plan execution across dual worktrees |
| cast-claudes_journal | Claude's personal journal — session-end reflections + cross-session continuity |
All open source. All independently installable.
claude-code-dashboard · React 19 + TypeScript + Express 5 + SQLite · MIT
Observability UI for CAST. Sessions timeline, agent analytics, hook health monitor, memory browser, live SQLite explorer.


