RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Diff/heymegabyte-claude-skills-github-copilot-instructions ↔ heymegabyte-claude-skills-agents

Comparison

A · Copilot instructions · heymegabyte/claude-skillsB · AGENTS.md · heymegabyte/claude-skills
What each file covers, counted
DimensionSharedOnly in AOnly in BOverlap
Sections12513%
Commands0010%
Section tags13025%

What each file covers

Sections

1 shared · 2 only in A · 5 only in B
  • − Emdash Skills for GitHub Copilot
  • − Rules
  • + Emdash Skills — Agent Instructions
  • + Usage
  • + Key Files
  • + For AI Coding Tools
  • + Platform Variants (30 total)
  •   Stack

Commands

0 shared · 0 only in A · 1 only in B
  • + npm i @heymegabyte/claude-skills

Section tags

1 shared · 3 only in A · 0 only in B
  • − code-style
  • − deployment
  • − do-not
  •   agent-behaviour

Line diff

+26 added−12 removed8 unchanged23.5% identical
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
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 
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 
@@ −1 +1 @@
1−# Emdash Skills for GitHub Copilot
1+# Emdash Skills — Agent Instructions
22  
3−Load CONVENTIONS.md for stack defaults. Load _router.md for skill routing.
4−14 categories (01-14), 94 reference docs, 18 agents.
3+This repository contains 14 skill categories, 18 agents, and 94 reference docs for autonomous product building.
54  
65 ## Stack
76  
8−CF Workers+Hono | Angular 21+Ionic 8+PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
7+CF Workers + Hono | Angular 21 + Ionic 8 + PrimeNG 21 | D1/Neon | Drizzle v1 | Clerk | Stripe | Inngest | Resend | Bun | Playwright v1.59+ | PostHog | Sentry
98  
10−## Rules
9+## Usage
1110  
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
11+Load skills on demand via the skill router (`_router.md`). Each category has a `SKILL.md` with submodules listed in frontmatter.
1812  
19−See CONVENTIONS.md for full patterns.
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`
2034  
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack