# ASYNKRON Developer Tools

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.

## Skill Index

| Skill | File | Use when |
|-------|------|----------|
| api-dog-food | `skills/api-dog-food/SKILL.md` | Dogfooding, auditing, improving, or rationalizing an API through real tasks |
| cloc | `skills/cloc/SKILL.md` | Counting lines of code, codebase size analysis |
| quickdup | `skills/quickdup/SKILL.md` | Finding code duplication, DRY violations, code cleanup |
| systematic-debug | `skills/systematic-debug/SKILL.md` | Bug with unclear root cause, need to narrow down failing area |
| continue-loop | `skills/continue-loop/SKILL.md` | Repeatedly choose, execute, verify, and record the next project step |
| palette | `skills/palette/SKILL.md` | Color palettes, Tailwind shades, UI color schemes |
| profile | `skills/profile/SKILL.md` | .NET performance, memory, contention, exceptions, JIT |
| testrunner | `skills/testrunner/SKILL.md` | .NET tests that hang, crash, OOM, or stack overflow |
| roslynator | `skills/roslynator/SKILL.md` | C# static analysis, auto-fix, formatting |
| dotnet-strict | `skills/dotnet-strict/SKILL.md` | Setting up strict .NET coding standards |
| pre-pr | `skills/pre-pr/SKILL.md` | Pre-PR quality gate for .NET projects |
| uxly | `skills/uxly/SKILL.md` | UI consistency scanning, design system auditing via Chrome DevTools MCP |
| hotmess | `skills/hotmess/SKILL.md` | Git churn analysis — find unstable code clusters, hotspots, spec drift, tight coupling |
