Claude Code super powers for confidence-aware, autonomous AI assistance. Includes confidence scoring display, intelligent auto-continuation, and multi-agent planning workflows.
npx claudepluginhub BLERBZ/blerbz-pluginsDisplay confidence percentage (0-99%) alongside every Claude Code response. Analyzes response quality, task completion certainty, and context coherence.
Intelligent auto-continuation for Claude Code sessions based on confidence scoring. Automatically proceeds with 'Yes' responses when confidence threshold is met.
Multi-agent intelligence workflow for prompt understanding, clarification, and planning. Coordinates Research, Survey, and Plan agents to produce deep research synthesis, clarification surveys, and actionable roadmaps.
Enhance your Claude Code experience with confidence scores, intelligent auto-continuation, and multi-agent planning.
Three powerful plugins that supercharge Claude Code for developers working on any project:
Get real-time confidence scores (0-99%) on every Claude response. Know when to trust the output and when to dig deeper.
Your response from Claude...
---
CZ 87% 🟢
Intelligent auto-continuation based on confidence thresholds. Claude proceeds automatically when confident, asks you when uncertain.
Default: Auto-continues at 70%+ confidence, asks below that threshold.
Transform vague prompts into actionable implementation roadmaps through a multi-agent workflow:
Any developer using Claude Code to build projects:
Navigate to your project and run:
cd /path/to/your/project
curl -fsSL https://raw.githubusercontent.com/Blerbz/blerbz-plugins/main/quickstart.sh | bash -s -- --project
Restart Claude Code and you're done! ✅
Install once for all projects on your machine:
curl -fsSL https://raw.githubusercontent.com/Blerbz/blerbz-plugins/main/quickstart.sh | bash
See QUICKSTART.md for detailed installation options.
See confidence scores on every response:
/inference-confidenz:status # Check plugin status
/inference-confidenz:configure enable # Enable display
/inference-confidenz:configure disable # Disable display
/inference-confidenz:help # Full documentation
Score breakdown:
Intelligent auto-continuation:
/inference-continuez:continuez show # Show current settings
/inference-continuez:confidence 85 # Set threshold to 85%
/inference-continuez:continuez enable # Enable auto-continue
/inference-continuez:continuez disable # Disable auto-continue
Customize threshold:
# Permissive (continues more often)
export INFERENCE_CONTINUEZ_THRESHOLD=70
# Conservative (asks more often)
export INFERENCE_CONTINUEZ_THRESHOLD=90
Project-specific settings:
echo '{"confidence_threshold": 85}' > .claude/continuez.config.json
Multi-agent planning workflow:
/inference-planz:run Build user authentication
/inference-planz:planz <prompt> # Alias
/inference-planz:status # Show configuration
/inference-planz:help # Full documentation
Example:
/inference-planz:run Build a REST API for blog posts with authentication
→ Research Agent identifies: auth method, database choice, API design
→ Survey Agent asks: JWT or session-based? PostgreSQL or MongoDB?
→ Plan Agent generates: Step-by-step implementation roadmap
Install plugins directly in your project:
cd your-project
curl -fsSL https://raw.githubusercontent.com/Blerbz/blerbz-plugins/main/quickstart.sh | bash -s -- --project
Benefits:
Files created:
your-project/
├── .claude/
│ ├── plugins/
│ │ └── blerbz-plugins/
│ ├── installed_plugins.json
│ ├── settings.json
│ └── *.config.json (optional)
Install once for all projects:
curl -fsSL https://raw.githubusercontent.com/Blerbz/blerbz-plugins/main/quickstart.sh | bash
Benefits:
Files created:
~/.claude/
├── plugins/
│ ├── known_marketplaces.json
│ └── installed_plugins.json
└── settings.json
Quick global install:
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations