ForestHubAI

8 mods across 1 repository, 101 stars between them.

audit

01

ForestHubAI/edge-agents

Command Claude Code

Perform a thorough audit of the React canvas in ts/workflow-builder/src/ against five categories. Use Agent subagents to explore categories in parallel where possible.

101 8d ago A 0 tokens AGPL-3.0

new-node

02

ForestHubAI/edge-agents

Command Claude Code

Author a new workflow node end-to-end — interview intent, design the contract schema, then reconcile both the TS and Go sides.

101 8d ago A 26 tokens AGPL-3.0

sync-go-engine

03

ForestHubAI/edge-agents

Command Claude Code

Synchronize the Go side — the engine runtime — with the current contract/workflow.yaml. The TypeScript side has its own sync command (/sync-ts-domain); this one does not touch ts/. Use this after the contract YAML has been edited (or pulled in from fh-backend) to add/remove/change nodes or their argument shapes.

101 8d ago A 0 tokens AGPL-3.0

sync-translations

04

ForestHubAI/edge-agents

Command Claude Code

Audit the i18n trees for translation completeness across all locales. The hard, error-prone part — which node/param/edge/channel/memory/model descriptions still lack translations — is derived deterministically by a script; the rest are agent checks.

101 8d ago A 0 tokens AGPL-3.0

sync-ts-domain

05

ForestHubAI/edge-agents

Command Claude Code

Synchronize the TypeScript side — workflow-core domain layer (and any workflow-builder knock-on edits) — with the current contract/workflow.yaml. The Go engine side has its own sync command; this one does not touch go/. Use this after the contract YAML has been edited (or pulled in from fh-backend) to…

101 8d ago A 0 tokens AGPL-3.0

ForestHubAI/edge-agents

Instructions file

Claude Code instructions for ForestHubAI/edge-agents, covering edge-agents, layout, two kinds of component, the one rule that matters: contract is the source of truth and domain-first: reach for the contract only at a seam.

101 8d ago A 1,596 tokens AGPL-3.0

workflow-deploy

07

ForestHubAI/edge-agents

Skill Claude CodeCodex

Turn a finished Edge Agents .workflow.json into a runnable, standalone deployment bundle — the docker-compose package (engine + config + any llama components + any operator-authored custom components) an operator builds and runs on an edge/IoT controller. Drives the fh-workflow CLI's headless deploy, reading the…

101 8d ago B 234 tokens AGPL-3.0

workflow-generate

08

ForestHubAI/edge-agents

Skill Claude CodeCodex

Generate a validated Edge Agents workflow JSON (.workflow.json) from a natural-language description — the node-graph that runs on Edge Agents edge/IoT agents, built from triggers (timer, startup, pin edge, threshold, MQTT, serial), GPIO/serial/MQTT I/O, LLM Agent nodes, and actuators. Builds the graph to match the…

101 8d ago A 201 tokens AGPL-3.0