opencode-agent-file-generator
Recursively initialize and update AGENTS.md files across the workspace with context-aware skill advertisements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Recursively initialize and update AGENTS.md files across the workspace with context-aware skill advertisements.
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-file-generator |
| description | Recursively initialize and update AGENTS.md files across the workspace with context-aware skill advertisements. |
| trigger | ["init agents","regenerate agents","update agent files"] |
To automatically distribute relevant skill knowledge to every sub-package in a mono-repository or workspace. This ensures that AI agents operating in specific directories know exactly which tools are available and relevant to that context, without being overwhelmed by the entire workspace's skill catalog.
AGENTS.md.AGENTS.md files are out of sync or contain outdated instructions.The skill relies on two Python scripts in scripts/:
Analyze (scripts/analyze_skills.py):
SKILL.md files in .opencode/skills/.## Suggested Next Skills section to build the dependency graph..opencode/skill_graph.json.Generate (scripts/generate_agents.py):
.opencode/skill_graph.json.AGENTS.md files.To run the full pipeline:
# 1. Analyze and build the graph
python3 .opencode/skills/opencode-agent-file-generator/scripts/analyze_skills.py
# 2. Distribute agent files
python3 .opencode/skills/opencode-agent-file-generator/scripts/generate_agents.py