By rexeus
Multi-agent development toolkit for Claude Code. Specialized agents, conventions, review workflows, and quality guardrails for TypeScript and JavaScript projects.
Create a commit from staged changes using Conventional Commits format
Start implementation of a planned feature or task. Runs the full pipeline from understanding through testing.
Plan a new feature or task. Critically evaluates requirements, presents options, and produces an implementation plan.
Iterative codebase harmonization. Discovers patterns, finds inconsistencies, and unifies code across files.
Create or update a Pull Request with a well-crafted title and description.
Deep analysis agent for understanding complex code, tracing data flows, and explaining how systems work. Use after the scout when deeper understanding is needed before design or debugging. Thorough and methodical.
Software architect that designs solutions, evaluates trade-offs, and produces implementation plans. Use before building when architecture decisions are needed, APIs must be designed, or system boundaries defined. Read-only — designs but never implements.
Implementation specialist that writes production code. Use for building features, refactoring existing code, applying architectural plans, and making code changes. The only agent that creates or modifies source code.
Tech Lead that orchestrates all development work. Analyzes tasks, delegates to specialized agents, and ensures quality across the entire workflow. Use proactively for any non-trivial development task.
Simplification specialist that distills working code to its essence. Use after implementation is complete and tests pass. Reduces complexity, improves readability, and removes unnecessary abstractions — without changing behavior. The code sculptor.
Code conventions and style convictions. Applied when writing, reviewing, or analyzing code. These are non-negotiable standards, not preferences.
Provides git workflow conventions including Conventional Commits, branch naming, and PR descriptions. Applied when committing, branching, or creating pull requests.
Identifies code quality anti-patterns and provides best practices. Applied when analyzing code smells, architecture decisions, complexity, or technical debt.
Shared review craft for all reviewer specialists — confidence scoring, verdict rules, output format, and the signal-over-noise discipline. Applied by every reviewer agent regardless of lens.
Identifies security vulnerabilities and provides secure coding patterns. Applied when reviewing code for injection, authentication, authorization, and data exposure risks.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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 power tools
Uses power tools
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
A multi-agent development toolkit for Claude Code and OpenCode. Eleven specialized agents, one orchestrator, zero complexity.
Most Claude Code plugins are overwhelming. Dozens of commands, complex configuration, steep learning curves.
Agentic is different. Install it, type a command, and let the agents do their work. The Lead orchestrator figures out which specialists to deploy, briefs them precisely, and synthesizes their results. You stay in control — the agents stay in their lane.
Built for TypeScript projects. Should work with other languages too.
npx @rexeus/agentic install opencode
One command. This installs the Agentic plugin, agents, commands, and skills
globally. Restart OpenCode, switch to the visible lead agent, then run:
/agentic-plan Plan a feature
/agentic-develop Build it
/agentic-review Review the code
/agentic-simplify Make it simpler
/agentic-polish Harmonize the codebase
/agentic-verify Run the quality gate
/agentic-commit Commit with Conventional Commits
/agentic-pr Create a Pull Request
/plugin marketplace add rexeus/agentic
/plugin install agentic@rexeus
A typical development cycle with Agentic:
Plan → Develop → Review → Simplify → Verify → Commit → PR
↑
Polish (iterative loop)
1. Plan. Start with /agentic-plan (OpenCode) or /agentic:plan (Claude Code).
The Lead doesn't just accept your
requirements — it challenges them. It asks hard questions, surfaces assumptions,
and presents options before producing an implementation plan. You approve the
plan before any code is written.
2. Develop. /agentic-develop (OpenCode) or /agentic:develop (Claude Code)
runs the full pipeline. The Lead scouts the
codebase, designs the approach, hands a precise briefing to the developer agent,
and follows up with review and tests. You get working, tested code — not a plan
about a plan.
3. Review. /agentic-review (OpenCode) or /agentic:review (Claude Code)
deploys six specialists in parallel: three reviewers (correctness,
security, maintainability) and three testers (coverage, craft,
testability). Each has its own identity and its own loaded skills.
All six are advisory — none of them modifies files. High-confidence
findings only, lens labels preserved. Composite verdict is the worst
of the six.
4. Simplify. /agentic-simplify (OpenCode) or /agentic:simplify (Claude Code)
is where the craft happens. The Refiner
distills working code to its essence — fewer abstractions, clearer names, less
indirection. Behavior stays the same. Complexity goes down. This step is what
separates code that works from code that sings.
Polish. /agentic-polish (OpenCode) or /agentic:polish (Claude Code)
is the consistency loop. It discovers the patterns
your project already uses, finds where peer files diverge, and unifies them.
Use it after a feature is built, after a large refactor, or whenever files have
drifted apart. Polish is designed for iterative runs: execute, review the
changes, then /clear and run it again. Each pass finds fewer
issues until the codebase converges.
5. Verify. /agentic-verify (OpenCode) or /agentic:verify (Claude Code)
is the pre-ship quality gate. It runs the reviewer trio and the
tester trio — six specialists in parallel — plus a full test-suite
execution. One command, six perspectives, a clear verdict: PASS,
FAIL, or CONDITIONAL.
6. Commit & PR. /agentic-commit + /agentic-pr (OpenCode) or
/agentic:commit + /agentic:pr (Claude Code) handle commit and PR flow.
commit creates Conventional Commits from your
staged changes. pr crafts a Pull Request with a structured
description. You stage the files — the agents handle the message.
agentic install opencode
agentic doctor
agentic uninstall opencode
You don't have to use every step. Skip what you don't need. The commands work independently.
Eleven cognitive modes, one orchestrator. Each answers a different question:
npx claudepluginhub rexeus/agentic --plugin agenticPersona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
PROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge