help
Show Inference Confidenz help and documentation
Works with
---
name: help
description: Show Inference Confidenz help and documentation
license: MIT
---
# Inference Confidenz Help
Display the help documentation for the Inference Confidenz plugin.
## Overview
**Inference Confidenz** displays a confidence percentage (0-99%) alongside every Claude Code response. It analyzes:
- Response quality and completeness
- Task completion certainty
- Hedging vs. definitive language
- Error indicators and unresolved issues
- Context coherence across sessions
## Commands
| Command | Description |
|---------|-------------|
| `/inference-confidenz:help` | Show this help |
| `/inference-confidenz:configure` | Configure settings |
| `/inference-confidenz:status` | Show current status |
## Confidence Levels
- **High (75-99%)**: Strong completion, definitive language, no errors
- **Medium (40-74%)**: Partial completion, some uncertainty
- **Low (0-39%)**: Hedging language, errors present, incomplete
## Configuration
Create `.claude/confidenz.config.json`:
```json
{
"enabled": true,
"display": "minimal",
"logHistory": false,
"thresholds": {
"high": 75,
"medium": 40
}
}
```
## Display Formats
- `minimal`: `CZ 87%`
- `detailed`: `CZ 87% [high]`
## Environment Variables
- `CONFIDENZ_ENABLED`: Set to `false` to disable
- `CONFIDENZ_DISPLAY`: Set display format
## Links
- GitHub: https://github.com/Blerbz/blerbz-plugins
- Issues: https://github.com/Blerbz/blerbz-plugins/issuesMore Writing & Documentation skills
paper-context-resolver
lllllllama/rigorpilot-skills
Rigor Paper Context helper for README-first deep learning repo reproduction. Use only when the README and repository files leave a narrow reproduction-critical gap and the task is to resolve a specific paper detail such as dataset split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumption from primary paper sources while recording conflicts. Do not use for general paper summary, repo scanning, environment setup, command execution, title-only paper lookup, or replacing README guidance by default.
repo-intake-and-plan
lllllllama/rigorpilot-skills
Rigor Intake helper for README-first deep learning repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest trustworthy reproduction plan to the main orchestrator. Do not use for environment setup, asset download, command execution, final reporting, paper lookup, or end-to-end orchestration.
minimal-run-and-audit
lllllllama/rigorpilot-skills
Rigor Run skill for README-first deep learning repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment setup, paper lookup, target selection, hidden scientific-meaning changes, or end-to-end orchestration by itself.

