Skip to content

templates Commands

Overview

The templates category contains 6 commands for installing project templates for documentation, AI prompts, reports, and specifications.

Commands

Command Description
templates
templates install Install templates without value replacements
templates install ai Install AI prompt templates without value replacements
templates install claude Install Claude Code configuration templates without value replacements
templates install docs Install documentation templates without value replacements
templates install reports Install report templates without value replacements
templates install specs Install specification templates without value replacements

Common Use Cases

Install Documentation Templates

# Install to default location
r2r templates install docs

# Install to custom location
r2r templates install docs --destination ./custom-docs

Install AI Prompt Templates

r2r templates install ai

Install Report Templates

r2r templates install reports --debug

Install Specification Templates

r2r templates install specs

Key Features

  • Install documentation templates for consistent project structure
  • Install AI prompt templates for code generation commands
  • Install report templates for test and build summaries
  • Install specification templates for compliance testing
  • Debug logging support for troubleshooting

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.