repo-orch-edit

repo-orch-edit is a command for Claude Code from architonixlabs/RepoOrch. It costs 29 tokens per session (668 once invoked), scanned A, original, MIT.

A guided command for opening and updating a repository's context file, which records what the repository owns and how it connects to other services.

In plain words
What is it for?
Use it to review or edit routing details such as HTTP endpoints and published or received events, plus contracts for authentication, errors, configuration, and data.
Why use it?
It helps you find the right file and keep the repository registry aligned with the changes you make.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the repo-orchestrator plugin — 3 skills, 8 commands, 2 agents, 2 hooks shipped together

Good fit Use it to review or edit routing details such as HTTP endpoints and published or received events, plus contracts for authentication, errors, configuration, and data.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/architonixlabs/repoorch/repo-orch-edit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/architonixlabs/RepoOrch

Made for: Claude Code.

Or install repo-orchestrator, the plugin that ships this one along with the rest of its 3 skills, 8 commands, 2 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for repo-orch-edit

README.md
[![agentmods](https://agentmods.dev/badge/commands/architonixlabs/repoorch/repo-orch-edit/github.svg)](https://agentmods.dev/commands/architonixlabs/repoorch/repo-orch-edit)
Your own site
<a href="https://agentmods.dev/commands/architonixlabs/repoorch/repo-orch-edit"><img src="https://agentmods.dev/badge/commands/architonixlabs/repoorch/repo-orch-edit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for repo-orch-edit

Your own site · 80×15
<a href="https://agentmods.dev/commands/architonixlabs/repoorch/repo-orch-edit"><img src="https://agentmods.dev/badge/commands/architonixlabs/repoorch/repo-orch-edit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 668 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00668
Opus 5 $0.00015 $0.00334
Sonnet 5 $0.00006 $0.00134
Haiku 4.5 $0.00003 $0.00067

Measured 12d ago against content hash 0f7972beb607, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

repo-orch-edit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/repo-orch-edit.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/repo-orch-edit <repo>

Open and guide editing of a specific repo's context document.

Usage: /repo-orch-edit auth-service


Step 1 — Resolve the repo

Read .repo-orchestrator/registry.json. Find the entry with name == <repo>. If not found, list available names and stop.

Get the contextFile path (e.g., .repo-orchestrator/context/auth-service.md). If the file does not exist, stop: "Context file not found. Run /repo-orch-init first."


Step 2 — Present the file

Read and display the current content of the context file.

Then offer guidance:

Context file for <repo>: <contextFile>

Edit this file directly in your editor, or I can help you update specific sections.

Key fields for routing (in the YAML frontmatter):
  owns:      domain keywords — what problem areas does this repo own?
  endpoints: HTTP routes this repo exposes
  emits:     events this repo publishes
  consumes:  events this repo subscribes to

Contract fields (used by specialists during analysis):
  authContracts:   JWT claims required/issued, RBAC scopes
  errorContracts:  HTTP codes, idempotency, retry semantics
  configContracts: shared env vars and feature flags
  dataContracts:   shared DB tables or cache keys
  serviceLevel:    latency targets, throughput, availability
  testContracts:   integration suite commands, contract test paths

Ask me to update any section, e.g.:
  "Add 'oauth' to owns"
  "The /api/users endpoint was renamed to /api/v2/users"
  "We now consume the order.paid event"
  "Set retryOn to [503, 429]"

When done editing, say "done" and I'll ingest the changes into the registry.

Step 3 — Apply requested edits (if any)

If the user asks for specific changes, apply them to the context file:

  • For frontmatter fields: parse the YAML, update the field, re-serialize.
  • For prose sections: locate the heading and update the content.
  • Always show the diff before writing: "I'll make these changes: [diff]. Proceed? [y/N]"

Step 4 — Ingest on completion

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 79 lines · 29 tokens per session scan A 0f7972beb607

Subscribe to this mod's changes

repo-orch-edit is a command published in the GitHub repository architonixlabs/RepoOrch (3 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 668 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.