enhance-prompt

Rewrites rough user requests into polished, copy-paste-ready prompts for cold AI agents.

Updated Aug 30, 2026
One-click install
npx skills add https://github.com/ryanportfolio/threejs-interview-test --skill enhance-prompt-ryanportfolio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: enhance-prompt
Source: https://github.com/ryanportfolio/threejs-interview-test/tree/main/.claude/skills/enhance-prompt
Command: npx skills add https://github.com/ryanportfolio/threejs-interview-test --skill enhance-prompt-ryanportfolio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Rough, context-dependent requests fail when pasted into a fresh AI session because the receiving agent lacks conversation history, codebase knowledge, and clear success criteria. This Skill transforms a rough request into a self-contained, platform-neutral prompt that a cold agent can act on without guessing. ## Core Features & Use Cases - Goal Extraction and Context Gathering: Identifies the real intent behind vague requests and injects file paths, line numbers, existing patterns, and current-vs-desired state so the receiver can act immediately. - Prompt Engineering Best Practices: Applies explicit action verbs, positive phrasing, XML structure for mixed content, phased workflows for risky changes, and verifiable stopping conditions. - Platform-Neutral Output: Produces a single fenced markdown prompt with no tool-specific references, plus a short note on what changed from the original input. - Use Case: You type "fix the login bug" and receive a complete prompt with repro steps, file references, scope guards, and a verification step ready to paste into any coding assistant. ## Quick Start Ask the assistant to enhance your rough request, for example: enhance this prompt — "make the dashboard faster".

Frequently Asked Questions about enhance-prompt

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

FAQPage Schema
How do I turn a rough request into a good AI prompt?▼

Provide your rough request as the argument and the Skill extracts the real goal, adds file paths and context, applies prompt engineering rules, and returns one fenced markdown prompt ready to paste into any AI session.

What makes a prompt work for a cold AI agent with no context?▼

Cold agents need explicit file paths with line numbers, current versus desired state, clear action verbs, and verification criteria. The Skill injects these elements and removes references to prior conversation the receiver cannot see.

Can the enhanced prompt be used with different AI tools?▼

Yes, the output is platform-neutral by design. It avoids tool-specific commands, named agent platforms, and UI references, so the same prompt works in coding agents, IDE assistants, or generic chat models.

When should a task be split into phases in a prompt?▼

Phase tasks that touch user-visible copy, database schemas, public APIs, payment logic, or large refactors. The Skill splits these into an audit-only phase, a user review, and a separate implementation phase to prevent costly unwanted edits.

Does this Skill execute the prompt it generates?▼

No, the Skill only produces the polished prompt as its deliverable. It explicitly does not execute the prompt or edit any files during generation.