byceoimperiumprojects· 19 skills
The Ultimate Startup OS for Claude Code. Routes to 18 domain skills across startup ops, competitive research, and content creation. Use when the user mentions anything related to: startups, strategy, fundraising, marketing, sales, product, finance, legal, engineering, competitive research, ecosystem mapping, LinkedIn posts, carousels, presentations, slides, brand identity, tone of voice, SOPs, runbooks, video creation, API discovery, images, visual media, stock photos, or any business/startup/content topic.
$npx -y skills add ceoimperiumprojects/imperium-brain --skill imperium-brainInstalls into the current project.
Run `npx skills use "https://github.com/ceoimperiumprojects/imperium-brain" --skill "ceoimperiumprojects/imperium-brain"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ceoimperiumprojects/imperium-brain" that are relevant to the current task. Run `npx skills add "https://github.com/ceoimperiumprojects/imperium-brain"` and select the relevant skills, then follow their instructions.
| 1 | <div align="center"> |
| 2 | |
| 3 | # 🧠 imperium-brain |
| 4 | |
| 5 | ### The Ultimate Startup OS for Claude Code. |
| 6 | |
| 7 | **18 Skills** · **80+ References** · **20 Slash Commands** · **8 Sub-Agents** · **87 Evals** · **Intelligent Routing** |
| 8 | |
| 9 | [](https://github.com/ceoimperiumprojects/imperium-brain) |
| 10 | [](LICENSE) |
| 11 | []() |
| 12 | |
| 13 | > Startup ops + competitive research + content creation — all in one plugin. From pitch deck to LinkedIn viral post, from competitor analysis to brand identity. Built from **7 repos**, **10 books**, and **121K+ impressions** of proven content. |
| 14 | |
| 15 | </div> |
| 16 | |
| 17 | --- |
| 18 | |
| 19 | ## Quick Start |
| 20 | |
| 21 | ```bash |
| 22 | # Install |
| 23 | claude plugin marketplace add ceoimperiumprojects/imperium-brain |
| 24 | claude plugin install imperium-brain |
| 25 | ``` |
| 26 | |
| 27 | All 18 skills activate automatically. No configuration needed. |
| 28 | |
| 29 | **Try it:** |
| 30 | ``` |
| 31 | You: "Validate my startup idea: AI-powered vocal coaching" |
| 32 | You: "Research all competitors in the project management space" |
| 33 | You: "Write a viral LinkedIn post about our first 10 customers" |
| 34 | You: "Create a pitch deck carousel for our Series A" |
| 35 | You: "Build our brand identity — colors, fonts, and voice" |
| 36 | |
| 37 | # Intelligent routing — it figures out what you ACTUALLY need: |
| 38 | You: "Write a data-driven LinkedIn post about our market" |
| 39 | → Detects implicit research need, runs research first, then writes the post |
| 40 | |
| 41 | You: "Create an on-brand carousel about competitors" |
| 42 | → Detects brand + research prerequisites, chains: brand → research → carousel |
| 43 | ``` |
| 44 | |
| 45 | --- |
| 46 | |
| 47 | ## Architecture |
| 48 | |
| 49 | ``` |
| 50 | imperium-brain/ |
| 51 | │ |
| 52 | ├── SKILL.md # Hub router — routes to 18 skills |
| 53 | │ |
| 54 | ├── brand/ # Shared brand system |
| 55 | │ ├── brand.json # Colors, fonts (user-generated) |
| 56 | │ ├── tone-of-voice.md # Writing voice rules |
| 57 | │ └── templates/ # 5 pre-built voice templates |
| 58 | │ |
| 59 | ├── skills/ |
| 60 | │ ├── STARTUP OPS (9 skills, unchanged) |
| 61 | │ │ ├── ceo-advisor/ # Strategy, fundraising, board |
| 62 | │ │ ├── cto-advisor/ # Architecture, stack, scaling |
| 63 | │ │ ├── product-manager/ # PRDs, roadmap, RICE |
| 64 | │ │ ├── marketing/ # SEO, CRO, copy, email, growth |
| 65 | │ │ ├── sales-gtm/ # Cold email, 137 triggers, GTM |
| 66 | │ │ ├── finance/ # SaaS metrics, runway, modeling |
| 67 | │ │ ├── founder/ # Validation, interviews, mindset |
| 68 | │ │ ├── legal/ # Contracts, entity, compliance |
| 69 | │ │ └── engineering-advanced/ # Agents, RAG, MCP, CI/CD |
| 70 | │ │ |
| 71 | │ ├── RESEARCH & INTELLIGENCE (2 new) |
| 72 | │ │ ├── research/ # 9-phase competitive intelligence |
| 73 | │ │ └── api-discovery/ # Hidden API detection |
| 74 | │ │ |
| 75 | │ └── CONTENT CREATION (7 new) |
| 76 | │ ├── brand-voice/ # Brand identity + tone |
| 77 | │ ├── linkedin/ # Viral posts, 12 types, 55+ hooks |
| 78 | │ ├── carousel/ # PPTX decks, 21 layouts |
| 79 | │ ├── visual-media/ # Image/video sourcing + AI review |
| 80 | │ ├── video/ # Bridge to Remotion |
| 81 | │ ├── slides/ # HTML presentations, 12 presets |
| 82 | │ └── sop/ # SOPs, runbooks, playbooks |
| 83 | │ |
| 84 | ├── agents/ # 8 sub-agents |
| 85 | ├── commands/ # 20 slash commands |
| 86 | ├── evals/ # 87 eval scenarios |
| 87 | │ ├── evals.json # Eval definitions |
| 88 | │ ├── eval-runner.py # Automated eval runner |
| 89 | │ ├── metrics.md # Measurable metrics (4 tiers) |
| 90 | │ └── results/ # Timestamped reports |
| 91 | ├── templates/ # 6 reusable templates |
| 92 | ├── assets/ # Frameworks + checklists |
| 93 | └── hooks/ # Session start automation |
| 94 | ``` |
| 95 | |
| 96 | --- |
| 97 | |
| 98 | ## Intelligent Routing |
| 99 | |
| 100 | The hub router doesn't just match keywords — it **understands intent**. A 5-step Prompt Analysis Protocol detects when your request implicitly needs multiple skills, even if you only asked for one. |
| 101 | |
| 102 | **How it works:** |
| 103 | |
| 104 | | Step | What it does | |
| 105 | |------|-------------| |
| 106 | | **1. Extract Explicit** | Direct keyword match against 18 skills. Single match + no signals = instant route (fast path) | |
| 107 | | **2. Detect Implicit** | Scans for data signals ("data-driven", "how we stack up"), brand signals ("on-brand", "our voice"), strategy signals ("should we", "moat"), temporal ("then", "after that"), and parallel ("across all channels") | |
| 108 | | **3. Check State** | Looks at filesystem — `brand/brand.json` exists? Research files present? Skips p |