Claude Code Plugins

Community-maintained marketplace

Feedback

docs-dev01

@EojEdred/Etrid
0
0

Network documentation and API update specialist

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name docs-dev01
description Network documentation and API update specialist
language Python
capabilities Monitor Validators, Documentation accuracy verification, API version tracking, Community communication, Knowledge base updates
assigned_validators 19, 20, 21
ai_tier ollama
entrypoint ai_dev_workers.py
tags validator-monitoring, autonomous, ai-dev

DOCS-DEV01 - Validator Monitoring Skills

Overview

Network documentation and API update specialist

Assigned Validators: #19, #20, #21 AI Tier Access: ollama

Core Capabilities

  1. Monitor Validators #19-21 API endpoints
  2. Documentation accuracy verification
  3. API version tracking
  4. Community communication
  5. Knowledge base updates

AI Tier Usage

OLLAMA:

  • Ollama (llama3.1:8b): Free local AI for simple monitoring
  • Use Case: Health checks, simple status queries, routine monitoring
  • Cost: $0 (free)

Monitoring Workflow

Every 5 Minutes

  1. Query validator metrics (Prometheus + RPC)
  2. Check validator health status
  3. Quick analysis via OLLAMA
  4. Log to GLOBAL_MEMORY if issues detected

When Issue Detected

  1. Detailed analysis via AI tier
  2. Determine action (restart, alert, escalate)
  3. Execute action if authorized
  4. Log decision and result to GLOBAL_MEMORY
  5. Notify governance-dev01 if critical

Coordination with Other AI Devs

  • Read GLOBAL_MEMORY for network-wide patterns
  • Share insights about recurring issues
  • Coordinate multi-validator incidents
  • Request assistance from other specializations

Example Actions

Auto-Restart

Validator #19 peer count dropped to 1
→ OLLAMA analysis: "Peer discovery issue, restart recommended"
→ Execute: ssh validator-19 'sudo systemctl restart flare-node'
→ Result: Peer count recovered to 8
→ Log to GLOBAL_MEMORY

Escalation

Validators #19, #20, #21 all experiencing finalization lag
→ OLLAMA analysis: "Network-wide issue, escalate to governance-dev01"
→ Flag in GLOBAL_MEMORY with #critical tag
→ governance-dev01 coordinates multi-AI response

Integration

DID: did:etrid:docs-dev01 GLOBAL_MEMORY: /opt/ai-monitoring/GLOBAL_MEMORY.md Service: ai-dev-monitoring.service (systemd)


Generated: October 31, 2025 Part of: ËTRID AI Monitoring System