| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 2 | 1 | 1 | 50% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 4 | 0 | 0 | 100% |
What each file covers
Sections
2 shared · 1 only in A · 1 only in B- − Emdash Skills for GitHub Copilot
- + Emdash Skills for Cursor
- Stack
- Rules
Commands
neither file has anySection tags
4 shared · 0 only in A · 0 only in B- code-style
- deployment
- do-not
- agent-behaviour
Line diff
heymegabyte/claude-skills · .github/copilot-instructions.md
@@ −1 @@
1# Emdash Skills for GitHub Copilot
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
heymegabyte/claude-skills · .windsurfrules
@@ +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
@@ −1 +1 @@
1−# Emdash Skills for GitHub Copilot
1+# Emdash Skills for Cursor
22
33 Load CONVENTIONS.md for stack defaults. Load _router.md for skill routing.
44 14 categories (01-14), 94 reference docs, 18 agents.
55
66 ## Stack
7−
87 CF Workers+Hono | Angular 21+Ionic 8+PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
98
109 ## Rules
11−
1210 - TypeScript strict, never `any`, prefer `interface` over `type`
1311 - Hono inline handlers for RPC type inference
1412 - Zod validation on all inputs
