Starlight-Intelligence-System: Command for Claude Code

.claude/commands/discover-genius.md

discover-genius is a command for Claude Code from frankxai/Starlight-Intelligence-System. It costs 49 tokens per session (1,495 once invoked), scanned A, original, MIT.

A guided review of a person's existing work and ideas to identify the patterns and abilities that make their contribution distinctive. It produces a Genius Profile and a Freedom Path, which sorts activities into four groups.

In plain words
What is it for?
Use it when you can provide three to five representative sources such as documents, posts, screenshots, or recordings. It is the starting point for the related intelligence systems.
Why use it?
It replaces a vague search for strengths with evidence from the person's own material. It also helps separate work only they should do from work they could stop, delegate, or redesign.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is frankxai/Starlight-Intelligence-System's own configuration. It tells Claude Code how to work on Starlight-Intelligence-System 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 Starlight-Intelligence-System configures →

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

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/frankxai/Starlight-Intelligence-System/main/.claude/commands/discover-genius.md
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 discover-genius

README.md
[![agentmods](https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/discover-genius/github.svg)](https://agentmods.dev/commands/frankxai/starlight-intelligence-system/discover-genius)
Your own site
<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/discover-genius"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/discover-genius/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 discover-genius

Your own site · 80×15
<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/discover-genius"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/discover-genius.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,495 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.00049 $0.01495
Opus 5 $0.00024 $0.00747
Sonnet 5 $0.00010 $0.00299
Haiku 4.5 $0.00005 $0.00150

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

Security

Grade A, and why

discover-genius 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 10d 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/discover-genius.md · 130 lines

How it starts

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

/discover-genius

Load SIP.md, VOICES.md, agents/starlight-genius.md, skills/intelligence/genius-excavation.md. Excavate the person's genius from the corpus they provide. Produce Genius Profile + Freedom Path. Hand off to exactly one downstream command.

Input

$ARGUMENTS

Process

  1. Ingest. Identify the person. Collect corpus from the sources named in $ARGUMENTS. If no corpus is provided — only a name or a free-text description — halt and return:

    "Need corpus to excavate. Provide 3–5 sources of your material (Canva, Google Drive, local Documents, Notion, screenshots, past posts/essays, recorded sessions). You do not need to send everything — just point me at representative samples from each source."

    Do not proceed without corpus.

  2. Recognize. Scan the corpus for repeated frameworks. A pattern is only named if it recurs ≥3 times across corpus items. Record observed-in sources for each framework.

  3. Cross-reference. Identify the ≥2 fields this person blends. Name the compounding edge.

  4. Voice-sample. Extract 10–15 distinctive words or phrases, and 5–7 real quotes from the corpus with source citations.

  5. Sort. For every activity referenced in the corpus, assign exactly one bucket: KEEP / DELEGATE / AUTOMATE / KILL. All four buckets must be populated before synthesis.

  6. Synthesize. Generate the two documents using the output shape below.

  7. Save. Create genius/ directory if missing. Write:

    • genius/profile-<slug>.md
    • genius/freedom-path-<slug>.md

    Where <slug> is the person's name in kebab-case. Both files must include the "Built on SIP" attestation block. Personal-genius data lives in the person's instance only — do not write to any public vault.

  8. Hand off. Name exactly one next move from the downstream menu. Never two. Do not offer optionality.

Output format

# Genius Profile — <Person Name> — <YYYY-MM-DD>

## Signal (what only you uniquely see)
<2-3 sentences naming the lens only this person brings. Specific, not generic.>

## Frameworks you keep rebuilding (≥3)
1. **<framework name>** — <one-line description> (observed in: <sources>)
2. **<framework name>** — <one-line description> (observed in: <sources>)
3. **<framework name>** — <one-line description> (observed in: <sources>)

## Distinctive vocabulary (fingerprint)
- "<word/phrase>" — <context of use>
- "<word/phrase>" — <context of use>
- (10–15 items total)

## Cross-domain synthesis (your compounding edge)
**<Field A> × <Field B> [× <Field C>]** = <the resulting unique edge, named in the person's register>

## Voice samples (how you uniquely say it)
1. "<direct quote>" — <source>
2. "<direct quote>" — <source>
3. "<direct quote>" — <source>
4. "<direct quote>" — <source>
5. "<direct quote>" — <source>
(5–7 items total)

---

# Freedom Path — <Person Name> — <YYYY-MM-DD>

## KEEP (genius work — only you can do)
- <task/activity>
- <task/activity>
- ...

## DELEGATE (executor work — anyone trained can do)
- <task/activity>
- <task/activity>
- ...

## AUTOMATE (system work — AI/workflow can do)
- <task/activity>
- <task/activity>
- ...

## KILL (compounds nothing — stop doing)
- <task/activity>
- <task/activity>
- ...

## Next moves
1. Handover executor onboarding → `/train-executor <executor-name>` (from DELEGATE bucket)
2. Content pipeline from frameworks → `/creator-pipeline` (from KEEP bucket, modalized)
3. Second-brain architecture → `/reclaim-knowledge` (organize what's been scattered)
4. Business-layer design → (future) `/build-business`

**Named next move for this person:** `/<command>` — <one-line rationale>

---

**Built on SIP** — Starlight Intelligence Protocol
- Substrate: starlightintelligence.org/protocol v1.1.0
- Layers used: [file-contract, attestation, commands, sovereignty]
- Verticals: [email protected] (GIS alpha)
- Generated: <ISO date>
---

Read the full file on GitHub · 130 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. 10d ago First seen · 130 lines · 49 tokens per session scan A 01d95f0a038a

Subscribe to this mod's changes

discover-genius is a command published in the GitHub repository frankxai/Starlight-Intelligence-System (8 stars, last pushed today), licensed MIT. It adds 49 tokens to every session and 1,495 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.