feat: add relayfile workspace skills#54
Conversation
📝 WalkthroughWalkthroughThe PR publishes four new skills to guide both agents and adapter authors through relayfile mount operations: digest-based activity querying, mount navigation, and file-based mutations. The skills are registered in README and prpm.json, with a minor layout documentation correction to setting-up-relayfile. ChangesNew skills: digests, layout navigation, and mutations
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| ], | ||
| "files": [ | ||
| "skills/orchestrating-agent-relay/SKILL.md" | ||
| "skills/running-headless-orchestrator/SKILL.md" |
There was a problem hiding this comment.
🔴 prpm.json references non-existent file skills/running-headless-orchestrator/SKILL.md
The skill was renamed from orchestrating-agent-relay to running-headless-orchestrator in prpm.json (line 91–105), but the actual directory on disk is still skills/orchestrating-agent-relay/ — no skills/running-headless-orchestrator/ directory exists anywhere in the repo. This means the files entry at line 105 points to a path that doesn't exist, which will break any tooling (e.g. prpm install) that resolves packages by reading the files array in the manifest.
Prompt for agents
The prpm.json files entry at line 105 references skills/running-headless-orchestrator/SKILL.md but the directory on disk is still skills/orchestrating-agent-relay/SKILL.md. Either rename the directory from skills/orchestrating-agent-relay to skills/running-headless-orchestrator (and update the SKILL.md frontmatter name field inside it), or revert the files path in prpm.json back to skills/orchestrating-agent-relay/SKILL.md. The README.md at line 15 has the same broken link and needs to be updated to match whichever path is chosen.
Was this helpful? React with 👍 or 👎 to provide feedback.
| | [relay-80-100-workflow](skills/relay-80-100-workflow/SKILL.md) | 1.0.7 | Author workflows that close the 80-to-100 validation gap with repair-aware test, verify, mandatory Claude-then-Codex review/fix with test hardening, and commit gates. | | ||
| | [review-fix-signoff-loop](skills/review-fix-signoff-loop/SKILL.md) | 1.0.2 | Loop review, repair, validation, and fresh-context dual-agent signoff until independent reviewers both satisfy the verdict contract. | | ||
| | [using-agent-relay](skills/using-agent-relay/SKILL.md) | 1.2.0 | Coordinate agents in real time with Relaycast messaging, channels, threads, reactions, search, and webhooks. | | ||
| | [running-headless-orchestrator](skills/running-headless-orchestrator/SKILL.md) | 1.0.4 | Self-bootstrap Agent Relay infrastructure and manage worker agents without human intervention. | |
There was a problem hiding this comment.
🔴 README links to non-existent skills/running-headless-orchestrator/SKILL.md
The README skill table at line 15 links to skills/running-headless-orchestrator/SKILL.md, but this path does not exist. The actual file is at skills/orchestrating-agent-relay/SKILL.md. This is the same rename inconsistency as in prpm.json:105 — the metadata was updated but the directory was never renamed.
| | [running-headless-orchestrator](skills/running-headless-orchestrator/SKILL.md) | 1.0.4 | Self-bootstrap Agent Relay infrastructure and manage worker agents without human intervention. | | |
| | [running-headless-orchestrator](skills/orchestrating-agent-relay/SKILL.md) | 1.0.4 | Self-bootstrap Agent Relay infrastructure and manage worker agents without human intervention. | |
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary
This supersedes the stale wording in #39 while preserving the intended skill set.
Validation