opencode-agent-authoring
Create or update OpenCode agent guidance with clear triggers, behavior, and constraints
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create or update OpenCode agent guidance with clear triggers, behavior, and constraints
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
This skill guides agents and developers through the Kanban workflow defined in `orgs/riatzukiza/promethean/docs/agile/process.md`.
Protocol to stop apology loops and focus on verified fixes.
Protocol to break out of repetitive, failing edit loops by forcing analysis over action.
Resolves Clojure namespace-path mismatches and classpath errors with definitive path conversion
Auto-fix Clojure delimiters and validate syntax with OpenCode tools.
Protocol to recover from Clojure/Script syntax errors, specifically bracket mismatches and EOF errors.
SOC 직업 분류 기준
| name | opencode-agent-authoring |
| description | Create or update OpenCode agent guidance with clear triggers, behavior, and constraints |
Create or update OpenCode agent guidance with clear triggers, behavior, and constraints.
.opencode/agent/*.md or similar agent guidance.AGENTS.md rules.When creating skills alongside agents, ensure valid YAML frontmatter:
---
name: my-skill-name
description: "A clear, specific description of what this skill does"
---
ALWAYS quote the description field. If the description contains a colon (:), unquoted YAML will fail to parse.
# GOOD - quoted description
---
name: my-skill
description: "Skill: My Skill Description"
---
# BAD - unquoted description (will fail)
---
name: my-skill
description: Skill: My Skill Description
---
| Field | Required | Description |
|---|---|---|
name | Yes | kebab-case, matches directory name |
description | Yes | 1-1024 chars, quoted if contains special chars |
license | No | SPDX license identifier |
compatibility | No | Compatibility constraints |
metadata | No | Additional key-value data |
AGENTS.md if new guidance needs to be advertised.AGENTS.md references that clarify when to use the agent..opencode/skills/opencode-agents-skills.mdAGENTS.mdCheck the Skill Graph for the full workflow.