By sitloboi2012
Project / Program Manager overlay: status reports, risk tracking, async standup digests, owner nudges. Requires team-core.
npx claudepluginhub sitloboi2012/team-marketplace --plugin role-pgmMap cross-project and cross-team dependencies, identify the critical path, and flag silent or risky dependencies. Works for one project or across a portfolio. Read-only — produces a map and recommendations, doesn't act.
Structured root-cause investigation of a team or project issue — a missed deadline, stalled initiative, customer escalation, recurring miscommunication, or production incident. Enforces "no fix without root cause", uses a 3-strike hypothesis rule, and ends with an investigation report. Produces a write-up — never takes unilateral action.
Cross-functional launch readiness check. Walks through every function (product, eng, design, marketing, support, legal, ops, data) and asks what they need done before launch, what's blocking them, and what the launch day plan is. Produces a go/no-go report.
Draft a polite, specific Slack or email nudge to the owner of a stalled item. Always drafts — never sends.
Plan a new project end-to-end — success criteria, deliverables, task breakdown (2-8h tasks), dependencies, schedule with contingency buffer, risks, and monitoring cadence. Drafts only. Use at project kickoff or when a fuzzy initiative needs structure.
Add, update, or review risks in the team's risk log. Enforces the schema (severity/likelihood/mitigation/owner) and flags stale entries.
Plan one iteration of work — a sprint (Scrum), a cycle (Shape Up), or a weekly commit (Kanban). Sets the iteration goal, selects work based on capacity and velocity, defines the commitment, and flags risks. Use at iteration kickoff.
Aggregate async standup posts from a Slack channel into a single digest — who's on what, who's blocked, what shipped yesterday. Read-only.
Produce a weekly (or custom-window) project status report aggregating shipped work, in-flight items, blockers, and risks from Notion, Slack, and GitHub. Drafts only — publishing goes through confirmation.
Produce a weekly (or custom-window) team retrospective across projects. Aggregates shipped work, per-person contributions, themes, trends vs. last retro, wins, and specific growth areas anchored in real work. Complements status-report — status is for stakeholders, retro is for the team.
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.