Two files, one repository
asynkron/asynkron-skills ships 2 formats across 2 indexed files. The question worth asking is whether the second one says anything the first does not.
| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 1 | 4 | 1 | 17% |
| Commands | 0 | 1 | 0 | 0% |
| Section tags | 0 | 0 | 0 | — |
What each file covers
Sections
1 shared · 4 only in A · 1 only in B- − Available Skills
- − General (any language)
- − .NET Specific
- − How to Use
- + Skill Index
- ASYNKRON Developer Tools
Commands
0 shared · 1 only in A · 0 only in B- − dotnet test
Section tags
neither file has anyLine diff
asynkron/asynkron-skills · AGENTS.md
@@ −1 @@
1# ASYNKRON Developer Tools
2
3This repository contains reusable developer tool skills. Each skill is a self-contained instruction set in `skills/<name>/SKILL.md`.
4
5## Available Skills
6
7### General (any language)
8
9- **[api-dog-food](skills/api-dog-food/SKILL.md)** — Evaluate APIs through real tasks, measure the value and quality of their data, and produce evidence-backed keep, improve, combine, or retire decisions
10- **[cloc](skills/cloc/SKILL.md)** — Count lines of code, analyze codebase size and language breakdown
11- **[quickdup](skills/quickdup/SKILL.md)** — Detect code duplication, find clones, reduce codebase size. Includes 4 refactoring patterns for different duplication types
12- **[systematic-debug](skills/systematic-debug/SKILL.md)** — Systematic debugging with test bombs (hypothesis elimination) and layered tests (pipeline stage isolation)
13- **[continue-loop](skills/continue-loop/SKILL.md)** — Keep iterating on the next project step, with persisted loop state and verification records
14- **[palette](skills/palette/SKILL.md)** — Generate color palettes with Tailwind-scale shades using OKLCH. Supports color wheel strategies, mood presets (vibrant/pastel), and automatic normalization
15- **[uxly](skills/uxly/SKILL.md)** — Scan web pages for UI consistency issues via Chrome DevTools MCP. Detects misalignment, bad contrast, near-miss colors, inconsistent spacing, font sizes, and 40+ other design system violations. Includes pixel-accurate contrast sampling
16- **[hotmess](skills/hotmess/SKILL.md)** — Git churn analysis. Auto-detects clusters of high-churn code (by directory, filename stem, and co-change), classifies them (hotspot / spec-drift / rewrite / active dev / stable), and explains why each cluster is a problem. Optional Mermaid HTML module map.
17
18### .NET Specific
19
20- **[profile](skills/profile/SKILL.md)** — Profile .NET apps for CPU, memory, contention, exceptions, heap, and JIT inlining. Includes profiling methodology and JIT-aware optimization patterns
21- **[testrunner](skills/testrunner/SKILL.md)** — Alternative .NET test runner for flaky, hanging, crashing, OOM, and stack overflow tests. Only use when `dotnet test` fails
22- **[roslynator](skills/roslynator/SKILL.md)** — C# static analysis, auto-fix, formatting, and dead code detection
23- **[dotnet-strict](skills/dotnet-strict/SKILL.md)** — Apply strict .NET coding standards: adds Roslynator + Meziantou analyzers and a comprehensive .editorconfig with 80+ rules
24- **[pre-pr](skills/pre-pr/SKILL.md)** — Pre-PR quality gate: roslynator fix → build → test → duplication check → format → PR
25
26## How to Use
27
28Read the relevant `SKILL.md` file for the task at hand and follow its instructions. Each skill includes:
29
30- Prerequisites and installation
31- Common usage patterns
32- Key flags and options
33- Methodology and guidelines
34
asynkron/asynkron-skills · .github/copilot-instructions.md
@@ +1 @@
1# ASYNKRON Developer Tools
2
3This repository contains reusable developer tool skills in `skills/<name>/SKILL.md`. When a task matches one of these skills, read the corresponding SKILL.md and follow its instructions.
4
5## Skill Index
6
7| Skill | File | Use when |
8|-------|------|----------|
9| api-dog-food | `skills/api-dog-food/SKILL.md` | Dogfooding, auditing, improving, or rationalizing an API through real tasks |
10| cloc | `skills/cloc/SKILL.md` | Counting lines of code, codebase size analysis |
11| quickdup | `skills/quickdup/SKILL.md` | Finding code duplication, DRY violations, code cleanup |
12| systematic-debug | `skills/systematic-debug/SKILL.md` | Bug with unclear root cause, need to narrow down failing area |
13| continue-loop | `skills/continue-loop/SKILL.md` | Repeatedly choose, execute, verify, and record the next project step |
14| palette | `skills/palette/SKILL.md` | Color palettes, Tailwind shades, UI color schemes |
15| profile | `skills/profile/SKILL.md` | .NET performance, memory, contention, exceptions, JIT |
16| testrunner | `skills/testrunner/SKILL.md` | .NET tests that hang, crash, OOM, or stack overflow |
17| roslynator | `skills/roslynator/SKILL.md` | C# static analysis, auto-fix, formatting |
18| dotnet-strict | `skills/dotnet-strict/SKILL.md` | Setting up strict .NET coding standards |
19| pre-pr | `skills/pre-pr/SKILL.md` | Pre-PR quality gate for .NET projects |
20| uxly | `skills/uxly/SKILL.md` | UI consistency scanning, design system auditing via Chrome DevTools MCP |
21| hotmess | `skills/hotmess/SKILL.md` | Git churn analysis — find unstable code clusters, hotspots, spec drift, tight coupling |
22
@@ −1 +1 @@
11 # ASYNKRON Developer Tools
22
3−This repository contains reusable developer tool skills. Each skill is a self-contained instruction set in `skills/<name>/SKILL.md`.
3+This repository contains reusable developer tool skills in `skills/<name>/SKILL.md`. When a task matches one of these skills, read the corresponding SKILL.md and follow its instructions.
44
5−## Available Skills
5+## Skill Index
66
7−### General (any language)
8−
9−- **[api-dog-food](skills/api-dog-food/SKILL.md)** — Evaluate APIs through real tasks, measure the value and quality of their data, and produce evidence-backed keep, improve, combine, or retire decisions
10−- **[cloc](skills/cloc/SKILL.md)** — Count lines of code, analyze codebase size and language breakdown
11−- **[quickdup](skills/quickdup/SKILL.md)** — Detect code duplication, find clones, reduce codebase size. Includes 4 refactoring patterns for different duplication types
12−- **[systematic-debug](skills/systematic-debug/SKILL.md)** — Systematic debugging with test bombs (hypothesis elimination) and layered tests (pipeline stage isolation)
13−- **[continue-loop](skills/continue-loop/SKILL.md)** — Keep iterating on the next project step, with persisted loop state and verification records
14−- **[palette](skills/palette/SKILL.md)** — Generate color palettes with Tailwind-scale shades using OKLCH. Supports color wheel strategies, mood presets (vibrant/pastel), and automatic normalization
15−- **[uxly](skills/uxly/SKILL.md)** — Scan web pages for UI consistency issues via Chrome DevTools MCP. Detects misalignment, bad contrast, near-miss colors, inconsistent spacing, font sizes, and 40+ other design system violations. Includes pixel-accurate contrast sampling
16−- **[hotmess](skills/hotmess/SKILL.md)** — Git churn analysis. Auto-detects clusters of high-churn code (by directory, filename stem, and co-change), classifies them (hotspot / spec-drift / rewrite / active dev / stable), and explains why each cluster is a problem. Optional Mermaid HTML module map.
17−
18−### .NET Specific
19−
20−- **[profile](skills/profile/SKILL.md)** — Profile .NET apps for CPU, memory, contention, exceptions, heap, and JIT inlining. Includes profiling methodology and JIT-aware optimization patterns
21−- **[testrunner](skills/testrunner/SKILL.md)** — Alternative .NET test runner for flaky, hanging, crashing, OOM, and stack overflow tests. Only use when `dotnet test` fails
22−- **[roslynator](skills/roslynator/SKILL.md)** — C# static analysis, auto-fix, formatting, and dead code detection
23−- **[dotnet-strict](skills/dotnet-strict/SKILL.md)** — Apply strict .NET coding standards: adds Roslynator + Meziantou analyzers and a comprehensive .editorconfig with 80+ rules
24−- **[pre-pr](skills/pre-pr/SKILL.md)** — Pre-PR quality gate: roslynator fix → build → test → duplication check → format → PR
25−
26−## How to Use
27−
28−Read the relevant `SKILL.md` file for the task at hand and follow its instructions. Each skill includes:
29−
30−- Prerequisites and installation
31−- Common usage patterns
32−- Key flags and options
33−- Methodology and guidelines
7+| Skill | File | Use when |
8+|-------|------|----------|
9+| api-dog-food | `skills/api-dog-food/SKILL.md` | Dogfooding, auditing, improving, or rationalizing an API through real tasks |
10+| cloc | `skills/cloc/SKILL.md` | Counting lines of code, codebase size analysis |
11+| quickdup | `skills/quickdup/SKILL.md` | Finding code duplication, DRY violations, code cleanup |
12+| systematic-debug | `skills/systematic-debug/SKILL.md` | Bug with unclear root cause, need to narrow down failing area |
13+| continue-loop | `skills/continue-loop/SKILL.md` | Repeatedly choose, execute, verify, and record the next project step |
14+| palette | `skills/palette/SKILL.md` | Color palettes, Tailwind shades, UI color schemes |
15+| profile | `skills/profile/SKILL.md` | .NET performance, memory, contention, exceptions, JIT |
16+| testrunner | `skills/testrunner/SKILL.md` | .NET tests that hang, crash, OOM, or stack overflow |
17+| roslynator | `skills/roslynator/SKILL.md` | C# static analysis, auto-fix, formatting |
18+| dotnet-strict | `skills/dotnet-strict/SKILL.md` | Setting up strict .NET coding standards |
19+| pre-pr | `skills/pre-pr/SKILL.md` | Pre-PR quality gate for .NET projects |
20+| uxly | `skills/uxly/SKILL.md` | UI consistency scanning, design system auditing via Chrome DevTools MCP |
21+| hotmess | `skills/hotmess/SKILL.md` | Git churn analysis — find unstable code clusters, hotspots, spec drift, tight coupling |
3422
