yw-enhance

Enhance coding prompts via a four-agent pipeline with optional web search.

36|8|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/xiamuwnagwang/YCE-enhance --skill yw-enhance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yw-enhance
Source: https://github.com/xiamuwnagwang/YCE-enhance/tree/main
Command: npx skills add https://github.com/xiamuwnagwang/YCE-enhance --skill yw-enhance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

yw-enhance addresses the challenge of ambiguous or context-poor prompts by running a four-agent pipeline to produce a structured, context-rich enhanced prompt that improves AI coding assistants' understanding and responses.

Core Features & Use Cases

  • 4-agent enhancement pipeline (summary, intent, search, synthesis) to yield higher-quality prompts.
  • Local-skill context injection and AI-based skill recommendations for tailored results.
  • Auto-discovery and compatibility across multiple tools, with deterministic, time-bounded execution and a standardized <enhanced> output format.

Quick Start

Submit the prompt you want to enhance along with recent history to yw-enhance to receive an enhanced, context-rich prompt.

Frequently Asked Questions about yw-enhance

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

FAQPage Schema
How do I improve AI coding assistant responses to ambiguous prompts?

To improve AI coding assistant responses, prompt enhancement applies a deterministic four-agent pipeline that augments context, clarifies intent, and outputs a structured final prompt ready for downstream agents.

What is the best way to add context to prompts for AI coding workflows?

The best way to add context is using a prompt enhancement pipeline that injects locally installed skills as context and performs optional web searches to yield a context-rich, structured prompt.

How does prompt engineering pipeline execution handle timeouts?

Prompt engineering pipeline execution handles timeouts through scalable, time-bounded operations that ensure deterministic completion and deliver a single enhanced output block.

Do I need locally installed skills to use prompt enhancement for AI coding?

You do not need locally installed skills to use prompt enhancement, but loading them provides local-skill context injection and AI-based skill recommendations for more tailored enhancement results.

Can I automate prompt enhancement within an agent pipeline?

You can automate prompt enhancement within an agent pipeline using auto or smart triggering, which processes recent history and submits it to yield a structured enhanced prompt automatically.

Why does my AI coding assistant misunderstand my intent despite detailed instructions?

AI coding assistants misunderstand intent when prompts lack sufficient context, which a four-agent enhancement pipeline solves by applying summary, intent, search, and synthesis stages to clarify the objective.