plugin-model-analyzer
Installation
SKILL.md
Plugin Model Analyzer
Use the Product DSL analyzer directly through Bazel. Do not call the retired PluginModelAnalyzer MCP server.
Command Shape
Run from the repository root:
bazel run --ui_event_filters=-info --noshow_progress //platform/buildScripts:plugin-model-tool -- --json='<request-json>'
The output is JSON with a timestamp plus one result property named after the requested filter.
Prefer small, typed JSON requests. Avoid unfiltered --json: it emits the full model and is usually too large for agent context.
Use JSON fields, not extra CLI flags, to describe the query. Treat the single top-level result property as the answer.
Transport options: