Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By Cheggin
Autonomous startup builder — idea to deployed company. 121 skills (37 OMC + 84 custom), 32 agents, deterministic skill-chain enforcement across 4 flows, hooks on all 11 Claude Code event types, bundled OMC runtime + MCP server + bridge CLI. Standalone: no dependency on the oh-my-claudecode plugin. Validated: built 3 startups (B2C, devtool, B2B SaaS) from single sentences.
npx claudepluginhub cheggin/request-for-startups --plugin startup-harnessContinuously monitors repo structure against reference repos. Detects drift in organization, missing patterns, stale files, and structural inconsistencies.
Pre-planning consultant for requirements analysis (Opus)
Strategic Architecture & Debugging Advisor (Opus, READ-ONLY)
Backend developer — builds Convex schema, API routes, server logic
Expert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategy
Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes
Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations
Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling
Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable.
Run hypothesis-driven A/B tests on the landing page, measure conversion improvements via PostHog feature flags, and report outcomes with statistical significance. Use when optimizing landing page conversion, testing CTA changes, running experiments on page elements, or analyzing funnel drop-offs.
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Your own path. Multiple stacks. Ship everything. 30 skills, 3 agents, code intelligence MCP — from shower thought to deployed product.
Lean agent skills for building, shipping, strategy, and growth — no context bloat.
A local-first startup advisor that guides founders through idea idea validation, competitors research, hypotheses generation, MVP/prototype design, and more.
Startup idea validation pipeline with 6-stage analysis, decision gates, and domain presets
Editorial "Startup Founder" bundle for Claude Code from Antigravity Awesome Skills.
Use this agent when you need to quickly create a new application prototype, MVP, or proof-of-concept within the 6-day development cycle. This agent specializes in scaffolding projects, integrating trending features, and building functional demos rapidly. Examples:\n\n<example>\nContext: Starting a new experiment or app idea\nuser: "Create a new app that helps people overcome phone anxiety"\nassistant: "I'll help you create a phone anxiety app. Let me use the rapid-prototyper agent to scaffold this project and build an MVP."\n<commentary>\nWhen starting any new project or experiment, use the rapid-prototyper to quickly set up the foundation and core features.\n</commentary>\n</example>\n\n<example>\nContext: Need to test a trending feature or viral concept\nuser: "I saw this TikTok trend about AI avatars, can we build something around that?"\nassistant: "That's a great trending opportunity! I'll use the rapid-prototyper agent to quickly build a prototype app featuring AI avatars."\n<commentary>\nFor capitalizing on trends and viral content, the rapid-prototyper can quickly create testable prototypes.\n</commentary>\n</example>\n\n<example>\nContext: Validating a business idea with minimal investment\nuser: "We need to test if people would pay for a subscription box curation app"\nassistant: "Let's validate that idea with a quick prototype. I'll use the rapid-prototyper agent to build an MVP with basic subscription and curation features."\n<commentary>\nBusiness validation requires fast prototyping to test market fit before full investment.\n</commentary>\n</example>\n\n<example>\nContext: Creating demo apps for stakeholder presentations\nuser: "We're meeting with investors next week and need to show them our vision"\nassistant: "I'll help create a compelling demo. Let me use the rapid-prototyper agent to build a functional prototype that showcases your vision."\n<commentary>\nInvestor demos and stakeholder presentations benefit from working prototypes rather than just mockups.\n</commentary>\n</example>
Deterministic phase-gated skill enforcement for AI coding agents. Blocks file edits until earlier workflow phases complete.
Autonomous AI agent that builds UIs in a loop
Executes bash commands
Hook triggers when Bash tool is used
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
An autonomous multi-agent system that takes a startup idea and builds the entire company — research, design, code, deploy, and grow.
You give it one sentence — a startup idea. It does everything else:
Works for any startup type: B2C, B2B SaaS, devtool, marketplace, hardware+software, fintech, healthcare, e-commerce.
The harness is runtime-agnostic -- it works with both Claude Code and OpenAI Codex CLI.
/plugin marketplace add Cheggin/request-for-startups
/plugin install startup-harness@harness
All 121 skills become available as /startup-harness:<skill-name> and 32 agents as @startup-harness:<agent-name>.
/startup-harness:startup-init
Install Codex CLI if you haven't already:
npm install -g @openai/codex
Then clone this repo and run the setup script:
git clone https://github.com/Cheggin/request-for-startups
cd request-for-startups
node .harness/hooks/setup.mjs --runtime codex
This generates:
| File | Purpose |
|---|---|
.codex/config.toml | Feature flags, skill paths, MCP server config |
.codex/hooks.json | All 10 enforcement hooks wired to Codex lifecycle events |
.agents/skills/ | Symlink to skills/ for Codex skill discovery |
AGENTS.md | Agent coordination contract (Codex equivalent of CLAUDE.md) |
After setup, launch Codex in the repo:
codex
Skills are available as $<skill-name> (e.g., $startup-init, $plan, $team). All hooks (scope enforcement, config protection, deploy gates, commit validation) work identically to Claude Code.
To add harness governance to any existing project:
# Copy .harness/ and skills/ into your repo, then:
node .harness/hooks/setup.mjs # auto-detects installed runtime
node .harness/hooks/setup.mjs --runtime codex # Codex only
node .harness/hooks/setup.mjs --runtime claude # Claude Code only
node .harness/hooks/setup.mjs --runtime both # both runtimes
The setup script auto-detects which CLI tools are on your PATH and generates the right config. No npm package or external dependencies required -- the hooks are vanilla Node.js.
/plugin marketplace update harness
/plugin uninstall startup-harness@harness
/plugin marketplace remove harness
Marketplace install is enough for skills, agents, hooks, and deterministic
skill-chain enforcement. If you also want the bundled MCP server (state_*,
notepad_*, wiki_*, lsp_*, ast_grep_*, python_repl) and the omc
CLI binary, clone the repo and link it:
git clone https://github.com/Cheggin/request-for-startups
cd request-for-startups
npm install # pulls ajv, ajv-formats, better-sqlite3
npm link # registers the `omc` binary on PATH
npm run test:hooks # 55 node:test assertions across all hooks
After npm install, bridge/mcp-server.cjs becomes registered as the t
MCP server (see .mcp.json) and provides the full OMC tool surface to any
session with this plugin installed. After npm link, skills that invoke
omc team start, omc teleport, omc ask codex, etc. resolve to this
plugin's bridge/cli.cjs rather than a separately-installed OMC plugin.