By tyroneross
Classify, diagnose, rewrite, and score prompts by model tier and deployment
A/B compare two versions of a prompt with dimensional scoring and regression detection
List all prompts saved in the project-local library with their latest scores
Optimize a raw prompt for a target model tier and deployment context
Main prompt-builder entry. Dispatches to a subcommand based on your request, or lists options if unclear. Use `prompt-builder:<subcommand>` to target a specific action directly.
Persist an optimized prompt to the project-local prompt library
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that wraps the prompt-builder skill — a Prompt Policy Engine that classifies, diagnoses, rewrites, and scores prompts calibrated to model tier and deployment context.
Designed to be callable by agents, tools, and humans through a shared input/output contract.
Given a raw prompt, prompt-builder returns:
[ASSUMED: ...]) the caller should reviewTEMPERATURE_HINTCalibrates the rewrite to:
Standalone repo with symlink install (matches bookmark/build-loop pattern):
cd ~/.claude/plugins
ln -s ~/dev/git-folder/prompt-builder prompt-builder
Verify:
claude --print "List my installed plugins"
# should include prompt-builder
| Command | Purpose |
|---|---|
/prompt-builder:optimize [prompt or path] | Optimize a prompt end-to-end |
/prompt-builder:score [prompt or path] | Score-only; returns dimensional breakdown + diagnosis |
/prompt-builder:compare <a> <b> | A/B two prompt versions with regression detection |
/prompt-builder:save <id> | Persist the last optimized prompt to the library |
/prompt-builder:list [filter] | Show saved prompts and their latest scores |
Any caller can invoke the skill directly with labeled inputs. The skill returns a structured response per skills/prompt-builder/references/caller-contract.md.
Example invoking prompt (sent by an agent):
Use the `prompt-builder` skill.
raw_prompt: You are a helpful assistant. Analyze the CSV and tell me what's interesting.
model_tier: T2
deployment: plugin
output_consumer: human
risk_level: medium
Example response (abridged):
CONFIG: v1.0 | T2 | plugin | Instructional+Analytical | SCORE: 21/25 [A:4|C:5|Cs:4|D:4|Cp:4]
DIAGNOSIS:
- Ambiguity: "what's interesting" is not a deliverable
- Missing constraints: no null/type handling
- Missing context: no column descriptions, no audience
OPTIMIZED_PROMPT:
...
TEMPERATURE_HINT: 0.2
Full contract: skills/prompt-builder/references/caller-contract.md
Saved prompts live under .prompt-builder/prompts/<id>/ in the consuming project:
.prompt-builder/
├── prompts/
│ ├── summarizer/
│ │ ├── v1.md # The optimized prompt (copy-ready)
│ │ ├── v1.meta.json # tier, deployment, score, assumptions, timestamp
│ │ ├── v2.md
│ │ └── v2.meta.json
│ └── rag-reranker/
│ └── ...
└── memory/
└── lessons.md # Append-only cross-prompt insights (optional)
Versions are never overwritten — /prompt-builder:save always increments.
The plugin ships with a zero-dependency eval runner:
cd ~/dev/git-folder/prompt-builder
node evals/run-evals.mjs # run all cases
node evals/run-evals.mjs reranker-t3 # run one case
node evals/run-evals.mjs --dry # preview invoking prompts without calling claude
The runner spawns claude -p per case, parses the CONFIG line, and asserts on must_contain, must_not_contain, required_sections, and min_score. Exit code is non-zero on any failure.
prompt-builder) — the engine. Progressive disclosure via 4 reference files + 5 worked examples.MIT
npx claudepluginhub tyroneross/rosslabs-ai-toolkit --plugin prompt-builderBarbara Minto's Pyramid Principle for short-form, long-form, presentations, and audits
Coding Debugger for coding agents with debugging memory, verdict-based retrieval, pattern extraction, root-cause workflows, and parallel domain assessment.
End-to-end design tool for AI coding agents — guided UI builds, web/iOS/macOS guidance, visual checks, mockup matching, interaction testing, native scanning, native layout-fill / gap analysis
Map dependencies and analyze blast radius before changing code
Multi-phase build orchestration with native debugging: assess, plan, execute, review, iterate. Plan-verify gate on Phase 2. Optional UI design gates. Native debug-loop, debugging-memory, and logging-tracer skills provide root-cause investigation without a bundled MCP server. Orchestrator owns when-to-fire; bundled skills own procedural detail; logging-tracer-bridge is an optional escalation hop to the standalone Coding Debugger supporting plugin for extended capability.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications