
from yce-enhance11
Agent skill that enhances fuzzy code-related requests and/or locates implementation in a codebase; outputs structured XML results for downstream processing.
YCE provides a reliable way for agents to handle code-focused tasks: it can enhance vague developer requests into clearer prompts and/or locate the relevant code in a repository. It returns a structured XML payload describing the resolved action (enhance, search, or enhance_then_search), enhancement prompts, and search results. The skill enforces running searches inside the target project directory and expects long timeouts for enhance flows.
Use YCE whenever a task involves finding code ('where is this logic implemented'), improving a prompt before running code-modifying actions, or when an agent must produce an actionable code location before making changes. It's specifically designed for agent chains that require an explicit code-localization step.
Best for agents that can run Node.js scripts and consume XML output (automation agents, code-focused assistants, CI automation).
This skill has not been reviewed by our automated audit pipeline yet.