en un clic
claude-code-monitor-examples
claude-code-monitor-examples contient 3 skills collectées depuis Magic-Man-us, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Start (or mark the start of) an application deploy and begin live status tracking. Invoke this whenever a deployment is kicked off so the deploy-watch monitor begins signaling in the background when the deploy completes or fails. Use for "deploy the app", "ship it", "watch this deploy"; prefer deploy-watch-setup first when a project uses internal/custom deploy commands or package scripts that provider auto-detect cannot classify exactly.
Creates a project-scoped deploy-status check for the deploy-watch monitor, tailored to a project's own package scripts, internal commands, deployment wrappers, or custom deploy tooling. Use when setting up or configuring deploy tracking for a project, when provider auto-detect (GitHub Actions, Fly, Vercel) cannot read the deploy stack, or when the user says "set up deploy watching", "scope deploy-watch", or "make deploy-watch work with my deploy".
Investigate a failed deployment in an isolated, read-only subagent. Use when the deploy-watch monitor reports "Deploy FAILED", or when the user asks why a deploy failed and wants the investigation off the main context.