enhance-agent-prompts

Installation
SKILL.md

enhance-agent-prompts

Analyze agent prompt files for prompt engineering best practices.

Parse Arguments

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

Agent File Locations

Platform Global Project
Claude Code ~/.claude/agents/*.md .claude/agents/*.md
OpenCode ~/.config/opencode/agents/*.md .opencode/agents/*.md
Related skills
Installs
8
GitHub Stars
792
First Seen
Mar 15, 2026