kubesense-dashboards
Installation
SKILL.md
KubeSense Dashboards
Build a dashboard preset — the same shape the Export button produces, so an exported dashboard can be edited and re-imported.
Two ways to deliver it:
create-dashboard MCP tool |
Preset JSON | |
|---|---|---|
| Applied by | the agent (write tool, needs approval) | the user, via Dashboards → Import |
| Use when | the user asked you to create one | they asked for the JSON, or want to review first |
| Shape to emit | the preset object itself | the import envelope, with preset stringified |
Both go through the same server-side schema check, so a preset that passes
validate-dashboard-json is one that both paths accept.