Simple Prompts Extension
This is a minimal example extension that demonstrates how to package custom agent prompts.
Structureβ
simple-prompts/
βββ radium-extension.json
βββ prompts/
β βββ code-reviewer.md
βββ README.md
Installationβ
rad extension install ./docs/extensions/examples/simple-prompts
Componentsβ
Promptsβ
code-reviewer.md- A prompt template for code review agents
Usageβ
After installation, the prompts will be discoverable by the agent system:
rad agents list
The prompts can be referenced in agent configurations using their filename (without extension).