Install
$ agentstack add skill-whawkinsiv-solo-founder-skills-monitor ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
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 →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:
- Acknowledge alert (mark as seen)
- Assess severity:
- Critical: Site down, payments failing
- High: Errors affecting many users
- Medium: Isolated issues
- Immediate action:
- Critical: Hotfix or rollback
- High: Fix within hours
- Medium: Fix in next deploy
- Update users if needed
- Post-mortem after resolved
**Critical incidents:**
- Assess impact (how many affected?)
- Quick fix or rollback
- Deploy hotfix
- Verify fixed
- Monitor closely for hour
- 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.
Write a review
Versions
- v0.1.0 Imported from the upstream source.