build-hcom-systems
Installation
SKILL.md
Build hcom-Based Systems
Design and build applications that use hcom as the multi-agent communication backbone.
Decision tree
- Need to understand hcom architecture → Read
references/architecture/core-architecture.md - Need to understand the hook system → Read
references/internals/hook-system.md - Need to understand cross-device relay → Read
references/internals/relay-system.md - Need to understand terminal/PTY management → Read
references/internals/pty-system.md - Need to understand the event system → Read
references/internals/event-system.md - Building a custom workflow script engine → Read
references/architecture/scripting-engine.md - Need configuration details → Read
references/architecture/config-system.md - Need TUI/dashboard details → Read
references/architecture/tui-architecture.md - Need tool integration details → Read
references/internals/tool-integration.md - Need bootstrap/injection details → Read
references/internals/bootstrap-injection.md - Looking for multi-agent pattern ideas → Read
references/patterns/multi-agent-research.md - Designing a new multi-agent application → Follow the Design Workflow below