adr
Write an Architecture Decision Record documenting a significant technical decision.
Set up monitoring, alerting, and observability for the application.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/monitorContext preview
What this command does when you run it.
Set up monitoring, alerting, and observability for the application.
Set up monitoring, alerting, and observability for the application.
1. Analyze the application to determine monitoring needs:
2. Generate monitoring configuration for the detected stack:
3. Define alerts for critical metrics:
4. Add structured logging configuration:
5. Set up distributed tracing if applicable:
6. Write all configuration files to `monitoring/` or `deploy/monitoring/`.
groups:
- name: <app-name>-alerts
rules:
- alert: HighErrorRate
expr: rate(http_requests_total{status=~"5.."}[5m]) > 0.01
for: 5m
labels:
severity: critical
annotations:
summary: "High error rate detected"The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.