Plugin Claude Code
Architonix marketplace — the repo-orchestrator plugin for coordinating multi-repo microservice workspaces as a propose-only AI agent team.
Plugin Claude Code
Architonix marketplace — the repo-orchestrator plugin for coordinating multi-repo microservice workspaces as a propose-only AI agent team.
Plugin Claude Code
Turns a multi-repo microservice project into a coordinated AI agent team that proposes (never applies) cross-repo change plans.
Agent
Master orchestrator for multi-repo workspaces. Invoke me to triage tickets, root-cause incidents, check workspace health, sync registries, and coordinate specialist agents. I propose change plans — I never modify files. Use me when you want cross-repo impact analysis or a developer-ready change plan.
Agent
Choose the startup tier based on the task before reading anything.
Command
Adversarial multi-repo root-cause mode: spawn all repo specialists as an Agent Team, force them to challenge each other's assumptions with evidence, and surface the true cross-repo root cause of an incident. Max 3 deliberation rounds with a tie-break rule.
Command
Open and guide editing of a repo's context file. Ingests frontmatter changes back into registry.json on completion.
Command
Build or refresh the Claude-native knowledge summary for one or all repos. Produces .repo-orchestrator/graphs/ /summary.json used by /triage to pre-populate specialist context, reducing token consumption. No external dependencies — runs entirely within the Claude session.
Command
Bootstrap: discover all repos in the workspace, index them, generate editable context docs and specialist agents (each with a unique name and per-repo skill file), and register them with the master. Pauses for user review before writing agents.
Command
First-time setup: a no-build, zero-friction guided install — scans prerequisites, enables optional tiers, auto-wires settings (Agent Teams + MCP), then bootstraps. Works with no toolchain; the compiled runner is an optional accelerator, never required.
Command
Show at-a-glance status of the repo-orchestrator workspace: registered repos, last index timestamps, graph availability, userEdited flags, and Agent Teams enablement.
Command
Incremental refresh: detect repo drift via fingerprint, re-index changed repos, preserve userEdited content, ingest context frontmatter back into registry.json.
Command
Master controller: route a ticket to responsible repo specialists, have them deliberate, and return a single consolidated change plan with confidence aggregate, current-state baseline, ordered steps, and rollback guidance. Propose-only — no files are modified.
Settings file Claude Code
Agent settings configuring env, experimental.
Hook
Runs when a session starts, running an inline shell check. From architonixlabs/RepoOrch.
Hook
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From architonixlabs/RepoOrch.
Skill Claude CodeCodex
Scan a repository and produce structured context (languages, frameworks, endpoints, events, dependencies). Fallback when Tier-1 indexer is unavailable.
Skill Claude CodeCodex
Select which repo specialist agents to involve for a given ticket. Uses keyword scoring with synonym expansion, acronym normalization, and a confidence signal passed to each specialist.
Skill Claude CodeCodex
Answer questions about the whole workspace — which repo owns or handles something, where a feature/endpoint/event lives, or how concerns span repos. Reads registry.json as the ownership index, routes the question to the owning repo, and hands off to that repo's specialist for detail. Use for cross-repo and 'which…