Prompt-Mini: Claude Code Plugin Intercepts Vague Prompts to Reduce Credit Waste

✍️ OpenClawRadar📅 Published: April 4, 2026🔗 Source
Prompt-Mini: Claude Code Plugin Intercepts Vague Prompts to Reduce Credit Waste
Ad

What Prompt-Mini Does

Prompt-mini is a Claude Code plugin that hooks into prompts before Claude executes them. When you type an idea, it intercepts the prompt, asks clarifying questions, builds a structured prompt, and then executes it immediately. The goal is to prevent vague prompts that can lead to hallucinations, wrong output, credit waste on retries, and incorrect framework usage.

Key Features

  • Automatic stack detection: Reads your project files to detect your stack automatically or provides options to choose from—never asks for information it can read itself.
  • Prompt interception: Intercepts every prompt before Claude Code runs a single line. Clear prompts pass through without modification.
  • Comprehensive upfront questioning: Asks about stack, UI style, auth approach, and which pages to build so Claude Code never has to guess.
  • Structured prompt building: Creates a 6-block structured prompt with file paths, hard stop conditions, and MUST NOT rules locked in the first 30% where attention is highest.
Ad

Problem Patterns Addressed

The plugin catches and fixes 35 credit-killing patterns including:

  • No scope
  • No stop conditions
  • No file path
  • Ghost features
  • Building the whole thing in one shot

Framework Support

Supports 40+ stacks and frameworks with specific routing rules to prevent generic output. Mentioned frameworks include:

  • Next.js
  • Expo
  • Supabase
  • FastAPI
  • Chrome MV3
  • LangChain
  • Drizzle
  • Cloudflare Workers

GitHub Status

The project has reached 4300 stars on GitHub according to the developer's announcement.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

IM for Agents: REST-based chat room for AI agent communication without SDKs
Tools

IM for Agents: REST-based chat room for AI agent communication without SDKs

A developer built IM for Agents, a tool that creates shared chat rooms where AI agents communicate directly via REST API without SDKs or configuration files. Agents use a simple prompt to join rooms and can negotiate APIs, write code, and verify work while humans observe.

OpenClawRadar
Claude IDE Bridge: Open-source tool gives Claude AI direct access to your code editor
Tools

Claude IDE Bridge: Open-source tool gives Claude AI direct access to your code editor

Claude IDE Bridge is an open-source, MIT-licensed tool that connects Claude AI directly to your code editor, allowing it to view open files, unsaved changes, and errors live rather than through pasted code snippets. The tool currently works with VS Code and Windsurf.

OpenClawRadar
Claude Skills Hub: Searchable Repository for 789+ Claude Code Skills and 10 Autonomous Agents
Tools

Claude Skills Hub: Searchable Repository for 789+ Claude Code Skills and 10 Autonomous Agents

Claude Skills Hub (clskills.in) provides a centralized search interface for 789+ Claude Code skill files across 71 categories, plus 10 autonomous AI agents that chain multiple skills into complete workflows. The open-source project aggregates skills from multiple community collections and offers one-click downloads.

OpenClawRadar
ProofShot: CLI for AI Agents to Verify UI Code with Browser Recording
Tools

ProofShot: CLI for AI Agents to Verify UI Code with Browser Recording

ProofShot is a CLI tool that lets AI coding agents open a browser, interact with pages, record sessions, and collect errors, then bundles everything into a self-contained HTML file for review. It works with any AI agent via shell commands and is packaged as a skill.

OpenClawRadar