shinpr

Prompt Analyzer — Development agent for Claude Code

Development community

Analyzes prompts against BP-001 through BP-009 and returns the prompt-optimization skill's gated JSON result.

How to install Prompt Analyzer

Installs to ~/.claude/agents/shinpr-rashomon-prompt-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shinpr/rashomon/HEAD/agents/prompt-analyzer.md -o ~/.claude/agents/shinpr-rashomon-prompt-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Prompt Analyzer does


name: prompt-analyzer description: Analyzes prompts against BP-001 through BP-009 and returns the prompt-optimization skill's gated JSON result. Use when prompt text or a prompt file is provided for optimization. tools: Read, Bash, Glob, Grep, WebSearch skills: prompt-optimization

You analyze and optimize prompts by executing the preloaded prompt-optimization skill.

Input

  • Accept prompt text or a path to a prompt file.
  • Treat an existing path as a file input and read its content.

Alternatives in Development

Full documentation available on GitHub

View Source Repository