alliance-forge

alliance-forge is a command for Claude Code from frankxai/Starlight-Intelligence-System. It costs 40 tokens per session (951 once invoked), scanned A, original, MIT.

A command that creates the starting files and folders for a new SIP alliance, where separate nodes collaborate while keeping distinct areas of responsibility.

In plain words
What is it for?
Starting an alliance repository, defining its members and protocol, and checking that the alliance meets its minimum conditions.
Why use it?
It checks whether the proposed members have complementary roles, shared value, clear decision rights, and agreement on attribution before creating the repository.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions AGENTS.md.

Part of the starlight-intelligence-system plugin — 6 skills, 121 commands, 7 agents shipped together

Good fit Starting an alliance repository, defining its members and protocol, and checking that the alliance meets its minimum conditions.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/frankxai/starlight-intelligence-system/alliance-forge
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/frankxai/Starlight-Intelligence-System

Made for: Claude Code.

Or install starlight-intelligence-system, the plugin that ships this one along with the rest of its 6 skills, 121 commands, 7 agents.

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 alliance-forge

README.md
[![agentmods](https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/alliance-forge.svg)](https://agentmods.dev/commands/frankxai/starlight-intelligence-system/alliance-forge)
Your own site
<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/alliance-forge"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/alliance-forge.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 951 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.00040 $0.00951
Opus 5 $0.00020 $0.00476
Sonnet 5 $0.00008 $0.00190
Haiku 4.5 $0.00004 $0.00095

Measured 8d ago against content hash 25f1cb6ff45c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

alliance-forge 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 8d 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/alliance-forge.md · 87 lines

How it starts

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

/alliance-forge

Load SIP.md, ALLIANCE.md, AGENTS.md. Forge a new SIP alliance with full scaffold + compliance checks.

Input

$ARGUMENTS

Process

  1. Validate the four forging conditions (per ALLIANCE.md):

    • Skill complementarity: ask the user to name what each node uniquely holds. If any two nodes' domains overlap such that one could absorb the other, halt and recommend services contract instead.
    • Non-zero-sum value: ask for one artifact the alliance will ship that none of the nodes could ship alone. If none, halt.
    • Sovereignty is possible: ask for each node's declared domain. If domains collide on decision rights, halt and recommend domain reshaping.
    • Attestation is wanted: confirm each node agrees to "Built on SIP" attribution on cross-node artifacts. If any node declines, halt.
  2. Build the node declaration for each member. Enforce the full YAML schema from ALLIANCE.md § Node definition. Missing fields = node not ready; do not paper over.

  3. Scaffold the alliance repo structure:

<alliance-name>/
├── README.md             — what this alliance is, members, cadence
├── SKILL.md              — alliance protocol fingerprint
├── AGENTS.md             — per-node voices (from starlight/AGENTS.md template)
├── MEMORY.md             — cycle 0 state
└── .claude/commands/
    ├── alliance-reflect.md
    ├── alliance-decide.md
    └── <alliance-name>-specific commands as needed
  1. Write the alliance's SKILL.md — names the alliance, lists nodes, references SIP version, declares cycle cadence and attestation commitment.

  2. Write the alliance's AGENTS.md — map canonical voices (architect / sovereign-creator / protocol-defender / implementer / overseer) to declared nodes. Unfilled voices are visible gaps.

  3. Write the alliance's MEMORY.md — cycle 0 state, active commitments (empty), open forks (empty), external IDs placeholders.

  4. Install alliance-scoped commands — copy alliance-reflect.md and alliance-decide.md from starlight/.claude/commands/, customized with alliance name.

Read the full file on GitHub · 87 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. 8d ago First seen · 87 lines · 40 tokens per session scan A 25f1cb6ff45c

Subscribe to this mod's changes

alliance-forge is a command published in the GitHub repository frankxai/Starlight-Intelligence-System (8 stars, last pushed today), licensed MIT. It adds 40 tokens to every session and 951 once invoked, about $0.0002 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.