Skip to content
View ek33450505's full-sized avatar

Highlights

  • Pro

Block or report ek33450505

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ek33450505/README.md

Edward Kubiak

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

CAST Modular Ecosystem

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

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.

Pinned Loading

  1. claude-agent-team claude-agent-team Public

    Local-first OS layer for Claude Code. Specialist agents, semantic routing, policy gates, event sourcing, and zero cloud lock-in.

    Shell 2

  2. claude-code-dashboard claude-code-dashboard Public

    Real-time observability UI for CAST. Sessions, agent analytics, hook health, memory browser, and SQLite explorer — all local, no cloud.

    TypeScript 2