원클릭으로
author-command
Use `author-command` to get OpenCode Command Authoring when writing or reviewing OpenCode command markdown.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use `author-command` to get OpenCode Command Authoring when writing or reviewing OpenCode command markdown.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use `author-caveman` to write Caveman English.
Use `author-agent` to get OpenCode Agent Authoring when writing or reviewing OpenCode agent markdown.
Use `author-rules` to write `AGENTS.md` files.
Use `author-skill` to get Skill File Authoring when you need to review/write skill files for agents.
Use `design-prd` to get Product Requirements when planning any feature or to understand project business requirements, user roles, and success criteria.
Use `execute-code` to get "Technical Design" when you must design technical tasks, implement features or refactor code.
SOC 직업 분류 기준
| name | author-command |
| description | Use `author-command` to get OpenCode Command Authoring when writing or reviewing OpenCode command markdown. |
Use this guide when writing or reviewing OpenCode command markdown.
.opencode/commands/{name}.md~/.config/opencode/commands/{name}.mdCommand file is raw markdown with YAML frontmatter.
---
description: Short command summary.
agent: agent-name (optional)
model: provider/model (optional)
---
$ARGUMENTS
---------
COMMAND PROMPT
Frontmatter keys:
description: short command summary.agent: agent name. Optional.subtask: false (if need context of session); true (isolated session)tier: Non-creative task -> fast; project changes -> balanced; complex/planning/design task -> smartBody:
$ARGUMENTS where user args belong. Prefer to separate with --------- to avoid confusion with fixed COMMAND PROMPT.