prompt-optimizer

Analyze draft prompts and map them to ECC components for optimized output.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill prompt-optimizer-devs6186
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-optimizer
Source: https://github.com/devs6186/claude-private-skills-agents-commands/tree/main/skills/prompt-optimizer
Command: npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill prompt-optimizer-devs6186

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Prompt Optimizer analyzes a draft prompt, identifies user intent, and maps it to ECC components (skills/commands/agents/hooks) to produce an optimized, paste-ready prompt. It is advisory-only and never executes user tasks.

Core Features & Use Cases

  • Analyze drafts to detect intent, gaps, and alignment with ECC components
  • Map prompts to ECC ecosystem elements and recommended model/agent configurations
  • Output a complete, ready-to-run optimized prompt tailored to common intents (new feature, bug fix, research, testing, etc.)
  • Provide a structured six-phase workflow (Analysis → Plan → Implement → Review → Verify → Commit) with explicit /plan and /verify invocations
  • Enforce safety and alignment constraints, and return only the optimized prompt rather than performing any execution

Quick Start

Paste your draft prompt and I will generate an optimized ECC-ready prompt.

Frequently Asked Questions about prompt-optimizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize a draft prompt for better AI output?

To optimize a draft prompt, you analyze user intent, identify gaps, and map requirements to structured components, producing a refined, paste-ready prompt. This ensures alignment with targeted conventions and safety constraints without executing the task.

What is prompt engineering mapping and when do I need it?

Prompt engineering mapping analyzes a draft to detect intent and aligns it with specific ecosystem components like skills, commands, and agents. You need it when converting vague requests into structured, ready-to-run instructions.

Can I use a structured workflow to fix vague AI prompts?

Yes, you can use a structured six-phase workflow including Analysis, Plan, Implement, Review, Verify, and Commit to systematically fix vague prompts. This enforces explicit verification steps to ensure safety and alignment before output.

Does the prompt optimization process execute my requested tasks?

No, the prompt optimization process is advisory-only and never executes user tasks. It strictly returns the analysis and the optimized prompt, ensuring you maintain full control over the actual execution phase.

What's the best way to structure prompts for complex intent analysis?

The best way to structure prompts for complex intent analysis is mapping the draft to recommended model and agent configurations. This tailors the output to specific intents like bug fixes, research, or testing scenarios.