Auto-discovered marketplace from jbj338033/wowclaude
npx claudepluginhub jbj338033/wowclaudeEvidence-based quality principles that improve Claude Code responses
Install once, get better Claude Code responses forever.
A Claude Code plugin that uses multi-layered hooks to inject evidence-based quality principles. No configuration needed.
Claude Code confidently makes up internal details (bit flags, private APIs). This plugin detects risky queries and forces "iirc" markers on unverified claims. Zero config.
/plugin marketplace add jbj338033/wowclaude
/plugin install wowclaude
| # | Principle | What it does |
|---|---|---|
| 1 | certainty | Prevents confabulation on high-risk topics. Forces "iirc" markers on unverified internal details. |
| 2 | investigation | Forces reading before writing. Verify with tools, or say you can't. |
| 3 | reasoning | Step-back reasoning on hard problems. Understand why, then solve. |
| 4 | precision | Matches effort to complexity. Less with qualifiers > more with false confidence. |
| 5 | verification | Self-checks against the original request before finalizing. |
┌─────────────────────────────────────────────────────────┐
│ wowclaude hooks │
├─────────────────────────────────────────────────────────┤
│ │
│ SessionStart → base quality principles │
│ │ (always active) │
│ ▼ │
│ UserPromptSubmit → risk detection per message │
│ │ ├─ CRITICAL tier → internal details, bit flags │
│ │ ├─ CAUTION tier → version-specific, deprecated │
│ │ └─ (no trigger) → normal queries pass through │
│ ▼ │
│ PreToolUse → edit guard │
│ └─ Edit/Write → "did you read this file?" │
│ │
└─────────────────────────────────────────────────────────┘
| Hook | Event | Trigger | Injection |
|---|---|---|---|
| session-start.sh | SessionStart | Every session | 5 quality principles (~90 words) |
| user-prompt.sh | UserPromptSubmit | Each message | CRITICAL: internal details (~60 words) / CAUTION: version-specific (~40 words) / none |
| pre-tool-use.sh | PreToolUse | Before Edit/Write | Investigation reminder (~20 words) |
The UserPromptSubmit hook classifies queries into risk tiers:
CRITICAL — Internal implementation details (highest confabulation risk):
CAUTION — Version-specific or platform-specific behavior:
Safe — No intervention needed for general queries.
Tested with identical prompts before and after plugin installation:
| Test | Without wowclaude | With wowclaude |
|---|---|---|
| "List React fiber flags with bit values" | Lists specific hex values as fact | Prefixes values with "iirc", points to source file |
"What's process._linkedBinding('http_parser') signature?" | Lists full API surface confidently | States values are unverified, recommends source check |
| "What is git stash?" | Concise answer | Concise answer (no unnecessary intervention) |
See docs/research.md for detailed citations and reasoning.
/plugin disable wowclaude # disable temporarily
/plugin enable wowclaude # re-enable
/plugin uninstall wowclaude # remove completely
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