pub const EXAMPLE_REFERENCE: &str = r#"# {skill_title} API Reference
This is an example reference document that VT Code can read as needed.
## Overview
Reference docs are ideal for:
- Comprehensive API documentation
- Detailed workflow guides
- Complex multi-step processes
- Content that's only needed for specific use cases
## Usage
Include specific API endpoints, schemas, or detailed instructions here.
"#;Expand description
Example reference document template