Free skill pack · early access
The exact skills our agent uses in production — Postgres, Kubernetes, AWS, CI/CD, security, cost — written as structured runbooks with triage steps, root causes, and approval-gated fixes. Get the pack as we open it up, starting with the ten we reach for most.
Double opt-in. A short series of the best skills, then occasional updates from Jason — unsubscribe anytime, no spam ever.
Approval-gated execution against your infra — it runs the runbooks above, not just reads them. Monitors included.
Agent: $79/mo — payments go live this week
The pack is free. The agent is $79/mo.
# Postgres Connection Pool Exhaustion ## Symptoms - 5xx spike · "too many clients already" - pg_stat_activity at max_connections ## Quick triage (60 seconds) 1. Run Find slow PostgreSQL queries ← executable 2. SELECT count(*) FROM pg_stat_activity; 3. App pool: missing client.release()? ## Immediate mitigation - pg_cancel_query (requires approval) - pm2_restart / kubectl_rollout_restart ## Permanent fixes - pgBouncer, transaction-pool mode - statement_timeout server-side - Alert at 80% of max_connections ✓ agent-executable · approval-gated
What's inside
Every skill in the pack is in service on our own infrastructure. Real names, no filler:
Why skills, not docs
Each skill is markdown with a fixed shape — symptoms, 60-second triage, root causes, mitigation, permanent fix. Useful to a human at 2 AM, parseable by an agent always.
Skills reference concrete actions — kill the query, restart the process, roll back the deploy — that an agent can run against your infrastructure, each behind an approval gate.
Plain markdown, no lock-in. Use them as team runbooks as-is, wire them into your own agent, or run them with ours. The pack is free either way.
Who's behind this
I'm Jason — I build MicroGemLabs, a monitoring platform with an AI devops agent that runs these exact skills against real infrastructure. The pack is the knowledge layer, free and open. If you ever want the agent that executes it, you'll know where it lives.
Approval-gated execution against your infra, monitors included.
Agent: $79/mo — payments go live this week
The pack is free. The agent is $79/mo.