By jawhnycooke
On-demand Mission Control skills for the Cowork workspace: refresh the morning brief and dashboard with /today, print a one-screen pre-read for an upcoming meeting with /prep, and deep-dive a stock or ETF thesis with /research.
Prepare for an upcoming meeting. Resolves the meeting against today's calendar, pulls attendee context from contacts, memory, and the recurring-meeting register, and prints a one-screen pre-read. Use when the user says "/prep next", "/prep \"team sync\"", "who's in my next meeting", "prep me for the AWS call", or asks for context on an upcoming event. Reads only from the Mission Control workspace; writes nothing.
Deep-dive a stock or ETF in the portfolio. Pulls fundamentals and recent news from the Bigdata.com MCP, anchors the read to Jawhny's investing philosophy, and writes a thesis doc into investments/outputs/research/{ticker}-YYYY-MM-DD.md. The dashboard links the new note on its next regeneration. Use when the user says "/research NVDA", "/research VOO", "deep dive AIQ", or asks for a thesis on any ticker. Reads from the Bigdata.com MCP; writes only to investments/outputs/research/.
Re-run today's morning brief on demand, or append a follow-up to the active task list. Use when the user says "/today", "refresh my brief", "rerun the brief", "regenerate the dashboard", or types `/today add "<item>"` to capture a new follow-up. Reads and writes only the personal-morning-brief files in the Mission Control workspace (~/cowork/).
A Claude Code / Cowork plugin with three on-demand Mission Control skills for a personal Cowork workspace.
mission-control:today — re-run the morning brief and regenerate the dashboard, or append a follow-up to TASKS.md with /today add "<item>".mission-control:prep — print a one-screen pre-read for an upcoming meeting: attendees, relationship context, open threads, and what to bring.mission-control:research — deep-dive a stock or ETF with /research <TICKER>: pulls fundamentals and recent news from the Bigdata.com MCP, anchors the read to your investing philosophy, and writes a thesis note to investments/outputs/research/. Informs, never recommends buy/sell.Skills are namespaced by the plugin, so they run as /mission-control:today, /mission-control:prep, and /mission-control:research.
In Claude Code:
/plugin marketplace add jawhnycooke/mission-control
/plugin install mission-control@mission-control
For local testing without installing, point Claude Code at a clone of this repo:
claude --plugin-dir /path/to/mission-control
These skills read and write files in a Cowork "Mission Control" workspace under ~/cowork/ (for example TASKS.md, personal/data/*.json, and spec/mission-control-spec.md) and assume that workspace exists. They are read-only against connectors and never send email, Slack messages, or calendar invites, and never write to personal/inputs/.
mission-control:research additionally requires the Bigdata.com MCP for fundamentals and news, and reads investments/inputs/holdings.csv, investments/data/holdings.json, and memory/investments/philosophy.md. It writes only to investments/outputs/research/.
.claude-plugin/
├── marketplace.json # single-plugin marketplace (source: "./")
└── plugin.json # plugin manifest
skills/
├── today/SKILL.md
├── prep/SKILL.md
└── research/SKILL.md
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jawhnycooke/mission-control --plugin mission-controlInteractive translator that converts plain English descriptions into structured JSON schemas for Nano Banana Pro (Gemini 3 Pro Image). Supports marketing images, UI mockups, diagrams, data visualizations, and social graphics.
Structured collaborative document creation workflow with three stages: context gathering, refinement & structure, and reader testing. Creates professional documentation, proposals, and technical specs.
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.