Files
dotfiles/.claude/skills/lua-format/SKILL.md
Ismo Vuorinen 63faf4c4bf feat(claude): add fish-validate and lua-format skills
Add fish-validate skill for syntax checking and formatting .fish files,
lua-format skill for stylua formatting, and fish_indent PostToolUse hook.
2026-02-28 10:50:43 +02:00

462 B

name, description, user-invocable, allowed-tools
name description user-invocable allowed-tools
lua-format Format Lua files after editing. Apply when writing or modifying any .lua file. false Bash

After editing any .lua file, format it with stylua:

stylua <file>

Project settings are in stylua.toml (90-char line length).

If stylua is not available, skip formatting silently.

Files to never format

  • Files inside config/nvim/ managed by plugins (lazy.nvim lockfile)