enhance-prompts

Installation
SKILL.md

enhance-prompts

Analyze prompts for clarity, structure, examples, and output reliability.

Parse Arguments

const args = '$ARGUMENTS'.split(' ').filter(Boolean);
const targetPath = args.find(a => !a.startsWith('--')) || '.';
const fix = args.includes('--fix');

Differentiation from enhance-agent-prompts

Skill Focus Use When
enhance-prompts Prompt quality (clarity, structure, examples) General prompts, system prompts, templates
enhance-agent-prompts Agent config (frontmatter, tools, model) Agent files with YAML frontmatter
Related skills
Installs
8
GitHub Stars
792
First Seen
Mar 15, 2026