Skip to content

Commit 2b650da

Browse files
suggest sonnet model for migration skill
1 parent b4885c9 commit 2b650da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • .claude/skills/migrate-dashboard

.claude/skills/migrate-dashboard/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: migrate-dashboard
33
description: Migrate an exported platform dashboard JSON to plugin format. Use when the user pastes a dashboard JSON to convert, says "migrate this dashboard", or wants to add an exported dashboard to a plugin as default content.
4+
model: sonnet
45
metadata:
56
author: SquaredUp
67
version: "0.0.1"
@@ -49,6 +50,7 @@ Pass `scopes.json` when the dashboard has tiles with `config.variables` or `conf
4950
If `scopes.json` has multiple entries, read it first and determine which scope applies. It may be obvious from the dashboard content (e.g. tile titles referencing "Agent" or "Organization"), but if not, ask the user before running the script. Pass the chosen scope via `--scope-name "Scope Name"`. Run once per scope if the dashboard mixes tiles from multiple scopes.
5051

5152
Verify the output — check that:
53+
5254
- No `config-*` IDs remain (all → `{{configId}}`)
5355
- No `space-*` IDs remain (all → `{{workspaceId}}`)
5456
- All `config.dataStream.id` values are `{{dataStreams.[name]}}` form

0 commit comments

Comments
 (0)