.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ceoimperiumprojects/imperium-brain
home/skills/ceoimperiumprojects/imperium-brain
ceoimperiumprojects avatar

imperium-brain

byceoimperiumprojects· 19 skills

Stars

4

Forks

1

Category

Product & Project Management

View on GitHub

TL;DR

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.

How to install imperium-brain?

ceoimperiumprojects/imperium-brain
$npx -y skills add ceoimperiumprojects/imperium-brain --skill imperium-brain

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

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 whole pack

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.

Files · 1

View on GitHub
SKILL.md
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[![Claude Code Plugin](https://img.shields.io/badge/Claude_Code-Plugin-blueviolet?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMkw0IDdWMTdMMTIgMjJMMjAgMTdWN0wxMiAyWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+)](https://github.com/ceoimperiumprojects/imperium-brain)
10[![License: MIT](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)](LICENSE)
11[![Skills](https://img.shields.io/badge/Skills-18-orange?style=for-the-badge)]()
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
23claude plugin marketplace add ceoimperiumprojects/imperium-brain
24claude plugin install imperium-brain
25```
26 
27All 18 skills activate automatically. No configuration needed.
28 
29**Try it:**
30```
31You: "Validate my startup idea: AI-powered vocal coaching"
32You: "Research all competitors in the project management space"
33You: "Write a viral LinkedIn post about our first 10 customers"
34You: "Create a pitch deck carousel for our Series A"
35You: "Build our brand identity — colors, fonts, and voice"
36 
37# Intelligent routing — it figures out what you ACTUALLY need:
38You: "Write a data-driven LinkedIn post about our market"
39 → Detects implicit research need, runs research first, then writes the post
40 
41You: "Create an on-brand carousel about competitors"
42 → Detects brand + research prerequisites, chains: brand → research → carousel
43```
44 
45---
46 
47## Architecture
48 
49```
50imperium-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 
100The 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

Preview

ceoimperiumprojects/imperium-brainceoimperiumprojects/imperium-brain

$ npx -y skills add ceoimperiumprojects/imperium-brain --skill imperium-brain

▸ installing to .claude/skills…

✓ imperium-brain ready

Repoceoimperiumprojects/imperium-brain
TypeSkills
CategoryProduct & Project Management
ForProduct ManagerDeveloper
UpdatedMay 2026
License—
First seenJul 27, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatargrill-meA relentless interview to sharpen a plan or design.SkillsJul 2026690k189k
  2. mattpocock avatartriageMove issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.SkillsJul 2026463k189k
  3. larksuite avatarlark-task飞书任务:管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更…SkillsJul 2026388k16k
  4. larksuite avatarlark-okr飞书 OKR:管理目标与关键结果。查看和编辑 OKR 周期、目标、关键结果、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。不负责:待办任务管理(lark-task)、日程/会议安排(lark-calendar)、绩效评估SkillsJul 2026324k16k
  5. obra avatarbrainstormingYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior.SkillsJul 2026301k261k
  6. mattpocock avatargrillingGrill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.SkillsJul 2026295k189k