Run cadence-aware Delphi static analysis through DelphiAIKit wrappers, using project-context PAL for touched units, deliberate project analysis for maintained codebases, and advisory delta-oriented analysis for legacy applications, then triage findings and…
Use DelphiAIKit `global-vars` to inventory Delphi project globals, inspect declarations and usages, detect unused/shared mutable state, and assess ambiguity before refactoring globals.
Build Delphi and TMS WEB Core projects via DelphiAIKit from WSL or Windows. Use when asked to compile or rebuild a .dproj (or .dpr/.dpk with sibling .dproj), verify build output, or troubleshoot build failures.
Route DAK (DelphiAIKit) work to the correct repo-local skill. Use when Codex needs to choose between DAK build, static analysis, DFM validation, globals, dependency topology, LSP navigation, Symbol Map, semantic refactoring, or remove-with workflows before…
Inspect and validate Delphi DFM forms via `dfm-inspect`, `dfm-check`, or `build --dfmcheck`. Use whenever Codex touches Delphi forms, frames, datamodules, visual controls, event bindings, or any `.dfm`-backed UI change, even if the user only asks for a UI…
Use DelphiAIKit `lsp` for semantic Delphi symbol navigation through `definition`, `hover`, and file-scoped `symbols`, and route non-semantic questions to `deps`, `global-vars`, or text search instead of guessing. Prefer `dak-build` for compiler errors; `lsp`…
Use DelphiAIKit `remove-with` to inspect, plan, and transactionally apply conservative Delphi `with` statement rewrites. Use when Codex needs to remove or assess `with` statements, produce a safe refactoring plan, review skip reasons, or verify rollback/build…
Use DelphiAIKit project-scoped semantic commands for find-usages, rename dry-runs/apply, and dead-code review or guarded apply. Use this when Codex needs declaration-aware usage evidence, safe rename planning, conservative dead-code inspection, or explicitly…