Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generates overkill, maximally-optimized prompts for coding agents and agentic services. Use this skill when you need to optimize system prompts, design custom agentic instructions, configure tool permissions, or construct robust multi-agent orchestration instructions. Triggers on requests containing: "overengineer prompt", "optimize agent instructions", "build system prompt", "agentic prompt engineering", "make agentic workflow instructions". Exclude when: requests are for general programming, s
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 31% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 88% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 194% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 150% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 79% | 0% |
This skill instructs the agent on how to build maximally-optimized, production-grade system prompts for coding agents and agentic workflows. It leverages advanced techniques in context engineering, token discipline, hooks integration, and structured output contracts to design prompts that maximize task completion rate and safety while reducing inference cost.
When tasked with generating or optimizing an agent prompt, follow these six sequential steps:
Analyze the target agent's goals and runtime environment. Identify:
To keep the active context size lean, do not read all reference files upfront. Dynamically view only the reference files matching the task requirements:
Select at least seven (7) optimization concepts from references/concept-index.md that directly benefit the target agent. You must justify your selection (e.g., "Selecting PREFIX_CACHING and TIERED_MEMORY because...").
CoT or ReAct), structured outputs (OUTPUT_CONTRACT), context discipline (TOKEN_BUDGET), and safety boundaries (SCOPE_BOUNDARIES).Draft the optimized prompt by matching the structure of assets/overkill-template.md.
Evaluate your drafted prompt by running the evaluation script:
powershellpython "${CLAUDE_SKILL_DIR}/scripts/score-prompt.py" --prompt-file <path_to_drafted_prompt>
If the prompt scores below 8.0 out of 10.0, read the JSON output's suggestions, revise the prompt, and re-run the scorer. Do not output the prompt to the user until it meets or exceeds the 8.0 threshold.
Provide the finalized prompt to the user as a markdown code block or file, accompanied by a brief summary explaining:
Other measured skills in the registry, with their headline benchmark lift.