AgentStack
SKILL verified MIT Self-run

Monitor

skill-whawkinsiv-solo-founder-skills-monitor · by whawkinsiv

Use this skill when the user needs to set up production monitoring, track app health, configure error alerts, or respond to incidents. Also use when the user says 'my app went down,' 'how do I know if something breaks,' 'set up alerts,' 'is my app healthy,' or 'I found out from a user that my site was down.' Covers error tracking, uptime monitoring, performance metrics, and incident response for…

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-whawkinsiv-solo-founder-skills-monitor

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-whawkinsiv-solo-founder-skills-monitor)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Monitor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Monitor

This skill is for production monitoring and incident response. For debugging specific bugs, use debug. For pre-launch readiness checks, use go-live. For security-specific monitoring (auth events, API abuse), use secure. For analytics and user behavior tracking, use analytics.

Don't Do Yet

  • Don't pay for monitoring tools until you've outgrown the free tiers. UptimeRobot + Sentry free handles most early-stage apps.
  • Don't set up DataDog, New Relic, or Grafana. These are enterprise tools. You don't need them with 2 seconds)
  • Error rate elevated (2x normal)
  • Disk space low (>80%)

Informational (daily digest):

  • New errors discovered
  • Performance trending down
  • Traffic patterns

Tell AI:

Configure monitoring alerts:
- Critical: Text to [phone]
- Important: Email to [email]
- Send summary: Daily at 9am

Daily Monitoring Routine

5-minute morning check:

Daily Check:
1. Open monitoring dashboard
2. Check uptime (should be 100% yesterday)
3. Check error count (any spikes?)
4. Check performance (slower than usual?)
5. Review any alerts from overnight

If all green: You're done, 5 minutes.

If red: Investigate using debug skill.


Reading Monitoring Dashboards

Uptime Dashboard

Green: Site responding Red: Site down or slow to respond

What to check:

  • Uptime percentage (target: 99%+)
  • Response time (target: 1s)
  • Log authentication events
  • Don't log sensitive data

Format: JSON with timestamp, level, message, context Send to: [Platform logs or external service]


**Log levels:**
- ERROR: Something broke
- WARN: Something concerning
- INFO: Normal operations
- DEBUG: Detailed debugging info

**Production:** Log ERROR and WARN only.

---

## Monitoring Integrations

**Third-party services:**

**Payments (Stripe):**
- Failed payments alert
- Refund requests alert
- Subscription cancellations (daily digest)

**Email (SendGrid):**
- Delivery failures alert
- Bounce rate elevated alert
- Spam complaints alert

**Database:**
- Connection pool exhausted
- Slow queries (>1s)
- Disk space low

**Tell AI:**

Add monitoring for [service]:

  • Alert on failures
  • Track success rate
  • Log errors with context

---

## Incident Response

**When alerts fire:**

Incident Response:

  1. Acknowledge alert (mark as seen)
  2. Assess severity:
  • Critical: Site down, payments failing
  • High: Errors affecting many users
  • Medium: Isolated issues
  1. Immediate action:
  • Critical: Hotfix or rollback
  • High: Fix within hours
  • Medium: Fix in next deploy
  1. Update users if needed
  2. Post-mortem after resolved

**Critical incidents:**
  1. Assess impact (how many affected?)
  2. Quick fix or rollback
  3. Deploy hotfix
  4. Verify fixed
  5. Monitor closely for hour
  6. Update status page if you have one

---

## Success Looks Like

✅ Know about issues before users report them
✅ Uptime >99.9%
✅ Errors caught and fixed quickly
✅ Performance trends stable or improving
✅ Daily monitoring routine (5 minutes)
✅ Alerts configured and actionable
✅ Issues resolved proactively

---

## Related Skills

- **debug** — Investigate and fix specific bugs
- **deploy** — Hosting setup and rollback procedures
- **secure** — Security monitoring and hardening
- **analytics** — User behavior tracking and conversion funnels
- **go-live** — Pre-launch readiness (includes monitoring as a checklist item)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [whawkinsiv](https://github.com/whawkinsiv)
- **Source:** [whawkinsiv/solo-founder-skills](https://github.com/whawkinsiv/solo-founder-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.