From domain-iot
Guides IoT time-series data management: selects databases like InfluxDB/TimescaleDB/Prometheus, designs tag/field schemas, implements downsampling/retention/compression, compares processing modes, and optimizes Grafana dashboards.
How this skill is triggered — by the user, by Claude, or both
Slash command
/domain-iot:time-series-dataThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Selecting a time-series database for IoT telemetry ingestion
references/database-selection-and-modeling.md — comparison table (InfluxDB, TimescaleDB, Prometheus, QuestDB, ClickHouse), selection criteria, InfluxDB tag/field model, TimescaleDB hypertable setupreferences/downsampling-and-retention.md — InfluxDB Flux tasks, TimescaleDB continuous aggregates, downsampling tier table, hot/warm/cold architecture, compression configurationreferences/processing-and-visualization.md — stream vs micro-batch vs batch comparison, Grafana panel types for IoT, query optimization techniquesnpx claudepluginhub rnavarych/alpha-engineer --plugin domain-iotGuides selection, operations, and best practices for 14 time-series databases like InfluxDB, Prometheus, TimescaleDB for metrics, IoT, financial, observability storage design.
Designs append-heavy tables for metrics, events, and logs with time-based partitioning, retention policies, and efficient aggregation using PostgreSQL.
Automates InfluxDB Cloud tasks via Rube MCP and Composio toolkit. Guides tool discovery, connection management, and execution with workflow patterns.