infinite-brain-harness: Command for Claude Code

.claude/commands/register-repo.md

register-repo is a command for Claude Code from starmynd-org/infinite-brain-harness. It costs 0 tokens per session (243 once invoked), scanned A, original, MIT.

A command for registering a child repository in a larger development harness. A repository is a project folder tracked by version-control software, and the harness uses the registration to route work to it.

In plain words
What is it for?
Use it to register a repository by recording its path, type, tier when relevant, and remote or local-only status, then verify the registry entry and routing rule.
Why use it?
It ensures the new repository is recorded in the required format and that the harness can identify it correctly. It also checks that unrelated files were not changed.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

This is starmynd-org/infinite-brain-harness's own configuration. It tells Claude Code how to work on infinite-brain-harness itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything infinite-brain-harness configures →

Reuse

Borrowing it

Nothing to install: this file belongs to starmynd-org/infinite-brain-harness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/starmynd-org/infinite-brain-harness/main/.claude/commands/register-repo.md
Clone the repo
git clone --depth 1 https://github.com/starmynd-org/infinite-brain-harness

Made for: Claude Code.

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 register-repo

README.md
[![agentmods](https://agentmods.dev/badge/commands/starmynd-org/infinite-brain-harness/register-repo/github.svg)](https://agentmods.dev/commands/starmynd-org/infinite-brain-harness/register-repo)
Your own site
<a href="https://agentmods.dev/commands/starmynd-org/infinite-brain-harness/register-repo"><img src="https://agentmods.dev/badge/commands/starmynd-org/infinite-brain-harness/register-repo/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 register-repo

Your own site · 80×15
<a href="https://agentmods.dev/commands/starmynd-org/infinite-brain-harness/register-repo"><img src="https://agentmods.dev/badge/commands/starmynd-org/infinite-brain-harness/register-repo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 243 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.00000 $0.00243
Opus 5 $0.00000 $0.00121
Sonnet 5 $0.00000 $0.00049
Haiku 4.5 $0.00000 $0.00024

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

Security

Grade A, and why

register-repo 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 11d 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.

.claude/commands/register-repo.md · 25 lines

What it actually says

register-repo

Register a child repo in this harness.

Read ADD-A-BRAIN.md at the harness root and execute its four-step registration procedure exactly. That file is the single source of truth for the steps; do not improvise fields, do not skip the verification step, and do not restate the procedure from memory.

Before executing, collect from the user whatever these require that was not given as an argument:

  • the child's slug and path (internal/<slug>, external/<slug>, or external/<group>/<slug>)
  • its kind (brain, app, or mixed) and, for a brain, its tier
  • its remote URL, or local-only

Invariants to hold while executing:

  • exactly one harness file is created: repo-registry/<slug>.md, from repo-registry/_template.md, with every field filled
  • the child itself stays untracked; git status at the harness root shows only the new registry entry
  • finish by confirming the routing rule in CLAUDE.md resolves as expected with the new entry in place
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. 11d ago First seen · 25 lines · 0 tokens per session scan A 9417c43ee332

Subscribe to this mod's changes

register-repo is a command published in the GitHub repository starmynd-org/infinite-brain-harness (24 stars, last pushed 11d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 243 tokens. 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-30.