| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 1 | 5 | 2 | 13% |
| Commands | 0 | 1 | 0 | 0% |
| Section tags | 1 | 0 | 3 | 25% |
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 Cursor
- + Rules
- Stack
Commands
0 shared · 1 only in A · 0 only in B- − npm i @heymegabyte/claude-skills
Section tags
1 shared · 0 only in A · 3 only in B- + code-style
- + deployment
- + do-not
- agent-behaviour
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 · .cursor/rules/emdash-skills.mdc
@@ +1 @@
1---
2description: "Emdash Skills — 14-category product-building OS. CF Workers+Hono, Angular, D1, Drizzle, Clerk, Stripe."
3alwaysApply: true
4globs: "**/*"
5---
6# Emdash Skills for Cursor
7
8Load CONVENTIONS.md for stack defaults. Load _router.md for skill routing.
914 categories (01-14), 94 reference docs, 18 agents.
10
11## Stack
12CF Workers+Hono | Angular 21+Ionic 8+PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
13
14## Rules
15- TypeScript strict, never `any`, prefer `interface` over `type`
16- Hono inline handlers for RPC type inference
17- Zod validation on all inputs
18- TDD: failing test first, Playwright 6 breakpoints
19- Dark-first design, #060610 bg, #00E5FF accent
20- Deploy to CF Workers, purge CDN after every deploy
21
22See CONVENTIONS.md for full patterns.
23
@@ −1 +1 @@
1−# Emdash Skills — Agent Instructions
1+---
2+description: "Emdash Skills — 14-category product-building OS. CF Workers+Hono, Angular, D1, Drizzle, Clerk, Stripe."
3+alwaysApply: true
4+globs: "**/*"
5+---
6+# Emdash Skills for Cursor
27
3−This repository contains 14 skill categories, 18 agents, and 94 reference docs for autonomous product building.
8+Load CONVENTIONS.md for stack defaults. Load _router.md for skill routing.
9+14 categories (01-14), 94 reference docs, 18 agents.
410
511 ## Stack
12+CF Workers+Hono | Angular 21+Ionic 8+PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
613
7−CF Workers + Hono | Angular 21 + Ionic 8 + PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
14+## Rules
15+- TypeScript strict, never `any`, prefer `interface` over `type`
16+- Hono inline handlers for RPC type inference
17+- Zod validation on all inputs
18+- TDD: failing test first, Playwright 6 breakpoints
19+- Dark-first design, #060610 bg, #00E5FF accent
20+- Deploy to CF Workers, purge CDN after every deploy
821
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`
22+See CONVENTIONS.md for full patterns.
3423
