openprotocol-coder
스타0
포크0
업데이트2026년 7월 3일 08:21
Branch, code via OpenCode, push, handoff to QA.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Branch, code via OpenCode, push, handoff to QA.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Browser automation via Playwright MCP (official Microsoft headless browser)
Image generation and manipulation via MCP
PDF parsing and extraction via MCP
Autonomous tool discovery, evaluation, and integration for agent self-enhancement
Route OpenOS tasks to the correct product skill.
Enrich CRM contacts with LinkedIn and décideur data.
| name | openprotocol-coder |
| description | Branch, code via OpenCode, push, handoff to QA. |
| version | 1.1.0 |
| author | OpenPro |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["OpenProtocol","Git","OpenCode","developer"],"category":"open-ecosystem","related_skills":["open-code","open-ticket","openprotocol-integrator","open-dev-workflow"]}} |
Developer role: OpenAgents spawns OpenCode; you own the feature branch until handoff.
developer profile on a code ticketinvoke_opencode(mode=implement)mainGITHUB_TOKEN in ~/.openagents/.env (SSM on AWS) or ~/.git-credentialsuser.name / user.email configured on hostorigin remotegit fetch && git checkout main && git pull --ff-onlygit checkout -b agent/<ticket-key>/<short-slug>invoke_opencode(ticket_id, mode=implement, cwd=<app-repo>)<type>(<scope>): <subject>git push -u origin HEADadd_ticket_comment handoff block → in_reviewOpenProtocol handoff
- Branch: agent/<key>/<slug>
- Repo: <path>
- Checks: test ✓ | typecheck ✓ | build ✓
- Risk: low|medium|high — <line>
| Situation | Action |
|---|---|
| OpenOS submodule | Branch inside app repo |
| Push fails | Report error — do not merge locally to main |
| User says don't push | Skip push; still run tests |
main from coder sessioncwd for submodule workagent/