Stack Variants
When installing an agent bundle, you can choose the technology stack that matches your project. The bundle templates are rendered using your selections.
Supported stacks
Backend
| Value | Stack |
|---|---|
dotnet | .NET / ASP.NET Core (default) |
python | Python |
java | Java / Spring Boot |
go | Go |
Frontend
| Value | Stack |
|---|---|
react | React (default) |
Usage
ag-skill add core-agents --backend python --frontend react
ag-skill add core-agents --backend java --frontend react
ag-skill add core-agents --backend go --frontend react
# Use defaults (dotnet + react)
ag-skill add core-agents
The --backend and --frontend flags are only applied when installing
bundle templates. They have no effect on plain skill installs.