token-map
token-map에는 etechlead에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Run JetBrains ReSharper CLI `jb cleanupcode` with the repository's narrow, versioned cleanup profile to apply safe automated cleanup edits such as removing unused `using` directives, shortening redundant qualified references, and removing redundant XAML namespace aliases. Use when the user wants ReSharper-driven cleanup changes rather than a dead-code report or a broad style rewrite.
Scan Avalonia `.axaml` style selectors for likely unused or mismatched styles by comparing `Style Selector="..."` patterns against XAML and C# usage evidence. Use when the user asks to find dead Avalonia styles, stale selector branches after control/icon migrations, or likely-unused style classes/names instead of reviewing selectors manually.
Run JetBrains ReSharper CLI `jb inspectcode` to scan .NET solutions for unused code and dead-code signals, then filter noisy `Unused*` findings into actionable removals, contract-review items, markup/binding review items, and likely false positives from generated or serializer-driven code. Use when the user asks to find unused symbols, dead code, or ReSharper `inspectcode` cleanup candidates rather than reading raw SARIF.