ZCC — "oh-my-zsh for Claude Code"
ZCC (z-claude-code) is an npm-published CLI framework (v1.1.0) that brings oh-my-zsh-style concepts to Claude Code: swappable AI personality "modes" (architect, engineer, reviewer), persistent task "tickets" tracked in .zcc/, installable "packs" (curated bundles of modes + workflows + agents + hooks), and a fuzzy-match command dispatcher. The analogy is intentional — modes are like themes, tickets are like tmux sessions, external packs are like oh-my-zsh plugins. Installation deploys 3 slash commands (/mode, /ticket, /zcc) and optional hooks that inject git context, project overview, and acronym expansion on every prompt. The CLI binary zcc handles initialization, pack management, source registration, and community pack discovery from external GitHub repos.
differs_from_seeds: Most similar to spec-kit (structured CLI, curated command set, hook lifecycle) but ZCC's differentiator is the "mode" system — swappable behavioral personas loaded from .zcc/modes/ files, analogous to zsh themes. Unlike spec-kit's static command/skill mirroring, ZCC's modes are dynamic and user-extensible. The ticket system for persistent cross-session task tracking also has no direct seed counterpart.