Agent packages
An agent package is a versioned set of agent definitions, prompts, instructions, and defaults. NEPOPSX enriches that package for a repository and renders provider-specific files from one managed model.
Install an agent
Install by package name using agent install. Use --pkg-version for a specific release, or --providers to choose rendering targets (an unrecognized provider is reported with a suggestion rather than silently ignored). The default path tailors the agent to your repo through your own editor; --system skips tailoring and installs the generic defaults, intended for CI or headless runs.
What a package can contain
Packages coordinate more than a single prompt.
- Primary and specialist agent definitions
- Prompts and task entry points
- Instruction and standards files
- Default configuration and supporting schemas
Render provider files
After install or configuration changes, preview and sync. NEPOPSX translates the canonical package into the file conventions required by each selected provider.



