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-4 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/ai-llm/prompting-danielmiessler-personal-ai-infrastr-4/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

## Customization **Before executing, check for user customizations at:** `~/.claude/skills/PAI/USER/SKILLCUSTOMIZATIONS/Prompting/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. ## 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) **You MUST send this notification BEFORE doing anything else when this skill is invoked.** 1. **Send voice notification**: ```bash curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow in the Prompting skill to ACTION"}' \ > /dev/null 2>&1 & ``` 2. **Output text notification**: ``` Running the **WorkflowName** workflow in the **Prompting** skill to ACTION... ``` **This is not optional. Execute this curl command immediately upon skill invocation.** # 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 en

What's inside
Steps it walks through
  1. Customization
  2. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION)
  3. Overview
  4. Core Components
  5. 1. Standards.md
  6. Usage Examples
  7. Example 1: Using Briefing Template (Agent Skill)
  8. Example 2: Using Structure Template (Workflow)
  9. Example 3: Custom Agent with Voice Mapping
  10. Integration with Other Skills
  11. Agents Skill
  12. Evals Skill
  13. Development Skill
  14. Token Efficiency
Ships with 1 file
  • metadata.json
Commands it runs
curl -s -X POST http://localhost:8888/notify \
bun run RenderTemplate.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-4 --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