Create unified agent skill combining all workflow guidelines #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Issue #1 (Document Hermes Setup) produced several workflow documents that are currently scattered:
docs/SUBAGENT_WORKFLOW.md— Gitea-based subagent communicationopencode-worktreeskill — git worktree per sessiondocs/hermes-setup.md— Hermes configuration (PR #8)Problem
Currently, an agent working on a Kugetsu issue needs to:
docs/SUBAGENT_WORKFLOW.mdfor Gitea communication patternsopencode-worktreeskill separatelyThis fragmentation leads to inconsistent agent behavior and missed patterns.
Proposed Solution
Create a unified agent skill (
skills/agent-protocol/SKILL.md) that combines all agreed-upon workflows into one loadable skill.Proposed Structure
Content to Combine
git checkout -b branch main, contamination detection/fix,--force-with-lease--max-time 30 --retry 3, response verification via HTTP code,/tmpfor filesskills/opencode-worktree/Design Goals
Questions to Resolve
skills/agent-protocol/(new) vs update existingskills/opencode-worktree/?References
Status