home/productivity/lua-instructions-2

Lua.instructions

GPTClaudeDeepSeek··427 copies·updated 2026-07-14
lua-instructions-2.prompt
---
description: Lua standards for scripting and automation.
applyTo: "**/*.lua"
---

# Lua Instructions

## Style

- Keep modules small.
- Prefer explicit local variables.

## Safety

- Validate external inputs.
- Avoid dynamic `load` unless sandboxed.

## Testing

- Add tests for non-trivial transformations.

when to use it

Community prompt sourced from the open-source GitHub repo ReactSphere/awesome-copilot-agents (MIT). A "Lua.instructions" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

ReactSphere/awesome-copilot-agents · MIT