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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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.