console-commands

Generates valid single-solution Lua commands for the Ace Attorney Trilogy's console.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/GPK-GIT5/AgeofEmpires4-Mod-Repo --skill console-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: console-commands
Source: https://github.com/GPK-GIT5/AgeofEmpires4-Mod-Repo/tree/main/.skills/console-commands
Command: npx skills add https://github.com/GPK-GIT5/AgeofEmpires4-Mod-Repo --skill console-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate valid Lua commands for the AoE4 Content Editor console, enforcing stateless single-expression constraints.

Core Features & Use Cases

  • Single-expression command generation: returns a single, valid Lua statement suitable for the AoE4 console.
  • Stateless constraints: ensures commands do not rely on persistent state across invocations.
  • Canonical-spec-aligned guidance: adheres to the documented constraints and formatting rules for console commands.
  • Debug and testing support: ideal for quick experimentation and validating command patterns in mods.

Quick Start

Ask for a single, stateless Lua expression that can be pasted into the AoE4 Content Editor console.

Frequently Asked Questions about console-commands

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate valid Lua commands for the AoE4 Content Editor console?

You can generate valid Lua commands for the AoE4 Content Editor console by requesting a single-expression statement designed for stateless execution. This ensures the output adheres to canonical formatting rules and safe console usage within your modding workflow.

What is a stateless single-expression Lua command in AoE4 modding?

A stateless single-expression Lua command in AoE4 modding is a standalone statement that does not rely on persistent variables across invocations. This constraint ensures safe console usage and prevents unintended side effects during debugging and experimentation.

Can I run multi-line Lua scripts in the AoE4 console for debugging?

The AoE4 console enforces stateless single-expression constraints, meaning multi-line scripts relying on persistent state are not supported. You must use single, valid Lua statements suitable for direct execution to ensure safe console usage during debugging.

How do I format Lua commands for safe console usage in AoE4?

To format Lua commands for safe console usage in AoE4, adhere to the canonical specification by ensuring each command is a single, stateless expression. This approach prevents errors and validates command patterns during in-game tooling and experimentation.

Why does my Lua console command not work in the AoE4 Content Editor?

Your Lua console command may not work in the AoE4 Content Editor if it violates stateless single-expression constraints or relies on persistent state. The console requires canonical-spec-aligned single statements to ensure valid execution and safe debugging.

Do I need prior modding experience to use the AoE4 console commands?

Using AoE4 console commands requires understanding Lua syntax and the Content Editor environment. The generated commands are ideal for quick experimentation, but you need basic modding workflow knowledge to apply them effectively for debugging and in-game tooling.