Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    xrf-9527

    prompt-enhancer

    xrf-9527/prompt-enhancer
    AI & ML
    5 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Enhance and refine prompts for AI coding agents using Chain-of-Thought reasoning. Use when user asks to improve, optimize, rewrite, or enhance a prompt...

    SKILL.md

    Prompt Enhancer Skill

    Transforms vague or simple prompts into structured, high-context instructions optimized for AI coding agents.

    When to Use

    • User asks to "improve my prompt" or "make this prompt better"
    • User wants to "optimize this instruction for Codex"
    • User needs help writing a better prompt for an AI agent
    • User mentions "prompt engineering" or "rewrite this"

    Quick Start

    Run the enhance script with the user's prompt:

    python3 ~/.codex/skills/prompt-enhancer/scripts/enhance.py "user's raw prompt here"
    

    How It Works

    The enhancer applies these principles:

    1. Add Context: What project/tech stack is involved?
    2. Clarify Objective: What exactly should be accomplished?
    3. Chain of Thought: Add step-by-step reasoning instructions
    4. Define Constraints: What are the boundaries and requirements?
    5. Specify Output: What format should the result be in?

    Output Format

    The enhanced prompt follows this structure:

    # Context
    [Refined context description]
    
    # Objective
    [Precise task definition]
    
    # Step-by-Step Instructions
    1. [Step 1]
    2. [Step 2]
    ...
    
    # Constraints
    - [Constraint 1]
    - [Constraint 2]
    

    Additional Resources

    • For the system prompt template, see TEMPLATE.md

    Alternative: Use pe CLI

    If you have the pe CLI installed globally:

    pe "user's raw prompt here"
    

    Install via: npm install -g prompt-enhancer (or clone repo and npm link)

    Recommended Servers
    Thoughtbox
    Thoughtbox
    Vercel Grep
    Vercel Grep
    Gemini
    Gemini
    Repository
    xrf-9527/prompt-enhancer
    Files