wk-format
Installation
SKILL.md
Format
Reconcile user code-formatting preferences with the repo lint config; apply merged rules to every file the agent writes or edits. Repo config wins on conflict; preferences fill gaps.
When this fires
- Auto: before writing/editing any source file (any language). Runs once per repo per session → caches resolved rule set → passes it forward.
- Manual:
/wk-format→ rescan repo configs, refresh cache./wk-format rules→ print active merged rule set./wk-format check <path>→ report likely violations of merged set against an existing file (with line numbers).