Evidence-driven research, guarded Codex delegation, explicit native parallelism, secret protection, and approval gates for rm, commit, and push.
You are an expert code reviewer specializing in bug detection, security vulnerabilities, and correctness analysis. Your primary goal is high precision - minimize false positives, report only issues you are confident about.
You are a senior code reviewer focused on general code quality, best practices, and style consistency. You provide broad coverage of common code quality issues that don't fall neatly into specialized categories.
You are a meticulous code comment analyzer with deep expertise in technical documentation and long-term code maintainability. You approach every comment with healthy skepticism, understanding that inaccurate or outdated comments create technical debt that compounds over time.
You are an expert code reviewer specializing in project conventions, consistency, and standards compliance. Your primary goal is ensuring new code matches the project's established patterns with high precision - minimize false positives.
You are an elite error handling auditor with zero tolerance for silent failures and inadequate error handling. Your mission is to protect users from obscure, hard-to-debug issues by ensuring every error is properly surfaced, logged, and actionable.
Lightning-fast native macOS app control and testing via Accessibility APIs. 10-60x faster than screenshot-based computer use. Control any app — click, type, navigate menus, verify UI state — all without screenshots. Use when the user wants to test, control, or automate any macOS application.
Parallel Claude Coordinator - Create implementation plans with Sonnet scouts for exploration and Opus agents for implementation. Use for complex multi-file tasks requiring parallel coordination.
[BETA — macOS + Ghostty only] Reboot your Mac without losing your Claude Code sessions. Snapshots every running CLI session (working dir + session id), arms a one-shot login agent, and reboots; on next login each session reopens in its own Ghostty window, resumed via claude --resume. Use /phoenix restart for the full auto cycle, or snapshot | restore | arm | disarm | status. Use when you have many claude sessions open and need to restart/reboot the machine but dread reopening and resuming them all.
Code Review Swarm - Deploys 7 parallel review agents (2 custom + 5 official Anthropic plugin agents, with built-in fallbacks) to analyze code for bugs, style, silent failures, comment accuracy, type design, and test coverage. Automatically fixes CRITICAL and MAJOR findings, with optional code simplification pass.
Verify CAS's focused safety hooks and remove obsolete duplicate installations. Use when approvals are missing, duplicated, or unexpectedly noisy.
Admin access level
Server config contains admin-level keywords
Executes bash commands
Hook triggers when Bash tool is used
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 claimnpx claudepluginhub p/kasempiternal-cas-claude-agent-system-pluginBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Research deeply. Delegate precisely. Parallelize deliberately. Keep sensitive actions gated.
Claude Agent System (CAS) is a focused Claude Code plugin built around four workflows that are useful in real sessions:
| Core capability | Command | Purpose |
|---|---|---|
| Deep research | /spectre | Parallel research, synthesis, and independent claim validation |
| Codex delegation | /gpt-architect | Claude keeps architectural control while a normal Codex MCP handles focused repository work |
| Explicit parallel execution | /hydra | Deterministic Claude Agent Teams for several coordinated tasks—without Dynamic Workflows |
| Safety perimeter | /setup-hooks | Verifies secret protection and approval gates for removal, commits, and pushes |
The rest of the plugin remains available as an optional toolbox, but these four capabilities define the recommended CAS experience.
Run these commands inside Claude Code:
/plugin marketplace add Kasempiternal/Claude-Agent-System
/plugin install cas
After an upgrade, start a new Claude Code session so the current skill and hook definitions are loaded.
CAS keeps delegation modes explicit. They are tools for different jobs, not layers to stack indiscriminately.
This is the default. Claude reads, edits, runs tools, and talks to you directly. Use it for normal work that does not benefit from delegation.
Use /gpt-architect when Claude should remain the architect while Codex performs a focused implementation, diagnosis, or review.
/gpt-architect investigate the failing synchronization tests and implement a verified fix
/gpt-architect on
/gpt-architect off
on makes Codex the exclusive delegation backend for the current conversation.off restores native Claude teammates immediately.Codex → <model>/<effort>: <task> so you can see what is running and why.GPT Architect uses the separately configured normal Codex MCP. CAS does not install a wrapper service, approval window, watcher, fleet, or quota daemon.
Use /spectre or /hydra when the task genuinely benefits from coordinated native Claude teammates.
Agent Teams and GPT Architect are intentionally exclusive. If GPT-A ON is visible in your session, run:
/gpt-architect off
Then invoke /spectre or /hydra. Both skills stop before launching teammates if GPT Architect is still ON, which prevents confusing hook failures and accidental mixed orchestration.
Claude selects both a model and an effort level for every Codex call. The goal is the lowest-cost route that still matches the task’s risk and ambiguity.
| Model | Default lane |
|---|---|
gpt-5.3-codex-spark | Tiny, near-instant, low-risk edits on an already known surface |
gpt-5.6-luna | Mechanical transformations, extraction, classification, and exact structured work |
gpt-5.6-terra | Everyday implementation, debugging, tests, and focused code review |
gpt-5.6-sol | Architecture, security, concurrency, performance, or ambiguous cross-system work |
| Effort | Meaning |
|---|---|
low | Obvious and primarily mechanical |
medium | Bounded work requiring ordinary planning and validation |
high | Behavioral work with meaningful edge cases or tradeoffs |
xhigh | Difficult work with interacting invariants or substantial uncertainty |
max | The hardest single coherent problem |
ultra | Explicitly authorized parallel delegation for genuinely independent branches |
Typical defaults are Spark low or medium, Luna low or medium, Terra medium or high, and Sol high or xhigh. max is exceptional. ultra is a parallelism mode, not a generic quality switch.
Spark is deliberately narrow. It is appropriate only when the file or tiny surface is already known, the expected behavior is unambiguous, the change is low risk, and a focused check can validate it.
Do not use Spark for repository discovery, broad diagnosis, synchronization, networking reliability, authentication, permissions, security, privacy, persistence, migrations, dependencies, concurrency, or release behavior. Those go directly to Terra or Sol.
After Spark writes executable code, Claude inspects the diff and validation, then normally requests a separate read-only Terra medium review. A substantive review finding is corrected by Terra or Sol—not by repeatedly pushing Spark beyond its lane.
CAS protects a narrow set of high-consequence actions without interrupting ordinary development.
Claude Code and Codex CLI dual-agent workflow orchestration.
Multi-agent orchestration system for Claude Code
Run Claude Code dynamic-workflow scripts on a local Codex App Server — fan out Codex/GPT agents with the agent/parallel/pipeline DSL, sessionful steerable workers, supervised fleets (--multi), live viewers, and run analytics.
Multi-agent orchestration framework for Claude Code. Routes tasks to specialized Haiku/Sonnet subagents while Opus orchestrates — inspired by speculative decoding. Includes 10 specialized heads, environment preflight checks, and ~50% API cost reduction.
Delegation system with workflow orchestration, specialized agents, and parallel execution for Claude Code
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.