By johantor
Claude Code crew/plugin pack with orchestrated agents, commands, hooks, and skills for feature delivery.
Plan and execute a feature through the morpheus orchestration flow
Push the crew's feature branch and open a pull request (host-agnostic)
Run consolidated review across code quality, security, and design conformance
Run pre-PR ship gate and return a go/no-go summary
Frontend e2e test author/runner (Cypress). Runs the suite and reports only failures. Invoked by the morpheus orchestrator. Not for standalone or automatic use.
Orchestrator for multi-agent feature work. Launch manually with `claude --agent crew:morpheus`. Plans work, delegates to specialist workers, synthesizes results.
Backend test author/runner (xUnit / integration tests for the .NET layer). Runs the suite and reports only failures. Invoked by the morpheus orchestrator. Not for standalone or automatic use.
Visual design-conformance verifier. Compares the rendered UI against a provided design reference (Figma export, image, or spec) using a browser-automation MCP (e.g. Playwright) when one is configured, and reports mismatches. Read-only on code. Invoked by the morpheus orchestrator. Not for standalone or automatic use.
Backend implementer for C#/.NET and Optimizely CMS (content types, blocks, IContentRepository, scheduled jobs, init modules), MVC controllers, and Razor views. Invoked by the morpheus orchestrator. Not for standalone or automatic use.
Token/context discipline — process large data with code and surface only the answer, never read raw bulk output into context. Preload into agents that run verbose commands (tests, builds, log/data analysis). Use whenever about to read a large file, command output, or big API/tool response.
Core code-quality rules — YAGNI, KISS, DRY with judgment, small single-purpose units, clear naming, minimal-scope diffs. Preload into implementer agents and consult during any code review. Use whenever writing, refactoring, or reviewing code.
Conventions for decoupled/headless frontends — a React SPA (or Next.js) consuming Optimizely's Content Delivery API / Optimizely Graph (GraphQL) rather than Razor server rendering. Use for tasks involving a headless/decoupled Optimizely frontend, Content Delivery API or Optimizely Graph, or a React/Next.js SPA against a CMS. Load when the repo's frontend mode is "headless".
Conventions for server-rendered frontends — Optimizely/.NET MVC with Razor views and React used as mounted islands/widgets rather than a full SPA. Use for tasks involving Razor/.cshtml views, Optimizely/.NET MVC, display templates/IContentRenderer, or React mounted as islands/widgets. Load when the repo's frontend mode is "server-rendered".
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Claude Code plugins for feature delivery — a small crew of orchestrated agents that plan, build, test, and review your work, with guardrails that keep them on task.
Add the marketplace, then install a plugin:
claude plugin marketplace add johantor/zion
claude plugin install crew@zion
Or browse the plugins under /plugin > Discover in Claude Code.
claude plugin install crew@zion
Orchestrated, multi-agent feature delivery. An orchestrator (morpheus) plans the
work and delegates to specialist workers — backend, frontend, tests, and visual
review — then runs a consolidated review and a pre-PR ship gate.
/crew:feature <task> — plan and build a feature/crew:review — consolidated code + security + design review/crew:ship — pre-PR GO / NO-GO gateAgents, hooks, and optional MCP setup are documented in plugins/crew/README.md.
claude plugin marketplace update zion
claude plugin update crew@zion
Contributing a plugin or hacking on the crew? See CLAUDE.md.
Everything here is named from The Matrix. Zion is humanity's last city — the home that houses the resistance, and a fitting name for a marketplace of crews. The agents are the Nebuchadnezzar's crew, mapped loosely to what they do:
npx claudepluginhub johantor/zion --plugin crewClaude Code crew/plugin pack with orchestrated agents, commands, hooks, and skills for feature delivery.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.