Skip to main content

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).