원클릭으로
skill-creator
Helps the user create, install, and test new OpenCode skills with a self-correction feedback loop.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Helps the user create, install, and test new OpenCode skills with a self-correction feedback loop.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when exercising or debugging the complete ocint daemon LCH lifecycle, from a labelled GitHub issue through task execution, pull-request publication, and issue reply.
Use when adding, moving, or reviewing ocint modules, shared models, configuration, repositories, CLI commands, rendering, or package imports.
Use ocint ctx when specifically asked to search OpenCode history. This can be useful for anlyazing OpenCode sessions to find context or citations however it is not fuzzy search and requires exact terms for searching.
Use tmux for manual terminal testing of CLI and TUI behavior. Use when validating real TTY rendering, ANSI styling, wrapping at different widths, interactive output, progress displays, or long-running terminal commands.
A skill for processing PDFs, including creation, merging, and info extraction.
| name | skill-creator |
| description | Helps the user create, install, and test new OpenCode skills with a self-correction feedback loop. |
I help you manage the lifecycle of OpenCode skills in this repository, ensuring they are not just discoverable but functionally correct.
Before creating a skill, I:
tool help <command>) to learn correct syntax and schemas.just create <name> to set up the directory and SKILL.md template.I draft the SKILL.md to be extremely specific. For tools with complex inputs (like JSON schemas or specific flags), I include valid examples in the skill content to ensure the loading agent has a baseline.
After using just install <name>, I verify the skill by executing a functional test:
opencode run "..." with a prompt that exercises the skill's unique capabilities.SKILL.md instructions to address the failure (e.g., "The tool expects 'items' not 'rows'").just install <name>: Symlink to global config.just list: Audit available and active skills.just uninstall <name>: Deactivate a skill.Use this skill when you need to build a new capability that requires specific tool knowledge and verified execution. I am particularly useful for skills that wrap complex CLI tools.