一键导入
config-doctor
Ensure OpenCode configuration integrity — audits agent files, opencode.json, and skill definitions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ensure OpenCode configuration integrity — audits agent files, opencode.json, and skill definitions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Continuously improves the project by checking docs (web, Context7, opencode), using LSPs for code context, monitoring skills/plugins/scripts, and adapting best practices.
Continuity management — preserves context, maintains thermal maps, and serializes states across sessions
Read diffs carefully, identify risks, and produce review feedback that is specific and actionable.
Write accurate docs, keep references current, and capture verified behavior only.
Branching, rebasing, commit hygiene, and review-friendly history for agency delivery.
Use the language server for precise navigation, symbol lookup, refactoring, and diagnostics.
| name | config-doctor |
| description | Ensure OpenCode configuration integrity — audits agent files, opencode.json, and skill definitions |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"maintainers","workflow":"configuration"} |
This skill ensures the integrity of the OpenCode configuration. It audits all agent markdown files, opencode.json, and skill definitions for schema compliance, identifying and fixing potential validation errors (like invalid frontmatter or incorrect tool types).
opencode.json or adding a new agent.C:\opencode\agents\*.md for YAML frontmatter. Ensure that if frontmatter exists, it does not contain an array-type tools field, as this conflicts with the core schema.opencode.json (plugins, agents, instructions) are absolute and exist.C:\opencode\skills\index.json matches the directories in C:\opencode\skills.config-validator.js tool (if available) to run a JSON Schema validation against opencode.json.C:\opencode\... for system-wide configuration.