Agent skill · Design & Presentation

Prompting

Meta-prompting system for dynamic prompt generation using templates, standards, and patterns. USE WHEN meta-prompting, template generation, prompt optimization, or programmatic prompt composition.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill prompting-danielmiessler-personal-ai-infrastr-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/prompting-danielmiessler-personal-ai-infrastr-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Prompting - Meta-Prompting & Template System **Invoke when:** meta-prompting, template generation, prompt optimization, programmatic prompt composition, creating dynamic agents, generating structured prompts from data. ## Overview The Prompting skill owns ALL prompt engineering concerns: - **Standards** - Anthropic best practices, Claude 4.x patterns, empirical research - **Templates** - Handlebars-based system for programmatic prompt generation - **Tools** - Template rendering, validation, and composition utilities - **Patterns** - Reusable prompt primitives and structures ## Workflow Routing | Workflow | Trigger | File | |----------|---------|------| | **RenderTemplate** | "render template", "generate from template" | CLI tool | | **ValidateTemplate** | "validate template", "check template syntax" | CLI tool | | **ApplyStandards** | "review prompt", "optimize prompt" | Reference Standards.md | ## Core Components ### 1. Standards.md Complete prompt engineering documentation based on: - Anthropic's Claude 4.x Best Practices (November 2025) - Context engineering principles - 1,500+ academic papers on prompt optimization ### 2. Templates/ Five core primitives for programmatic promp

What's inside
Steps it walks through
  1. Overview
  2. Workflow Routing
  3. Core Components
  4. 1. Standards.md
  5. 2. Templates/
  6. 3. Tools/
  7. Examples
  8. Best Practices
  9. References
Ships with 1 file
  • metadata.json
Commands it runs
bun run $PAI_DIR/skills/Prompting/Tools/RenderTemplate.ts \
bun run $PAI_DIR/skills/Prompting/Tools/ValidateTemplate.ts \
More from claude-skill-registry
All skills →
About this skill
What does the Prompting skill do?

Meta-prompting system for dynamic prompt generation using templates, standards, and patterns. USE WHEN meta-prompting, template generation, prompt optimization, or programmatic prompt composition.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompting-danielmiessler-personal-ai-infrastr-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going