| 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 Gemini
- + 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 · GEMINI.md
@@ +1 @@
1# Emdash Skills for Gemini
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
7
8CF Workers+Hono | Angular 21+Ionic 8+PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
9
10## Rules
11
12- TypeScript strict, never `any`, prefer `interface` over `type`
13- Hono inline handlers for RPC type inference
14- Zod validation on all inputs
15- TDD: failing test first, Playwright 6 breakpoints
16- Dark-first design, #060610 bg, #00E5FF accent
17- Deploy to CF Workers, purge CDN after every deploy
18
19See CONVENTIONS.md for full patterns.
20
@@ −1 +1 @@
1−# Emdash Skills — Agent Instructions
1+# Emdash Skills for Gemini
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
67
7−CF Workers + Hono | Angular 21 + Ionic 8 + PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
8+CF Workers+Hono | Angular 21+Ionic 8+PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
89
9−## Usage
10+## Rules
1011
11−Load skills on demand via the skill router (`_router.md`). Each category has a `SKILL.md` with submodules listed in frontmatter.
12+- TypeScript strict, never `any`, prefer `interface` over `type`
13+- Hono inline handlers for RPC type inference
14+- Zod validation on all inputs
15+- TDD: failing test first, Playwright 6 breakpoints
16+- Dark-first design, #060610 bg, #00E5FF accent
17+- Deploy to CF Workers, purge CDN after every deploy
1218
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`
19+See CONVENTIONS.md for full patterns.
3420
