Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
6
- **Linting**: Run `stylua .` to format Lua files.
Sign in to like and favorite skills
stylua . to format Lua files.neotest plugin. There are no specific command-line test commands..stylua.toml.
column_width = 160indent_type = "Spaces"indent_width = 2quote_style = "AutoPreferSingle"snake_case for variables and function names.PascalCase for modules that return a table with functions.pcall and xpcall for error handling where appropriate.require to import modules.