bycan1357· 13 skills
Optimize the description prompts an AI agent reads to learn its built-in tools (the .md files under prompts/tools/). Two halves: (1) measure how much of a prompt is already inferable from the tool's JSON parameter schema + name, to prune redundancy with evidence; (2) house authoring rules for what belongs in a tool prompt vs what stays in code. Use when auditing, trimming, writing, or reviewing tool prompts, deciding what schema field descriptions already cover, or testing schema-vs-prompt overlap before deleting prompt lines.
$npx -y skills add can1357/oh-my-pi --skill tool-prompt-optimizationInstalls into the current project.
Run `npx skills use "https://github.com/can1357/oh-my-pi" --skill "can1357/oh-my-pi/tool-prompt-optimization"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/can1357/oh-my-pi" that are relevant to the current task. Run `npx skills add "https://github.com/can1357/oh-my-pi"` and select the relevant skills, then follow their instructions.