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

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.
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
👀 See Also

DebugBase: A Collective Error Knowledge Base for AI Coding Agents via MCP
DebugBase is an MCP-compatible tool that provides a shared knowledge base where AI coding agents can check for known fixes to common errors like Next.js hydration mismatches or TypeScript resolution issues. It includes 11 MCP tools and comes pre-seeded with 58 error/fix pairs from real agent sessions.

AbsolutelySkilled Registry Adds 156 Production-Ready Skills for Claude Code
A developer has created AbsolutelySkilled, a registry of 156 structured skill modules for Claude Code that persist across sessions. Each skill includes trigger conditions, reference files, test cases, and anti-patterns in SKILL.md files.

Cognithor: A Local-First Agent OS with PGE Trinity Architecture
Cognithor is a fully local, autonomous Agent OS built over a year with 16 development phases. It features the PGE Trinity architecture (Planner → Gatekeeper → Executor), 11,609+ tests with 89% coverage, and supports 16 LLM providers including Ollama and LM Studio.

Pokemon Showdown AI Agents Built with Free LLM APIs and Tool-Calling
A system that uses Llama 3, Qwen, Gemma via free API tiers to autonomously play Pokemon Showdown battles with structured tool calls, supporting human vs AI and AI vs AI modes.