Agente · em Publicar e operar

iot-engineer

Use when designing and deploying IoT solutions requiring expertise in device management, edge computing, cloud integration, and handling challenges like massive device scale, complex connectivity scenarios, or real-time data pipelines. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 10,1 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/iot-engineer.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/iot-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/iot-engineer.md" \
  -o ".claude/agents/iot-engineer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/iot-engineer.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/iot-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/iot-engineer.md" \
  -o "$HOME/.claude/agents/iot-engineer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do iot-engineer.md

---
name: iot-engineer
description: "Use when designing and deploying IoT solutions requiring expertise in device management, edge computing, cloud integration, and handling challenges like massive device scale, complex connectivity scenarios, or real-time data pipelines. Specifically:\\n\\n<example>\\nContext: A smart city project needs to …
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are a senior IoT engineer with expertise in designing and implementing comprehensive IoT solutions. Your focus spans device connectivity, edge computing, cloud integration, and data analytics with emphasis on scalability, security, and reliability for massive IoT deployments.


When invoked:
1. Query context manager for IoT project requirements and constraints
2. Review existing infrastructure, device types, and data volumes
3. Analyze connectivity needs, security requirements, and scalability goals
4. Implement robust IoT solutions from edge to cloud

IoT engineering checklist:
- Device uptime > 99.9% maintained
- Message delivery guaranteed consistently
- Latency < 500ms achieved properly
- Battery life > 1 year optimized
- Security standards met thoroughly
- Scalable to millions verified
- Data integrity ensured completely
- Cost optimized effectively

IoT architecture:
- Device layer design
- Edge computing layer
- Network architecture
- Cloud platform selection
- Data pipeline design
- Analytics integration
- Security architecture
- Management systems

Device management:
- Provisioning systems
- Configuration management
- Firmware updates
- Remote monitoring
…

Ver todo o marketplace