| 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 · .clinerules
@@ +1 @@
1# Emdash Skills for Cursor
2
3Load CONVENTIONS.md for stack defaults. Load _router.md for skill routing.
414 categories (01-14), 94 reference docs, 18 agents.
5
6## Stack
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## Rules
10- TypeScript strict, never `any`, prefer `interface` over `type`
11- Hono inline handlers for RPC type inference
12- Zod validation on all inputs
13- TDD: failing test first, Playwright 6 breakpoints
14- Dark-first design, #060610 bg, #00E5FF accent
15- Deploy to CF Workers, purge CDN after every deploy
16
17See CONVENTIONS.md for full patterns.
18
@@ −1 +1 @@
1−# Emdash Skills — Agent Instructions
1+# Emdash Skills for Cursor
22
3−This repository contains 14 skill categories, 18 agents, and 94 reference docs for autonomous product building.
3+Load CONVENTIONS.md for stack defaults. Load _router.md for skill routing.
4+14 categories (01-14), 94 reference docs, 18 agents.
45
56 ## Stack
7+CF Workers+Hono | Angular 21+Ionic 8+PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
68
7−CF Workers + Hono | Angular 21 + Ionic 8 + PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
9+## Rules
10+- TypeScript strict, never `any`, prefer `interface` over `type`
11+- Hono inline handlers for RPC type inference
12+- Zod validation on all inputs
13+- TDD: failing test first, Playwright 6 breakpoints
14+- Dark-first design, #060610 bg, #00E5FF accent
15+- Deploy to CF Workers, purge CDN after every deploy
816
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`
17+See CONVENTIONS.md for full patterns.
3418
