| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 2 | 1 | 1 | 50% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 3 | 1 | 0 | 75% |
What each file covers
Sections
2 shared · 1 only in A · 1 only in B- − Emdash Skills for Cursor
- + Emdash Skills for Gemini
- Stack
- Rules
Commands
neither file has anySection tags
3 shared · 1 only in A · 0 only in B- − agent-behaviour
- code-style
- deployment
- do-not
Line diff
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
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
@@ −1 +1 @@
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
1+# Emdash Skills for Gemini
72
83 Load CONVENTIONS.md for stack defaults. Load _router.md for skill routing.
94 14 categories (01-14), 94 reference docs, 18 agents.
105
116 ## Stack
7+
128 CF Workers+Hono | Angular 21+Ionic 8+PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
139
1410 ## Rules
11+
1512 - TypeScript strict, never `any`, prefer `interface` over `type`
1613 - Hono inline handlers for RPC type inference
1714 - Zod validation on all inputs
