14-category autonomous product-building OS for 32+ AI coding tools. One-line prompts → deployed products.
> /plugin marketplace add heymegabyte/claude-skills
Repo: heymegabyte/claude-skills
What's inside

Skills 17–19 + integration arc (2026-06)
/saas, /forge-from-openapi, /forge-webhook-handler, /generate-prp, /execute-prp, /run-evals, /audit-doctrine, /audit-mcp-fleet, /dashboard-cockpit, /drift-check, and more.bin/forge-skill-from-openapi.mjs generates a full SKILL.md + command scaffold from any OpenAPI spec./run-evals + structured rubrics + schema-validated results + regression tracking. AI-heavy behavior now has a repeatable quality gate.state-is-the-enemy, fail-fast-build-fail-soft-prod, ttfr-north-star, sync-ui-async-backing, cost-per-request-accountability, inverted-abstraction-pyramid, one-way-two-way-doors, vendor-risk-tiering, data-residency-by-default, right-to-deletion, refund-automation, documentation-as-code, production-observability-default-on, hardware-aware-programming, webhook-receiver-architecture./audit-mcp-fleet catalogs, health-checks, and version-pins every MCP in your harness.| Building... | Skills Load | Install |
|---|---|---|
| SaaS product | 01-OS → 02-Brief → 05-Arch → 06-Build → 07-QA → 08-Deploy + all agents | claude plugin install heymegabyte/claude-skills |
| API / backend | 01-OS → 05-Arch → 06-Build → 08-Deploy → 13-Observability | npm i @heymegabyte/claude-skills |
| Marketing site | 01-OS → 09-Brand → 10-Design → 11-Motion → 12-Media | npm i @heymegabyte/claude-skills |
| Features on existing project | 01-OS → 06-Build → 07-QA (skill router auto-selects from context) | claude plugin install heymegabyte/claude-skills |
| Just rules for your AI tool | No skills — use a platform variant file directly | See 32 variants below |
┌─────────────────────────────────────────────────────────────────┐
│ YOUR PROMPT │
│ "Build a SaaS for dog walkers" │
└───────────────────────────┬─────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ SKILL ROUTER │
│ Matches prompt → loads smallest useful subset of skills │
│ 01-OS always loaded │ then 02-Brief → 05-Arch → 06-Build │
└───────────────────────────┬─────────────────────────────────────┘
│
┌─────────────┼─────────────┐
▼ ▼ ▼
┌──────────┐ ┌──────────┐ ┌──────────┐
│ ARCHITECT│ │ PARALLEL │ │ PARALLEL │
│ (Opus) │ │ BUILD │ │ VERIFY │
│ │ │ 3-5 agents│ │ 3 agents │
│ repo-map │ │ frontend │ │ deploy │
│ task graph│ │ backend │ │ seo │
│ seams │ │ content │ │ visual │
└──────────┘ │ media │ │ a11y │
│ tests │ └──────────┘
└──────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ HARD GATES │
│ Playwright 6bp ✓ │ Vision ≥8/10 ✓ │ Lighthouse A11y ≥95 ✓ │
│ axe-core 0 ✓ │ SEO GREEN ✓ │ 0 errors ✓ │ Flesch ≥60 ✓ │
└───────────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────┐
│ DEPLOYED │
│ CF Workers │
│ + purged │
└──────────────┘
# GitHub Skills (recommended)
gh skill install heymegabyte/claude-skills
# Claude Code plugin
claude plugin install heymegabyte/claude-skills
# npm (includes all 32+ platform variants)
npm i @heymegabyte/claude-skills
# JSR
npx jsr add @heymegabyte/claude-skills
# OpenAI Codex
git clone https://github.com/heymegabyte/claude-skills ~/.codex/skills
# Manual
git clone https://github.com/heymegabyte/claude-skills ~/.agentskills
Auto-generated on every push to master. Each format uses native frontmatter for its tool.
| Format | Path | Notes |
|---|---|---|
| Cursor (modern) | .cursor/rules/emdash-skills.mdc | MDC frontmatter: alwaysApply: true |
| Windsurf (modern) | .windsurf/rules/emdash-skills.md | trigger: always_on |
| Augment (modern) | .augment/rules/emdash-skills.md | type: always_apply |
| Copilot (modern) | .github/instructions/emdash-skills.instructions.md | applyTo: "**" |
| OpenHands | .openhands/microagents/repo.md | Plain markdown |
| Cursor (legacy) | .cursorrules | Single-file format |
| Windsurf (legacy) | .windsurfrules | Single-file format |
| Cline | .clinerules | Single-file format |
| Copilot (legacy) | .github/copilot-instructions.md | Plain markdown |
| Augment (legacy) | .augment-guidelines | Single-file format |
| Aider | .aider-conventions.md | Plain markdown |
| Zed | .rules | Plain markdown |
| Codex | CODEX.md + .agents/skills/ | SKILL.md per category |
| Gemini CLI | GEMINI.md | Plain markdown |
| Amp | AMP.md | Plain markdown |
| Replit | replit.md | Plain markdown |
| Devin | .devin/skills/emdash/SKILL.md | SKILL.md with frontmatter |
| Goose | .goose/recipes/emdash-skills.yaml | YAML recipe format |
| AGENTS.md | AGENTS.md | Devin, Jules, Copilot, OpenHands |
| Amazon Q | .amazonq/rules/ | Directory format |
| JetBrains Junie | .junie/guidelines.md | Plain markdown |
| Trae | .trae/rules/project_rules.md | ByteDance IDE |
| Tabnine | .tabnine/guidelines/guidelines.md | Directory format |
| Kilo Code | .kilo/rules/ | Roo Code successor |
| Roo Code | .roo/rules/ | Active until May 2026 |
| Continue.dev | .continue/rules/ | Directory format |
| JetBrains AI | .aiassistant/rules/emdash-skills.md | Separate from Junie |
| Kiro (AWS) | .kiro/steering/emdash-skills.md | Workspace steering |
| Void | .void/rules/emdash-skills.md | Open-source VS Code fork |
| Qodo | QODO.MD | PR-Agent auto-detects |
| Bolt.new | .bolt/promptfile | Plain text instructions |
| Cursor BugBot | .cursor/BUGBOT.md | Per-directory code review |
┌──────────────────────────────────────────────┐
│ EMDASH SKILL MAP │
│ │
│ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ │
│ │ 01 │→ │ 02 │→ │ 03 │→ │ 04 │ │
│ │ OS │ │Brief│ │Plan │ │Pref │ │
│ │ 6 │ │ 0 │ │ 1 │ │ 3 │ │
│ └─────┘ └─────┘ └─────┘ └─────┘ │
│ │
│ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ │
│ │ 05 │→ │ 06 │→ │ 07 │→ │ 08 │ │
│ │Arch │ │Build│ │ QA │ │Ship │ │
│ │ 12 │ │ 26 │ │ 25 │ │ 10 │ │
│ └─────┘ └─────┘ └─────┘ └─────┘ │
│ │
│ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ │
│ │ 09 │→ │ 10 │→ │ 11 │→ │ 12 │ │
│ │Brand│ │ UX │ │Motn │ │Media│ │
│ │ 7 │ │ 2 │ │ 1 │ │ 10 │ │
│ └─────┘ └─────┘ └─────┘ └─────┘ │
│ │
│ ┌─────┐ ┌─────┐ ┌─────┐ │
│ │ 13 │→ │ 14 │→ │ 15 │ │
│ │Grow │ │Ideas│ │ Gen │ │
│ │ 7 │ │ 0 │ │ 9 │ │
│ └─────┘ └─────┘ └─────┘ │
│ │
│ Numbers = reference docs per category │
└──────────────────────────────────────────────┘
| # | Category | Docs | What It Handles |
|---|---|---|---|
| 01 | Operating System | 6 | Core policy, autonomy, parallelization, AI-native coding, output compression |
| 02 | Goal & Brief | — | Product thesis from a domain name, business model inference |
| 03 | Planning & Research | 1 | Competitive analysis, task decomposition, parallel workstreams |
| 04 | Preference & Memory | 3 | Voice of Customer data, user preferences, behavioral psychology |
| 05 | Architecture & Stack | 12 | CF Workers, Hono, Drizzle v1, Coolify, MCP, auth, API design, multi-tenancy |
| 06 | Build & Slice Loop | 26 | Forms, search, blog, i18n, PWA, webhooks, admin, data tables, chat |
FAQ
heymegabyte-claude-skills is a Claude Code plugin with hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it