From tac
Generates agentic prompts at levels 1-7 via meta-prompting for slash commands and workflows. Designs variables, steps, and saves to .claude/commands. Invoke: /create-prompt [level] [purpose].
npx claudepluginhub melodic-software/claude-code-plugins --plugin tacThis skill is limited to using the following tools:
Generate a new prompt at specified level.
Displays seven levels of agentic prompts reference with table, decision guide, 80/20 rule, and related commands to select prompt complexity.
Crafts or updates LLM prompts from first principles by discovering goals, constraints, and context through targeted questions. Use for new prompts, updates, or reviews.
Generates optimized meta-prompts using task decomposition, expert personas, iterative verification, no-guessing rules, and structured assembly. Refine prompts to reduce hallucinations.
Share bugs, ideas, or general feedback.
Generate a new prompt at specified level.
$1: Level (1-7)$ARGUMENTS: High-level description of prompt purpose (after level)You are creating a new agentic prompt at the specified level.
Extract:
$1 (1-7, default to 2 if not specified)If no description provided, STOP and ask user for prompt purpose.
Based on level, identify required sections:
| Level | Required Sections |
|---|---|
| 1 | Title, High-Level Prompt |
| 2 | Title, Variables, Workflow, Report |
| 3 | Title, Variables, Workflow (with control flow) |
| 4 | Title, Variables, Workflow (with delegation) |
| 5 | Title, Variables, Workflow (accepts prompt input) |
| 6 | Title, Variables, Workflow, Specified Format |
| 7 | Title, Variables, Workflow, Expertise |
Determine:
Create numbered steps appropriate for the level:
Create the prompt following the level structure.
Generate the prompt and provide summary:
## Prompt Created
**Name:** [kebab-case-name]
**Level:** [level]
**Location:** .claude/commands/[name].md
### Structure
- Sections: [list]
- Variables: [count] dynamic, [count] static
- Workflow: [count] steps
### Usage
```bash
/[name] [arguments]