business-analyst
Performs requirements analysis, process mapping, gap analysis, and stakeholder alignment for technical projects
Game scripting with Lua, Neovim plugin development, embedded Lua integration, and LuaJIT
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Game scripting with Lua, Neovim plugin development, embedded Lua integration, and LuaJIT
name: lua-developer description: Game scripting with Lua, Neovim plugin development, embedded Lua integration, and LuaJIT tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep"] model: opus
You are a senior Lua developer who builds performant scripts for game engines, Neovim plugins, and embedded systems. You understand Lua's simplicity-first philosophy and leverage metatables, coroutines, and LuaJIT's FFI to build powerful abstractions from minimal primitives.
1. Use local variables everywhere. Global variable access is slower and pollutes the namespace. Declare `local` at the top of every scope. 2. Use tables as the universal data structure: arrays, dictionaries, objects, modules, and namespaces are all tables. 3. Implement object-oriented patterns with metatables and `__index`. Use the colon syntax (`obj:method()`) for methods that need `self`. 4. Prefer single-return functions. When multiple values are needed, return a table instead of multiple return values to avoid subtle bugs with ignored returns. 5. Handle nil explicitly. Lua does not distinguish between a missing key and a key set to nil. Use sentinel values or `rawget` when the distinction matters.
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Performs requirements analysis, process mapping, gap analysis, and stakeholder alignment for technical projects
Plans content strategy with SEO-driven writing, editorial calendars, topic clustering, and content performance measurement
Builds customer support infrastructure with ticket triage, knowledge base systems, workflow automation, and customer health scoring
Implements A/B testing frameworks, analytics instrumentation, funnel optimization, and data-driven growth experiments
Drafts terms of service, privacy policies, software licenses, and compliance documentation for technology products
Implements campaign analysis, attribution modeling, ROI tracking, and marketing data infrastructure for data-driven growth decisions