By sitloboi2012
CEO overlay: strategy checks, board and investor updates, 1:1 prep, weekly vision sweeps. Requires team-core.
npx claudepluginhub sitloboi2012/team-marketplace --plugin role-ceoPrepare for a company all-hands — draft the narrative, the key updates, and anticipate the questions that will come up. Produces a prep doc the CEO can skim before the meeting and a slide outline if useful. Drafts only.
Draft a monthly board / investor update. Pulls metrics, shipped work, wins, risks, and asks from team sources. Drafts only — never sends.
Assemble a dossier before a significant external customer meeting — account history, past conversations, recent usage signals, known concerns, people in the room, and 3 suggested angles. Read-only.
Capture a decision in the team's standard decision-log format and publish it to Notion. Drafts only — publishes on explicit approval. Use when the user says "this is a decision," after a decision-making meeting, or when writing up something irreversible.
Draft a monthly or milestone-triggered investor update — shorter and more personal than a formal board update. The "just keeping you posted" email that maintains the relationship between board cycles. Drafts only.
Pressure-test a product idea, strategic bet, or new initiative before committing resources. Interrogates the idea with forcing questions, demands specificity, and ends with one concrete next action. Produces a design doc, not a plan to execute. Use when you want a hard look before you build.
Build a context dossier for an upcoming 1:1 — recent Slack with this person, their Notion pages, their shipped work, open items they own, last 1:1 notes. Read-only.
Sanity-check a proposed decision, project, or initiative against the company vision and current strategic priorities. Returns an assessment with a clear recommendation.
Weekly strategic sweep. Forks an Explore subagent to scan the past week across all tools (Notion, Slack, Fathom, Drive, metrics) and return a 1-pager on what changed, what to worry about, and what to act on. Heavy — runs in isolation so it doesn't flood main context.
An internal Claude Code plugin marketplace for our team. Ships shared MCP servers (Notion, Slack, Google Workspace, Fathom) and role-specialized skills for CEO / Product Manager / Project Manager workflows.
See code.claude.com/docs if you haven't already.
Run inside Claude Code:
/plugin marketplace add <<GITHUB_ORG>>/<<REPO_NAME>>
/plugin install team-core@team-marketplace
The second command installs the shared team-core plugin. To add role-specific skills, also run one or more of:
/plugin install role-pm@team-marketplace # Product Manager skills
/plugin install role-pgm@team-marketplace # Project/Program Manager skills
/plugin install role-ceo@team-marketplace # CEO skills
Role plugins are additive — install the ones matching your hat(s). See docs/ROLES.md for what each one ships.
team-core bundles three Anthropic skills under their Apache 2.0 license (internal-comms, mcp-builder, skill-creator). Five more — docx, pdf, pptx, xlsx, doc-coauthoring — can't be redistributed, but Anthropic publishes them through their own marketplace. One extra pair of commands gets them installed the licensed way:
/plugin marketplace add anthropics/skills
/plugin install document-skills@anthropic-agent-skills # xlsx, docx, pptx, pdf
/plugin install example-skills@anthropic-agent-skills # doc-coauthoring + extras
After this, you have all 8 of the Anthropic skills plus our five team skills. See docs/VENDORED-SKILLS.md for the licensing detail.
team-core wires four MCPs out of the box. On first use of each, Claude Code prompts you to OAuth in:
uv, create a Desktop-type OAuth client in Google Cloud Console, export two env vars. Full walkthrough in docs/MCP-SETUP.md.Run /mcp inside Claude Code any time to check connection status.
After install and MCP setup, you have:
/team-core:standup, /team-core:meeting-recap, /team-core:draft-email, /team-core:slack-search, /team-core:schedule-meeting/team-core:internal-comms (company comms templates), /team-core:mcp-builder (build MCP servers), /team-core:skill-creator (create new skills) — Apache 2.0/document-skills:docx, :pdf, :pptx, :xlsx, plus example-skills:doc-coauthoring and othersplugins/team-core/CLAUDE.md — comms voice, where things live, the outbound-approval rule, meeting conventions, decision log format/plugin marketplace update team-marketplace
/plugin update team-core@team-marketplace
Open a PR. Each plugin lives under plugins/<name>/. Skills go in plugins/<name>/skills/<skill>/SKILL.md. Follow the existing frontmatter conventions. See docs/ARCHITECTURE.md for more.
team-core (MCPs + 5 team skills + 3 vendored Anthropic skills + team rules) and role plugins role-pm, role-pgm, role-ceo (4 skills each + role operating rules)ceo-mode, pm-mode, pgm-mode) wired via settings.json as default main-thread personas + SessionStart context-injection hookmeeting-pipeline plugin (opinionated auto-recap workflow) + /careful destructive-op guardrailUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Share bugs, ideas, or general feedback.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Frontend design skill for UI/UX implementation
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.