一键导入
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 页面并帮你完成安装。
基于 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.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.