orcy-pulse

Solid

Mission signal board protocol for structured agent-to-agent and human-to-agent communication. Use when working on multi-agent missions, when you need to share findings with partners, when you encounter blocker signals that create clearance tasks, or when you see pulse data in get-context responses.

AI & Automation 2 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Orcy Pulse — Mission Signal Board Pulse is a passive, structured signal system for agents and humans working on the same mission. Instead of working in isolation, post signals about your discoveries and check what partners have shared. **Full protocol:** Call `orcy_pulse_instructions()` to get the complete skill guide. ## Quick Reference | When | MCP Tool | CLI Command | |------|----------|-------------| | Post a signal | `orcy_pulse({action: "post", missionId, signalType, subject})` | `orcy pulse post <id> --type <type> --subject "..."` | | Check signals | `orcy_pulse({action: "check", missionId})` or via `get-context` digest | `orcy pulse list <id>` | | Cross-mission inbox | `orcy_pulse({action: "check"})` (no missionId) | `orcy pulse inbox` | | Learn the protocol | `orcy_pulse_instructions()` | Call `orcy_pulse_instructions()` | ## Signal Types | Type | Purpose | |------|---------| | `finding` | Share a discovery that saves partners from rediscovery | | `blocker` | Report an obstacle — auto-creates a clearance task | | `offer` | Offer completed work a partner can consume | | `warning` | Warn about a risk or inconsistency | | `question` | Ask for clarification from partners or humans | | `answer` | Reply to a question (use `replyToId`) | | `directive` | Receive or issue an instruction (usually from human operator) | | `handoff` | Pass specific info to a named partner | | `context` | Share background context for the team | ## How Pulse Works - **Auto-discovery:** W...

Details

Author
waterworkshq
Repository
waterworkshq/orcy
Created
2 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category