adr
Write an Architecture Decision Record documenting a significant technical decision.
Create health check scripts to verify service and infrastructure availability.
$ 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.
/health-checkContext preview
What this command does when you run it.
Create health check scripts to verify service and infrastructure availability.
name: health-check description: Create health check scripts to verify service and infrastructure availability.
Create health check scripts to verify service and infrastructure availability.
1. Identify what needs to be checked: 2. Design the health check suite: 3. Implement each check: 4. Set up response format: 5. Configure alerting thresholds: 6. Schedule periodic execution (cron, Kubernetes probe, monitoring tool). 7. Document the health check endpoints and their meanings.
Health Check: <service name> Status: <healthy|degraded|unhealthy> Checks: - <check name>: <pass|fail> (<latency>ms)
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.