Build, rebuild, compiler errors, TMS WEB Core builds, --ai build hints | dak-build | Owns Delphi and WebCore project build orchestration and build failure handling |
| DFM forms, frames, datamodules, DFM stream validation | dak-dfm-check | Owns dfm-inspect, dfm-check, and build --dfmcheck |
| Static analysis, FixInsight, Pascal Analyzer, warnings cleanup | dak-static-analysis | Owns analyzer orchestration and conservative triage |
| Project globals, shared mutable state, reads/writes, unused globals | dak-global-vars | Owns global-vars inventory and JSON interpretation |
| Unit dependency graph, unresolved units, cycles, hotspot candidates | dak-project-unit-topology | Owns deps topology reports |
| Symbol definition, hover, file-scoped symbol lookup | dak-lsp | Owns editor-style semantic navigation through DelphiLSP |
| Cached project symbol index, definition lookup, symbol search, symbol description, reference-like matches | dak-symbol-map | Owns symbol-map project indexing and cache-backed lookup |
| Find usages, rename plan/apply, dead-code review/apply | dak-semantic-refactoring | Owns DAK semantic refactoring commands and transactional safety review |
with statement discovery, planning, removal, rollback reports | dak-remove-with | Owns remove-with scan/plan/apply workflow |
| Raw text, exact strings, broad repository search | no DAK skill | Use rg; do not force semantic tooling onto text search |