ops-fires
SolidProduction incidents dashboard. Reads ECS health, Sentry errors, CI failures. Offers to dispatch fix agents for active fires.
AI & Automation 20 stars
6 forks Updated today MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# OPS ► FIRES
## Runtime Context
Before executing, load available context:
1. **Daemon health**: Read `${CLAUDE_PLUGIN_DATA_DIR:-$HOME/.claude/plugins/data/ops-ops-marketplace}/daemon-health.json`
- Check `infra-monitor` service status — if not running, pre-gathered infra data may be stale
- If `action_needed` is not null → surface it immediately as a potential fire
2. **Secrets**: AWS credentials are required for ECS/CloudWatch queries.
### Secret Resolution
- First: check `$AWS_ACCESS_KEY_ID` / `$AWS_PROFILE` env vars
- Then: `doppler secrets get AWS_ACCESS_KEY_ID --plain` (if `doppler` configured in prefs)
- Then: use `password_manager_config.query_cmd` from preferences
- Sentry token: `$SENTRY_AUTH_TOKEN` → Doppler `SENTRY_AUTH_TOKEN` → vault
3. **Preferences**: Read `${CLAUDE_PLUGIN_DATA_DIR}/preferences.json` for `secrets_manager` config to know which vault to query.
## CLI/API Reference
### aws CLI
| Command | Usage | Output |
| --------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------- |
| `aws ecs list-services --cluster <name> --query 'serviceArns'` |...
Details
- Repository
- Lifecycle-Innovations-Limited/claude-ops
- Created
- 3 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
DevOps & Infrastructure Solid
ops-deploy
Deploy status across all projects. Shows ECS service versions, Vercel deployments, recent deploys, pending deploys, and CI/CD pipeline state.
20 Updated today
Lifecycle-Innovations-Limited AI & Automation Solid
ops-revenue
Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.
20 Updated today
Lifecycle-Innovations-Limited AI & Automation Solid
ops-daemon
Check claude-ops background daemon end-to-end and auto-fix common issues. Detects stale plist paths after plugin upgrades, missing service commands, dead processes, corrupt health files, and bash version mismatches.
20 Updated today
Lifecycle-Innovations-Limited