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.
git 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/agents/frankxai/starlight-intelligence-system/starlight-energy-sizing)<a href="https://agentmods.dev/agents/frankxai/starlight-intelligence-system/starlight-energy-sizing"><img src="https://agentmods.dev/badge/agents/frankxai/starlight-intelligence-system/starlight-energy-sizing/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.
<a href="https://agentmods.dev/agents/frankxai/starlight-intelligence-system/starlight-energy-sizing"><img src="https://agentmods.dev/badge/agents/frankxai/starlight-intelligence-system/starlight-energy-sizing.svg" alt="Reviewed on agentmods" width="80" 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.00614 |
| Opus 5 | $0.00000 | $0.00307 |
| Sonnet 5 | $0.00000 | $0.00123 |
| Haiku 4.5 | $0.00000 | $0.00061 |
Grade A, and why
starlight-energy-sizing 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 6d 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 — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
starlight-energy-sizing
Mission
Translate energy load profiles into correctly-sized PV / battery / thermal / EV-charger component specs. The agent that prevents the two most common solo-installer mistakes — undersizing (system can't carry the load) and oversizing (capital wasted on capacity that never gets used).
Scope
- Load-profile analysis from utility bills or interval data
- Solar PV array sizing — panel count, string design, inverter ratio, soiling/shading derating
- Battery sizing — usable capacity vs nameplate, DoD limits, autonomy hours, depth-of-discharge cycles
- EV charger sizing — Level 2 (240 V) vs Level 3 (DC fast) matched to dwell time and panel capacity
- Heat pump sizing — heat-loss calc, climate-zone derating, defrost-cycle overhead
- Component-spec output: BOM line items with model recommendations and rationale
Out of scope
- Cost modeling (→
starlight-energy-cost) - Installer workflow (→
starlight-energy-installer) - Grid interconnection (→
starlight-energy-grid) - Buyer-facing translation (→
starlight-energy-buyer)
Anti-patterns to flag
- Sizing from peak demand without load-profile diversity factor (over-builds 30-50%)
- Battery autonomy specified in hours without specifying which hours (4h at noon ≠ 4h at 6 PM)
- Heat pump sized for design-day temperature ignoring climate-zone shoulder months
- EV charger sized for vehicle's max accept rate without checking panel headroom
Frank DNA inheritance
Direct. Technical. Show the math, not the marketing. If the panel is 10× oversized for the load, say so plainly — don't soften it. The buyer paid for honest sizing, not a sales pitch.
References
verticals/energy-intelligence/SUB-SYSTEMS.mdskills/energy-intelligence/sizing-architecture.md- NREL PVWatts (irradiance baseline)
- IEEE 1547 (grid interconnection sizing constraints)
Built on SIP — operational-tier agent · Domain Sub-Stack Tier (Energy Intelligence) · v0.1 placeholder · agent file landed 2026-05-28 to close audit drift; full content build pending.
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.
- 6d ago First seen · 48 lines · 0 tokens per session scan A 77e9cb76921c
starlight-energy-sizing is an agent 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 614 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 agents, from other repositories
neural-memory
Cross-session cognitive persistence via Neural Memory MCP. Captures decisions, patterns, errors, insights with semantic links. Bridges file-based state (session-bridge) with semantic graph.
coder
Software engineer — implements features, writes tests, fixes bugs.
doc-reviewer
Use this agent when documentation produced by other agents needs critical review — PRDs, architecture blueprints, design specifications, API specs, and execution plans. This is a read-only reviewer — it cannot modify files. Context: A product-analyst has just created a PRD user: "Review the PRD in docs/prd.md for…
adversarial-reviewer
Internal orchestration agent for mandatory adversarial review of a newly created or revised PRD or execution plan. Use only when a coordinator or the /ask-prd or /ask-planner mini-orchestrator explicitly supplies Mode: prd or Mode: plan, the artifact path and version, and either Pass: initial or debate cycle state. Do…
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.