
Agent Sh Enhance
- 3 repo stars
- Updated July 22, 2026
- agent-sh/enhance
agent-sh-enhance is a Claude Code plugin that analyzes plugin structure, MCP tools, and security patterns in your bundle.
About
agent-sh-enhance is a Claude Code plugin analyzer aimed at developers and small teams who assemble custom agent stacks from multiple plugins and MCP servers. Instead of guessing whether a plugin.json is complete or whether a tool surface is too permissive, you run a structured pass that ties manifest structure, MCP wiring, and security heuristics into one review. It fits the moment you are polishing a plugin marketplace entry, hardening an internal Claude Code bundle, or debugging why parallel plugin orchestration behaves oddly. The keyword set (orchestrator, parallel plugins, unified reporting) signals it is built for composite setups rather than a single skill file. Complexity is intermediate: you need basic familiarity with plugin.json and MCP concepts. Install when you already have plugins drafted and want evidence-backed fixes before ship, not when you are still ideating product scope.
- Validates plugin.json structure and Claude Code plugin conventions
- Analyzes MCP tool definitions and tool-use patterns for risk
- Checks security patterns across orchestrated and parallel plugin setups
- Supports unified reporting across prompts, plugins, and execution paths
- Oriented to agent-sh enhance / orchestrator-style multi-plugin workflows
Agent Sh Enhance by the numbers
- Data as of Jul 23, 2026 (Skillselion catalog sync)
/plugin install agent-sh-enhance@agent-sh/enhanceAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | July 22, 2026 |
| Repository | agent-sh/enhance ↗ |
What it does
Audit Claude Code plugin bundles for valid plugin.json, MCP tool definitions, and security patterns before you ship or publish them.
Who is it for?
Best when you're shipping Claude Code plugin packs or MCP-heavy agents and want a security-and-structure checklist without building your own linter.
Skip if: Skip if you have no Claude Code plugins yet, or anyone and only needs runtime app penetration testing rather than plugin manifest review.
What you get
You get a structured validation pass on plugin.json, MCP tooling, and security patterns so you can fix issues before publishing or deploying the bundle.
- Validation findings for plugin.json and MCP tool definitions
- Security-oriented notes aligned to plugin and orchestration patterns
- Actionable fixes before publishing or merging the plugin bundle
By the numbers
- [object Object]
- [object Object]
Recommended Plugins
How it compares
Plugin structure and MCP security analyzer, not a general code-review or runtime APM skill.
FAQ
Who is Agent Sh Enhance for?
and small-team developers who maintain Claude Code plugins, MCP servers, or multi-plugin orchestrators and need manifest and security validation before release.
When should I use Agent Sh Enhance?
Use it when a plugin bundle is feature-complete but you have not yet verified plugin.json, MCP tool shapes, and security patterns—especially with parallel or unified orchestration.
How do I add Agent Sh Enhance to my agent?
Install the agent-sh/enhance Claude Code plugin from the catalog, open your repo with plugin.json and MCP configs, and invoke the enhance analyzer workflow per the plugin README.