Write, compile, run, test, and debug Nexa programs. Nexa is the first Harness Native Agent Language — compile .nx scripts to Python via nexa build, then execute with full autonomous agent capabilities including tool calling, semantic control flow, and Harness Native Runtime (E,T,C,S,L,V). Use this skill when asked to create or modify .nx files, install Nexa, run nexa build or nexa run, declare agents/tools/flows, write @tool functions, use autoloop/with_context/ snapshot/verify/reflect primitives, or build any AI agent application with Nexa syntax — even if the user doesn't mention Nexa by name but describes "building an AI agent with a DSL that compiles to Python." Also covers v2.2.1 Context-as-Structure (context { } block), v2.3.1 Terminal UI (std.ui DSL), and @tool edit_file for diff-style edits.
$npx -y skills add nexa-language/nexa --skill nexa-langInstalls into the current project.
Run `npx skills use "https://github.com/nexa-language/nexa" --skill "nexa-language/nexa/nexa-lang"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nexa-language/nexa" that are relevant to the current task. Run `npx skills add "https://github.com/nexa-language/nexa"` and select the relevant skills, then follow their instructions.