prompt-templating

Installation
SKILL.md

Prompt Templating

Transforms prompt templates with placeholders into complete prompts by filling in variables from the current task context. Ensures consistency, reduces repetition, and validates that all required variables are provided.

Overview

This skill enables you to:

  • Load prompt templates with placeholders like {variable_name}
  • Fill placeholders with values from the current context
  • Distinguish between required and optional variables
  • Provide default values for optional variables
  • Warn users about missing required variables
  • Validate and sanitize variable values

When to Use

Installs
10
First Seen
Jan 30, 2026
prompt-templating — wesley1600/claudecodeframework