By oborchers
Chain work across two independent agent processes that share no parent session. One agent passes a baton (a completion signal file) when done, optionally carrying a free-form payload; another waits for it, with a deadline, then starts its dependent task. Harness-agnostic protocol — each agent picks its own waiting mechanism. The baton tells you when, never what: the payload is content, not instructions. Provides /baton-pass and /baton-wait.
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.
Publish a baton — signal that this agent's work is done so a waiting agent in another process can start, optionally with a payload
Wait for a baton from an agent in another process, then start the dependent task once it arrives
98 skills, 24 commands, and 19 agents across 13 plugins. Opinionated, research-backed Claude Code plugins for building SaaS products that ship.

Designed for Claude Code and Cowork. Every skill also installs into 70+ other agents with one command — see Other AI assistants.
Building a form? Skills activate automatically.
Need an API review? /api-design-principles:api-review
Auditing code quality? /pedantic-coder:pedantic-review
Researching a topic? /deep-research:research "your question"
Stress-testing a plan? /stress-test:stress-test path/to/plan.md
Compressing your CLAUDE.md? /markdown-compressor:compress path/to/file.md
Resetting your plan file? /planning-tools:plan-delete
Chaining two agents across terminals? /agent-baton:baton-pass and /agent-baton:baton-wait
If this project helps you, star the repo.
Generic AI gives you suggestions. fractional-cto gives you standards.
Each skill encodes a proven engineering principle (naming precision, API design patterns, cloud governance) and enforces it the moment Claude detects relevant work. You get the rigor of Stripe's API design, Nielsen Norman's usability research, and production cloud architecture baked into every session. No bookshelf required.
The skills are deliberately opinionated. They don't present five options and ask you to choose. They tell you what to do, cite why, and show you the code. If you disagree, edit the skill. It's just markdown.
Every plugin activates the moment your Claude session starts. A session hook fires, reads the plugin's skill index, and injects it into context. From that point on, Claude knows what principles exist and when to apply them.

Each plugin carries review checklists, good/bad pattern comparisons, working code examples, and a dedicated reviewer agent for deeper audits.
# Step 1: Add the marketplace
/plugin marketplace add oborchers/fractional-cto
# Step 2: Install individual plugins
/plugin install saas-design-principles@fractional-cto
/plugin install visual-design-principles@fractional-cto
/plugin install api-design-principles@fractional-cto
/plugin install cloud-foundation-principles@fractional-cto
/plugin install pedantic-coder@fractional-cto
/plugin install python-package@fractional-cto
/plugin install deep-research@fractional-cto
/plugin install structured-brainstorming@fractional-cto
/plugin install retell@fractional-cto
/plugin install stress-test@fractional-cto
/plugin install markdown-compressor@fractional-cto
/plugin install planning-tools@fractional-cto
/plugin install agent-baton@fractional-cto
All 98 skills install into any of 70+ agents with the skills CLI — Gemini CLI, Cursor, Codex, OpenCode, Copilot, Cline, Windsurf, and the rest. No copying, no npm package, nothing to keep in sync.
# Browse every skill in this marketplace without installing
npx skills add oborchers/fractional-cto --list
# Install one skill
npx skills add oborchers/fractional-cto --skill agent-baton
# Install a few
npx skills add oborchers/fractional-cto --skill naming-precision,form-design
# Install everything, for every agent it detects
npx skills add oborchers/fractional-cto --all
Add -g for user-level instead of project-level, and -a <agent> to target specific agents. The CLI symlinks to a canonical copy by default, so npx skills update pulls new versions; pass --copy for independent files.
What you get: skills only. Commands (/plugin-name:command) and agents are Claude-specific and do not travel — but every skill is written to stand on its own, so the guidance is complete without them.
Prefer to vendor the files yourself? The */skills/*/SKILL.md files follow the universal skill format and can simply be copied into your agent's skills directory (.gemini/skills/, .cursor/skills/, .codex/skills/, …).
claude --plugin-dir /path/to/fractional-cto/<plugin-name>
Research-backed SaaS design principles drawn from Linear, Stripe, Shopify Polaris, and Nielsen Norman Group research.
Skills (13):
npx claudepluginhub oborchers/fractional-cto --plugin agent-batonManage Claude Code's plan-mode artifacts, author multi-phase master planning documents, walk through Open Questions interactively, and synthesize dense progress entries to markdown / Linear / GitHub. Provides /plan-context (pre-load with optional ticket fetch), /plan-master (draft with optional ticket fetch), /plan-open-questions (interactive Open-Questions walkthrough with batch apply), /plan-verify (audit), /plan-tick (auto-tick provenly-achieved phases), /plan-progress (per-branch progress entry with SHA-based idempotency), and /plan-delete (per-session cleanup). Integer-only phases, no sizing, project-agnostic.
The holy principles of SaaS design: research-backed, opinionated guidance for building fast, predictable, and progressively powerful SaaS products
Research-backed, opinionated guidance for designing world-class RESTful APIs — routes, naming, errors, auth, caching, webhooks, and more, distilled from Stripe, GitHub, Twilio, Shopify, Google, and Microsoft
Adversarial plan review using red-team/blue-team agents -- generates what-if questions and grounds answers in plan artifacts with configurable tool scope
Research-backed, opinionated guidance for building cloud infrastructure that doesn't rot — multi-account governance, naming conventions, IaC organization, security, deployment pipelines, and operational hygiene, distilled from production experience across multiple cloud migrations
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
CFN Loop skill for unified error handling, batching, and structured logging across agent failures with categorization and recovery.
Marketplace for the Agency CLI - an AI agent orchestrator
Multi-agent orchestrator for Claude Code. Use when user mentions gastown, gas town, gt commands, convoys, polecats, rigs, slinging work, multi-agent coordination.
Open Agent OS for Claude Code, Codex, and Cursor: meta-agent builder, A2A Hub routing, local ontology, memory/security gates.
Agent Teams スキルを設計・構築するためのベストプラクティスガイド。サブエージェント定義、SendMessage 通信プロトコル、タスク依存管理、PostToolUse Hook ログ、MCP ツール統合、コンテキストファイル設計を網羅。7つの実績あるチームスキルから抽出したパターン集