·prompt-enhancer
</>

prompt-enhancer

Knowledge for transforming poor or overly simple user prompts with expert-level framing. Triggers include: user explicitly asking to improve/refine/rewrite their prompt or user requesting help framing a request for another AI system.

49Installs·1Trend·@sammcj

Installation

$npx skills add https://github.com/sammcj/agentic-coding --skill prompt-enhancer

How to Install prompt-enhancer

Quickly install prompt-enhancer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/sammcj/agentic-coding --skill prompt-enhancer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: sammcj/agentic-coding.

SKILL.md

View raw

Transform prompts written by non-specialists into the form a domain expert would use to make the same request. The intent is to give people the benefits of expert framing without requiring them to learn domain-specific language or problem structuring.

Research demonstrates that AI output quality correlates strongly with input sophistication. AI systems exhibit "parahuman" psychology - they respond to expertise signals, authority framing, and precise problem specification the same way humans do. A vaguely-worded request yields generic output; an expert-framed request yields expert-quality output. This skill bridges that gap without changing what someone asks for...

| Precision | "make it faster" | "optimise page load performance" | | Decomposition | Single vague request | Broken into logical components | | Constraints | Unstated | Explicit limits, trade-offs, success criteria | | Context | Missing | System fit, standards, prior attempts | | Role framing | None | "As a database architect, review this schema" |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sammcj/agentic-coding --skill prompt-enhancer
Category
</>Dev Tools
Verified
First Seen
2026-03-04
Updated
2026-03-10

Browse more skills from sammcj/agentic-coding

Quick answers

What is prompt-enhancer?

Knowledge for transforming poor or overly simple user prompts with expert-level framing. Triggers include: user explicitly asking to improve/refine/rewrite their prompt or user requesting help framing a request for another AI system. Source: sammcj/agentic-coding.

How do I install prompt-enhancer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sammcj/agentic-coding --skill prompt-enhancer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/sammcj/agentic-coding