AgentStack
SKILL verified MIT Self-run

Prompt Improver

skill-ndpvt-web-prompt-improver-prompt-improver · by ndpvt-web

Optimize prompts for better AI responses. Use when user asks to improve a prompt, refine a prompt, make a prompt better, optimize prompting, "Aristotelian", "first principles", or "proof-based" , review their prompt, or says "/improve-prompt". Transforms vague requests into clear, specific, actionable, logic-based prompts.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-ndpvt-web-prompt-improver-prompt-improver

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Prompt Improver? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Prompt Improver

Transform vague prompts into clear, specific, actionable ones for better AI responses.

Workflow

  1. Gather context - Use AskUserQuestion as many times as needed to resolve any doubts or assumptions
  1. Analyze - Identify what's unclear, missing, or ambiguous
  1. Improve - Apply the Aristotelian framework
  1. Present - Show improved prompt with key changes explained
  1. Refine - Ask if user wants adjustments

Aristotelian Mode (First Principles)

Always actived. produce a prompt that instructs the receiving LLM to reason from first principles when executing the task.

The prompt-improver does NOT do the Aristotelian reasoning itself. It crafts a prompt that tells the LLM to:

  1. Gather context from user - Ask what system capabilities, tools, and constraints exist. Bake known context (root access, AI model, available tools, domain) directly into the prompt as given axioms.
  1. Embed the reasoning directive - The improved prompt tells the LLM to:
  • Identify the atomic, irreducible truths of the task before acting
  • Interrogate each truth: "Can this be decomposed further? If removed, does the task break? Does it contradict anything?"
  • Discard anything that is not strictly necessary
  • Build the solution deductively, where every action traces to a stated axiom
  • Verify the result against the axioms at the end
  1. Structure the output prompt with these sections:

`` REASONING DIRECTIVE: [Instruct the LLM to use first-principles reasoning] GIVEN AXIOMS: [Known truths about system, capabilities, domain -- baked in] TASK: [What to accomplish] METHOD: [Tell LLM to discover task-specific axioms, interrogate them, then build deductively] VERIFICATION: [Tell LLM to check its result against its axioms] ``

Output format for Aristotelian mode:

## Analysis
[What context was embedded and why]

## Improved Prompt (Aristotelian)
[The complete prompt with reasoning directive, given axioms, task, method, and verification]

## What This Prompt Does
- Tells the LLM to [specific reasoning behavior]
- Bakes in [specific context] so the LLM does not hallucinate it

See references/aristotelian.md for the full methodology and prompt structure.

References

  • Aristotelian mode: See references/aristotelian.md for the proof-based first principles methodology
  • Examples: See references/examples.md for before/after transformations
  • Anti-patterns: See references/anti-patterns.md for common issues to fix
  • Framework details: See references/framework.md for the 6-principle improvement framework

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.