Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By agent-sh
Plugin structure and tool use analyzer - validates plugin.json, MCP tools, and security patterns
npx claudepluginhub agent-sh/enhance --plugin enhanceAnalyze agent prompts for optimization opportunities
Analyzes and optimizes CLAUDE.md/AGENTS.md project memory files for better AI understanding
Analyze cross-file semantic consistency (tools, agents, rules)
Analyze documentation for readability and RAG optimization
Analyze hook definitions for safety and best practices
Use when improving agent prompts, frontmatter, and tool restrictions.
Use when improving CLAUDE.md or AGENTS.md project memory files.
Use when checking cross-file consistency: tools vs frontmatter, agent references, duplicate rules, contradictions.
Use when improving documentation structure, accuracy, and RAG readiness.
Use when reviewing hooks for safety, timeouts, and correct frontmatter.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A configurable linter for agent skills, plugins, and AI coding assistant context
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Audit and optimize Claude Code configurations with dynamic best-practice research
Audit Claude Code plugins and skills for best practices, deprecations, compatibility, usability, coverage gaps, duplication, and workflow optimization
Natural-Language Programming Manager — score, check, fix, and test NL artifacts across Claude Code, Codex CLI, and Antigravity. Tier-aware scoring with per-tool overlays.
Auto-formatting hooks for Python, JavaScript, Markdown, and Bash with Google-style docstrings and code quality checks.
Deep repository analysis to realign project plans with actual code reality - discovers drift, gaps, and produces prioritized reconstruction plans
Master workflow orchestrator with autonomous task-to-production automation, quality gates, and multi-agent review
AI slop cleanup with minimal diffs and behavior preservation
Multi-agent iterative code review until zero issues remain
Unified static analysis via agent-analyzer - git history, AST symbols, project metadata, and doc-code sync
Master enhancement orchestrator for plugins, agents, prompts, docs, hooks, and skills.
The enhance plugin provides specialized analyzers for different content types, identifying issues and suggesting improvements based on prompt engineering best practices.
/enhance
-> /enhance:agent - Agent-specific analysis (frontmatter, tool restrictions)
-> /enhance:prompt - General prompt patterns (clarity, structure, examples)
-> /enhance:docs - Documentation analysis (RAG optimization, readability)
-> /enhance:plugin - Plugin structure (MCP tools, security patterns)
-> /enhance:claudemd - Project memory optimization (CLAUDE.md/AGENTS.md)
-> /enhance:hooks - Hook definitions (frontmatter, safety)
-> /enhance:skills - SKILL.md structure and triggers
-> /enhance:cross-file - Cross-file consistency (tools, agents, rules)
Analysis depth: Certainty-based findings (HIGH, MEDIUM, LOW)
Auto-fix: Available for HIGH certainty issues with --fix flag
Model selection: Opus for quality-critical analyzers, Sonnet for pattern-based checks
/enhanceRun all applicable enhancers on current directory.
/enhance # Auto-detect and run all relevant analyzers
/enhance --fix # Apply HIGH certainty auto-fixes
/enhance --verbose # Include LOW certainty issues
/enhance:agent [target]Analyze agent prompt files for configuration and structure issues.
/enhance:agent # All agents in directory
/enhance:agent my-agent.md # Specific agent
/enhance:agent --fix # Apply auto-fixes
Detects: Missing frontmatter, unrestricted Bash, missing role section, tool configuration issues
/enhance:prompt [target]Analyze prompts for prompt engineering best practices.
/enhance:prompt # All prompts in directory
/enhance:prompt system-prompt.md # Specific prompt
/enhance:prompt --fix # Apply auto-fixes
Detects: Vague instructions, missing examples, aggressive emphasis, structural issues, invalid code blocks (JSON/JS syntax, language mismatches, heading hierarchy)
/enhance:docs [target]Analyze documentation for readability and RAG optimization.
/enhance:docs # All docs in directory
/enhance:docs --ai # AI-only mode (aggressive optimization)
/enhance:docs agent-docs/ --ai # Specific directory
Detects: Verbose phrases, poor chunking, broken links, token inefficiency
/enhance:plugin [target]Analyze plugin structure and MCP tool definitions.
/enhance:plugin # All plugins
/enhance:plugin my-plugin # Specific plugin
/enhance:plugin --fix # Apply auto-fixes
Detects: Missing schema fields, security patterns, version mismatches
/enhance:claudemdAnalyze project memory files (CLAUDE.md, AGENTS.md).
/enhance:claudemd # Find and analyze project memory
/enhance:claudemd --fix # Apply auto-fixes
Detects: Missing sections, broken references, README duplication, cross-platform issues
/enhance:hooksAnalyze hook definitions for frontmatter quality.
/enhance:hooks # All hook definitions
/enhance:hooks pre-commit.md # Specific hook
Detects: Missing frontmatter, missing name/description
/enhance:skillsAnalyze SKILL.md files for required metadata and trigger clarity.
/enhance:skills # All SKILL.md files
/enhance:skills enhance-docs # Specific skill
Detects: Missing frontmatter, missing name/description, missing trigger phrase
/enhance:cross-fileAnalyze cross-file semantic consistency across agents, skills, and commands.
/enhance:cross-file # Check cross-file consistency
Detects: Tools vs frontmatter mismatches, broken agent references, orphaned agents, skill tool mismatches, duplicate rules, contradictions
| Agent | Purpose | Model |
|---|---|---|
agent-enhancer | Frontmatter, tool restrictions, agent structure | opus |
prompt-enhancer | Clarity, examples, structure, anti-patterns | opus |
docs-enhancer | RAG optimization, readability, token efficiency | opus |
plugin-enhancer | MCP schemas, security patterns, structure | sonnet |
claudemd-enhancer | Project memory validation, cross-platform | opus |
hooks-enhancer | Hook frontmatter, structure, safety | opus |
skills-enhancer | SKILL.md structure, trigger phrases | opus |
cross-file-enhancer | Cross-file semantic consistency (tools, agents, rules) | sonnet |
| Level | Meaning | Auto-Fixable |
|---|---|---|
| HIGH | Definite issues | Some |
| MEDIUM | Likely improvements | No |
| LOW | Advisory suggestions | No |