From simplyprint
Pause all currently-printing SimplyPrint printers (e.g. for filament swap, power concern, or end of day)
How this skill is triggered — by the user, by Claude, or both
Slash command
/simplyprint:pause-allThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when the user needs to pause every active print at once — common reasons: filament runout swap on a shared spool, power instability, end of workday, fire-alarm test, etc.
Use this when the user needs to pause every active print at once — common reasons: filament runout swap on a shared spool, power instability, end of workday, fire-alarm test, etc.
Steps:
list_printers and find every printer in the printing state.If the user asks you to pause "all", default to confirming first unless they've explicitly said "no confirm" or "yes do it now".
To resume them later, the user can ask "resume all paused printers" — there's no separate skill for that, just use the same pattern in reverse with resume_print.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub simplyprint/simplyprint-claude-plugin --plugin simplyprint