원클릭으로
sync-commands
Synchronize OpenCode command markdown files from ~/.config/opencode/commands and generate docs/opencode/commands documentation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Synchronize OpenCode command markdown files from ~/.config/opencode/commands and generate docs/opencode/commands documentation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Genera archivos readme.yaml para cada skill en el directorio skills/. Usa IA para extraer metadata de SKILL.md y llena el template `readme.yaml.tpl` desde la carpeta del skill.
Synchronize and generate documentation for OpenCode MCP servers from opencode.json configuration. Use when the user wants to sync their MCP servers, generate MCP documentation, or view their configured MCP servers.
Synchronize and generate documentation for OpenCode plugins from opencode.json configuration. Use when the user wants to sync their plugins, generate plugin documentation, or view their configured plugins.
SOC 직업 분류 기준
| name | sync-commands |
| description | Synchronize OpenCode command markdown files from ~/.config/opencode/commands and generate docs/opencode/commands documentation. |
| license | MIT |
| compatibility | Reads command files from ~/.config/opencode/commands. |
| metadata | {"author":"hadenlabs","version":"0.1.0"} |
Synchronize slash command markdown files and generate command documentation.
Input: None required. The skill reads directly from ~/.config/opencode/commands.
Read source command files
Read all .md files from:
~/.config/opencode/commandsSynchronize command source into repository
Synchronize source files into:
data/opencode/commands/Requirements:
Extract command metadata from each synchronized file
For each file in data/opencode/commands/*.md:
/<command-id>description value (if present)Generate per-command documentation
For each synchronized command, generate one file in:
docs/opencode/commands/<command-id>.mdInclude:
data/opencode/commands/<file>.md)Use deterministic kebab-case file names.
Generate command index
Generate:
docs/opencode/commands/README.mdIndex content:
Preserve idempotence
For synchronized files and generated docs/index:
## OpenCode Commands Synchronization
Source read: ~/.config/opencode/commands/*.md
Synchronized: data/opencode/commands/
Generated docs: docs/opencode/commands/*.md
Generated index: docs/opencode/commands/README.md
~/.config/opencode/commands