From simplyprint
Show a quick status report of all printers in the SimplyPrint farm — what's printing, what's idle, what's errored
How this skill is triggered — by the user, by Claude, or both
Slash command
/simplyprint:farm-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `list_printers` SimplyPrint tool to get every printer in the user's organization.
Use the list_printers SimplyPrint tool to get every printer in the user's organization.
Group the results by state:
Sort each group by printer name. If the farm has groups defined, group by SimplyPrint groups first, then by state inside each group.
End with a one-line summary: total printers, how many are printing, how many idle, how many in trouble.
Keep the output compact — this is meant for a quick glance, not a full dashboard.
npx claudepluginhub simplyprint/simplyprint-claude-plugin --plugin simplyprintGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.