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.
npx skills add ceoimperiumprojects/imperium-brain --skill foundergit clone --depth 1 https://github.com/ceoimperiumprojects/imperium-brainWrote 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/skills/ceoimperiumprojects/imperium-brain/founder)<a href="https://agentmods.dev/skills/ceoimperiumprojects/imperium-brain/founder"><img src="https://agentmods.dev/badge/skills/ceoimperiumprojects/imperium-brain/founder/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/skills/ceoimperiumprojects/imperium-brain/founder"><img src="https://agentmods.dev/badge/skills/ceoimperiumprojects/imperium-brain/founder.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.00158 | $0.02069 |
| Opus 5 | $0.00079 | $0.01035 |
| Sonnet 5 | $0.00032 | $0.00414 |
| Haiku 4.5 | $0.00016 | $0.00207 |
Grade A, and why
founder 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 9d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
23 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/book-insights-index.md 7.5 KB
- references/competitor-analysis.md 2.1 KB
- references/customer-development-advanced.md 6.5 KB
- references/founder-mindset.md 3.9 KB
- references/founder-productivity.md 4.9 KB
- references/go-to-market.md 2.0 KB
- references/idea-validation.md 2.8 KB
- references/lean-startup-methodology.md 6.2 KB
- references/persona-generation.md 1.6 KB
- references/user-interviews.md 2.6 KB
- scripts/founder_kb_search.py 3.6 KB runs code
- scripts/founder-kb/cli.py 32 KB runs code
- scripts/founder-kb/data/raw/.gitkeep 1 B
- scripts/founder-kb/data/raw/founders-guide-unshakeable-mind.txt 21 KB
- scripts/founder-kb/pyproject.toml 732 B
- scripts/founder-kb/src/__init__.py 38 B runs code
- scripts/founder-kb/src/chunker.py 2.6 KB runs code
- scripts/founder-kb/src/embeddings.py 888 B runs code
- scripts/founder-kb/src/epub_processor.py 767 B runs code
- scripts/founder-kb/src/pdf_processor.py 812 B runs code
- scripts/founder-kb/src/search.py 696 B runs code
- scripts/founder-kb/src/vector_store.py 17 KB runs code
- scripts/setup_founder_kb.sh 1.7 KB runs code
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.
- 9d ago First seen · 201 lines · 158 tokens per session scan A 87714e6f0dd1
founder is a skill published in the GitHub repository ceoimperiumprojects/imperium-brain (6 stars, last pushed 3mo ago), with no licence file. It adds 158 tokens to every session and 2,069 once invoked, about $0.0008 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.
Other skills, from other repositories
gitlab-helm-deploy
Generate a GitLab CI/CD pipeline and Helm chart that builds the current project with kaniko, pushes to the GitLab Container Registry, and deploys to a Kubernetes namespace via a kubeconfig CI variable. Use when the user asks to set up CI/CD, create a GitLab pipeline, write a Helm chart, containerize and deploy an app…
report
A way to export a chat card or reply as a standalone HTML report, meaning a file that can open in a browser without the chat application. It preserves the card template, including right-to-left Persian or left-to-right English layouts.
jobfit
Job-fit evaluation and discovery for job seekers — "find roles that fit me" and "should I apply to this one?" DISCOVER searches job boards for openings matching your profile; EVALUATE takes job URLs/descriptions you provide. Both research compensation, company signal, and posting legitimacy in parallel, score each…
k8s-rightsize
Right-size Kubernetes pod CPU/memory requests from real Prometheus usage data (per-pod p95 CPU, p98 memory over 7 days), compute how many nodes the cluster needs, and tune KEDA queue-based autoscaling. Use when the user asks to rightsize workloads, fix over/under-provisioned requests, cut node count or cloud cost…
done
End-of-session shipping gate — "prove it works, then ship it." Runs an evidence checklist (full test suite, lint/typecheck, build, and actually running the change — output quoted, never asserted), then a fresh-context two-stage review by a sub-agent that sees only the diff and the spec: spec-compliance first…
owasp-security
Deep OWASP reference for security reviews and secure implementation. Covers OWASP Top 10:2025, ASVS 5.0 levels, secure code patterns (injection, auth, error handling, fail-closed), language-specific security quirks for 20 languages, OWASP LLM Top 10 (2025), and Agentic AI security (2026). Use when reviewing code for…