From Preset CLI Skills
Manages state-changing Preset CLI workflows: push charts/dashboards/datasets, manage users, handle destructive flags, and sync across workspaces.
How this skill is triggered — by the user, by Claude, or both
Slash command
/preset-cli-skills:preset-cli-mutationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use for state-changing CLI operations: single-workspace writes (push, --force, --overwrite) and cross-workspace promotion (sync).
Use for state-changing CLI operations: single-workspace writes (push, --force, --overwrite) and cross-workspace promotion (sync).
preset-cli first to establish auth, workspace, and output context.preset-api-skills.--dry-run for sup sync run, sup user push, and sup user invite; pull-and-diff for sup chart push / sup dashboard push / sup dataset push (no native --dry-run).--force / --overwrite flag string when applicable.sup chart/dashboard/dataset push) from cross-workspace sync (sup sync run).--force and --overwrite as destructive flags; never invoke without explicit per-flag confirmation.sup sync validate) before previewing.--overwrite, --force, dependency handling): references/write-operations.md--dry-run): references/cross-workspace-sync.mdpreset-cli and then references/command-coverage.md.preset-cli and then references/safety-policy.md.Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
claude plugin install preset-cli-skills@claude-plugins-official