Borrowing it
Nothing to install: this file belongs to frankxai/Starlight-Intelligence-System. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/frankxai/Starlight-Intelligence-System/main/.claude/commands/starlight-eval.mdgit clone --depth 1 https://github.com/frankxai/Starlight-Intelligence-SystemWrote 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.
[](https://agentmods.dev/commands/frankxai/starlight-intelligence-system/starlight-eval)<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/starlight-eval"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/starlight-eval.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00809 |
| Opus 5 | $0.00000 | $0.00404 |
| Sonnet 5 | $0.00000 | $0.00162 |
| Haiku 4.5 | $0.00000 | $0.00081 |
Grade A, and why
starlight-eval 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/starlight-eval
Run a Starlight Proving Ground pass — evaluate the whole Starlight Intelligence System across seven lanes, render per-lane and system verdicts with the Luminor kernel mindset, and write a scorecard receipt.
Spec: tools/proving-ground/SPEC.md · Lanes: tools/proving-ground/lanes.json
Evaluator disposition: agents/starlight-evaluator.md
Usage
/starlight-eval # full pass — all 7 lanes
/starlight-eval <lane> # single lane: model | memory | retrieval | harness | substrate | datasets | system
/starlight-eval --since <tag-or-runId> # delta against a prior scorecard
What it does
- Load
lanes.json. For each requested lane, run or read its entrypoint (compose existing infra — do NOT re-implement measurement):model→ run an arena round (tools/arena/) or read the latest receipt.memory→ runbencher.pyif corpus ≥ 50, else read lastmemory/benchmarks/.retrieval→ runtest/retrieval-eval.test.ts.harness→ runtools/run-v01-evals.mjs.substrate→ runnpm run test:substrate.datasets→ audit dataset provenance (verdict, not metric).system→ synthesize lanes 1-6.
- Evaluate each lane with the Luminor kernel mindset (Precision / Wisdom /
Transcendence). Per lane: a board verdict (PROCEED / REVISE / STOP), the metrics
with
sourceLane+baseline+delta, caveats, and the named weakness the passing numbers hide (Wisdom layer — required, never omit). - Render the system verdict via the Starlight Board pressure-test
(
/starlight-board) over the composed lane results. - Write the scorecard to
tools/proving-ground/scorecards/<runId>.jsonwithranAt,nextRunDue,cadence, and theantiGoodhartwarning (R1+R2 bindings). - Attest — embed "Built on SIP" in the scorecard. If publishing, the artifact
is Board-gated before it reaches
/research.
Rules
- Compose, never duplicate. Every metric traces to an existing lane entrypoint.
- Mechanically verified beats judged. Prefer asserts/ground-truth; when a judge is unavoidable, use a blind non-contestant (cross-family judge preferred) and say so.
- Name the weakness. A lane verdict without a named weakness is incomplete — the Wisdom layer is the point, not the score.
- Do not optimize to the score. The scorecard describes the system; it is not a target. State this in every published artifact (anti-Goodhart, R2).
- Staleness is visible.
nextRunDuepast today → the public surface shows STALE. - This command is substrate-tier: a
/starlight-evalpass is part of board-before-tag for substrate releases.
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.
- 3d ago First seen · 61 lines · 0 tokens per session scan A 0bfc88f65609
starlight-eval is a command published in the GitHub repository frankxai/Starlight-Intelligence-System (8 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 809 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-09-03.
Other commands, from other repositories
prompt-evolve
Closed prompt-evolution loop: turn a lesson into a candidate agent prompt, gate it on held-out evals, promote only if it beats the baseline. SIA Meta→Target→Feedback ported to greatcto.
hatch3r-bug-pipeline
Run a known-cause bug fix through a 3-phase test-first pipeline -- reproduce + root-cause, regression-test + fix together, then root-cause-depth review -- with full sub-agent delegation.
bugfix
TDD-driven bugfix workflow: tester writes failing test (RED) → developer fixes (GREEN) → developer refactors (REFACTOR) → reviewer validates. Accepts issue number, description, or both. Auto-creates PR unless --no-pr flag is passed.
fix
Fix a confirmed bug: a failing regression test first, then a minimal fix, then the rest of the tdd gates.
manage-skills
Analyze changed files and ensure verify- skill coverage integrity.
lint-harness
Run plugin consistency checks (agent, structure, drift).