| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 1 | 5 | 2 | 13% |
| Commands | 0 | 1 | 0 | 0% |
| Section tags | 0 | 1 | 3 | 0% |
What each file covers
Sections
1 shared · 5 only in A · 2 only in B- − Emdash Skills — Agent Instructions
- − Usage
- − Key Files
- − For AI Coding Tools
- − Platform Variants (30 total)
- + Emdash Skills for Windsurf
- + Rules
- Stack
Commands
0 shared · 1 only in A · 0 only in B- − npm i @heymegabyte/claude-skills
Section tags
0 shared · 1 only in A · 3 only in B- − agent-behaviour
- + code-style
- + deployment
- + do-not
Line diff
heymegabyte/claude-skills · AGENTS.md
@@ −1 @@
1# Emdash Skills — Agent Instructions
2
3This repository contains 14 skill categories, 18 agents, and 94 reference docs for autonomous product building.
4
5## Stack
6
7CF Workers + Hono | Angular 21 + Ionic 8 + PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
8
9## Usage
10
11Load skills on demand via the skill router (`_router.md`). Each category has a `SKILL.md` with submodules listed in frontmatter.
12
13## Key Files
14
15- `CONVENTIONS.md` — shared constants, patterns, stack config
16- `_router.md` — routes prompts to smallest useful skill subset
17- `SKILL_PROFILES.md` — default bundles by product type (SaaS, API, Marketing, etc.)
18- `llms.txt` — LLM-optimized index of all skills
19
20## For AI Coding Tools
21
22This repo is compatible with the agentskills.io open standard. Skills work in Claude Code, OpenAI Codex, Cursor, GitHub Copilot, VS Code, Windsurf, Augment, OpenHands, Gemini CLI, and 30+ other tools.
23
24## Platform Variants (30 total)
25
26Modern formats: `.cursor/rules/` (MDC) | `.windsurf/rules/` (trigger frontmatter) | `.augment/rules/` (type frontmatter) | `.github/instructions/` (applyTo frontmatter) | `.openhands/microagents/` | `.aiassistant/rules/` | `.kiro/steering/` | `.void/rules/`
27Legacy formats: `.cursorrules` | `.windsurfrules` | `.clinerules` | `.rules` | `.augment-guidelines` | `.aider-conventions.md` | `.github/copilot-instructions.md`
28Named formats: `AGENTS.md` | `GEMINI.md` | `AMP.md` | `CODEX.md` | `QODO.MD` | `replit.md`
29Directory formats: `.amazonq/rules/` | `.junie/` | `.trae/rules/` | `.tabnine/guidelines/` | `.kilo/rules/` | `.roo/rules/` | `.continue/rules/` | `.agents/skills/` | `.bolt/` | `.cursor/BUGBOT.md`
30
31Install: `claude plugin install heymegabyte/claude-skills`
32Codex: Clone into `~/.codex/skills/` or `.agents/skills/`
33npm: `npm i @heymegabyte/claude-skills`
34
heymegabyte/claude-skills · .windsurf/rules/emdash-skills.md
@@ +1 @@
1---
2trigger: always_on
3description: "Emdash Skills — 14-category product-building OS for Windsurf."
4---
5# Emdash Skills for Windsurf
6
7Load CONVENTIONS.md for stack defaults. Load _router.md for skill routing.
814 categories (01-14), 94 reference docs, 18 agents.
9
10## Stack
11CF Workers+Hono | Angular 21+Ionic 8+PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
12
13## Rules
14- TypeScript strict, never `any`, prefer `interface` over `type`
15- Hono inline handlers for RPC type inference
16- Zod validation on all inputs
17- TDD: failing test first, Playwright 6 breakpoints
18- Dark-first design, #060610 bg, #00E5FF accent
19- Deploy to CF Workers, purge CDN after every deploy
20
21See CONVENTIONS.md for full patterns.
22
@@ −1 +1 @@
1−# Emdash Skills — Agent Instructions
1+---
2+trigger: always_on
3+description: "Emdash Skills — 14-category product-building OS for Windsurf."
4+---
5+# Emdash Skills for Windsurf
26
3−This repository contains 14 skill categories, 18 agents, and 94 reference docs for autonomous product building.
7+Load CONVENTIONS.md for stack defaults. Load _router.md for skill routing.
8+14 categories (01-14), 94 reference docs, 18 agents.
49
510 ## Stack
11+CF Workers+Hono | Angular 21+Ionic 8+PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
612
7−CF Workers + Hono | Angular 21 + Ionic 8 + PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
13+## Rules
14+- TypeScript strict, never `any`, prefer `interface` over `type`
15+- Hono inline handlers for RPC type inference
16+- Zod validation on all inputs
17+- TDD: failing test first, Playwright 6 breakpoints
18+- Dark-first design, #060610 bg, #00E5FF accent
19+- Deploy to CF Workers, purge CDN after every deploy
820
9−## Usage
10−
11−Load skills on demand via the skill router (`_router.md`). Each category has a `SKILL.md` with submodules listed in frontmatter.
12−
13−## Key Files
14−
15−- `CONVENTIONS.md` — shared constants, patterns, stack config
16−- `_router.md` — routes prompts to smallest useful skill subset
17−- `SKILL_PROFILES.md` — default bundles by product type (SaaS, API, Marketing, etc.)
18−- `llms.txt` — LLM-optimized index of all skills
19−
20−## For AI Coding Tools
21−
22−This repo is compatible with the agentskills.io open standard. Skills work in Claude Code, OpenAI Codex, Cursor, GitHub Copilot, VS Code, Windsurf, Augment, OpenHands, Gemini CLI, and 30+ other tools.
23−
24−## Platform Variants (30 total)
25−
26−Modern formats: `.cursor/rules/` (MDC) | `.windsurf/rules/` (trigger frontmatter) | `.augment/rules/` (type frontmatter) | `.github/instructions/` (applyTo frontmatter) | `.openhands/microagents/` | `.aiassistant/rules/` | `.kiro/steering/` | `.void/rules/`
27−Legacy formats: `.cursorrules` | `.windsurfrules` | `.clinerules` | `.rules` | `.augment-guidelines` | `.aider-conventions.md` | `.github/copilot-instructions.md`
28−Named formats: `AGENTS.md` | `GEMINI.md` | `AMP.md` | `CODEX.md` | `QODO.MD` | `replit.md`
29−Directory formats: `.amazonq/rules/` | `.junie/` | `.trae/rules/` | `.tabnine/guidelines/` | `.kilo/rules/` | `.roo/rules/` | `.continue/rules/` | `.agents/skills/` | `.bolt/` | `.cursor/BUGBOT.md`
30−
31−Install: `claude plugin install heymegabyte/claude-skills`
32−Codex: Clone into `~/.codex/skills/` or `.agents/skills/`
33−npm: `npm i @heymegabyte/claude-skills`
21+See CONVENTIONS.md for full patterns.
3422
