From preset-cli-skills
State-changing Preset `sup` CLI workflows: chart/dashboard/dataset push, user push/invite, destructive flags, and cross-workspace sync. Use only for CLI mutation workflows. Do not use for MCP-only work. Do not use for direct HTTP/SDK mutations.
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.mdnpx claudepluginhub preset-io/agent-skills --plugin preset-cli-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.