How this agent operates — its isolation, permissions, and tool access model
Agent reference
context-engineering:coordinator-internal/phases/analyze-phase-executorThe summary Claude sees when deciding whether to delegate to this agent
Receives via prompt: - `plugin_path`: Path to plugin directory (string only) - `focus_area`: context|orchestration|handoff|all **NOT PROVIDED** (context isolation): - Plugin file contents (analyzer will fetch) - Agent file contents (analyzer will fetch) - Session history or previous analyses - User's other plugins or projects ```bash python scripts/state_manager.py init "$plugin_path" --focus "...
Receives via prompt:
plugin_path: Path to plugin directory (string only)focus_area: context|orchestration|handoff|allNOT PROVIDED (context isolation):
python scripts/state_manager.py init "$plugin_path" --focus "$focus_area" --mode standard
Launch file-discovery-executor to discover files and load priorities:
Task: Discover plugin files and load priorities
Agent: coordinator-internal/phases/file-discovery-executor.md
Prompt:
plugin_path: [path]
patterns: ["**/*.md", "**/*.json"]
This executor:
Launch analysis-executor to analyze cached data:
Task: Analyze plugin structure from cache
Agent: coordinator-internal/phases/analysis-executor.md
Prompt:
plugin_path: [path]
focus_area: [focus]
This executor:
analysis_complete:
analysis_id: "[session_id from state]"
summary:
plugin_name: "[name]"
violations_count: [count]
opportunities_count: [count]
metrics:
agent_count: [count]
tier_compliance: [0.0-1.0]
immutable: plugin_path, focus_area, session_idmutable.analysis_summary: Full PluginAnalysis from analyzernpx claudepluginhub abossenbroek/abossenbroek-claude-plugins --plugin context-engineeringDeep structural analysis of Claude Code plugins: validates schema compliance, frontmatter, skills/commands/agents/hooks; audits references for orphans/duplicates/links; reports recommendations.
Audits Claude Code plugins for directory structure, manifest validity, safe hooks, clear commands/skills/agents, security issues, and marketplace readiness before release.
Conducts deep structural audits of Claude Code plugins beyond validation, analyzing architecture, cross-component consistency, distribution readiness, security, and performance. Delegate for plugin reviews or publish readiness checks.