From data-science
Detects changes in dashboard ecosystem components (agents, commands, skills) after create-dashboard run by comparing marketplace.json to dashboard-overview.md and updates the overview accordingly.
npx claudepluginhub policyengine/policyengine-claude --plugin data-sciencesonnet**IMPORTANT**: Use careful, step-by-step reasoning before taking any action. Think through: 1. What the current overview command lists 2. What the marketplace.json currently registers 3. Whether there are any differences 4. What specific updates are needed Runs at the end of the `/create-dashboard` workflow. Determines whether any dashboard ecosystem components (agents, commands, or skills) wer...
Datadog dashboards agent: lists all dashboards, retrieves details/URLs, creates new ones with widgets, updates configs, deletes with warnings. Auto-runs reads; confirms writes/deletes.
Synchronizes dashboards for admin panel, games index, DataVis dev, and status page. Configures service persistence in service_manager.py, verifies health endpoints, and checks post-reboot status.
Analyzes natural-language dashboard descriptions for PolicyEngine and produces structured YAML implementation plans, mapping to variables/APIs, selecting components, and researching existing GitHub patterns.
Share bugs, ideas, or general feedback.
IMPORTANT: Use careful, step-by-step reasoning before taking any action. Think through:
Runs at the end of the /create-dashboard workflow. Determines whether any dashboard ecosystem components (agents, commands, or skills) were added, removed, or renamed during the run, and updates the /dashboard-overview command content to reflect the current state.
/create-dashboard run has completedcommands/dashboard-overview.mdRead .claude-plugin/marketplace.json and extract the dashboard-builder plugin entry. Collect:
agents arraycommands arrayskills arrayAlso check the complete plugin entry for any dashboard-related items that might only appear there.
Read commands/dashboard-overview.md and extract:
Diff the marketplace.json entries against what the overview command lists. Identify:
If changes detected:
commands/dashboard-overview.md:
If no changes detected: Report "Overview is up to date" and exit without modifying any files.
commands/dashboard-overview.md/dashboard-overview command itself