بنقرة واحدة
opencode
Delegate complex coding tasks, refactoring, and codebase analysis to the OpenCode CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Delegate complex coding tasks, refactoring, and codebase analysis to the OpenCode CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate curated color token systems with dark/light mode support. Pick from 5 battle-tested palettes (Neutral Modern, Linear Dark, Claude Warm, Cursor Code, Lovable Pop) or generate a custom palette from a base color. Output is a ready-to-paste tokens.css block with semantic variables, automatic dark-mode switching, and WCAG AA contrast validation.
Development methodology selector and executor. Auto-selects the appropriate development method (TDD / BDD / API-First / Security-First / Direct Implementation) based on task context, or use the specified method directly. Supports direct invocation: `/dev-method tdd`, `/dev-method bdd`, etc.
Git workflow covering branch management, normalized commits, remote sync, with staged operation flows. Supports git commit, push, pull, branch, smart commit splitting, AI author tagging, safe branch operations.
通用网络小说创作技能 - 支持对小说项目进行初始化、做大纲/蓝图编排、故事构造与钩子编织、章节正文创作,以及文本级+故事级双重闭环质检。
End-to-end brand visual identity design methodology — a six-stage workflow from brand detective to system architect. Covers brand soul discovery, visual strategy, creative exploration, system building, multi-touchpoint narration, and guardian delivery.
Commercial and e-commerce image generation methodology — three-layer prompt engineering framework (subject-scene / style-texture / technical-constraints), scenario-based template library, and iterative optimization strategies for Chinese e-commerce and social media platforms.
| name | opencode |
| description | Delegate complex coding tasks, refactoring, and codebase analysis to the OpenCode CLI. |
| when_to_use | When you need to delegate code writing, bug fixing, test generation, codebase refactoring, or code analysis to OpenCode CLI. |
| allowed-tools | Bash |
This skill guides you in delegating complex software engineering and codebase manipulation tasks to the external OpenCode CLI (opencode).
When using this skill to run OpenCode, you are delegating execution to a powerful sub-agent. Follow these instructions precisely to ensure clean execution, proper session management, and context sharing.
opencode run [message..]: Main command to execute OpenCode with a specific prompt.--dangerously-skip-permissions: Automatically approves all tool execution permissions (required for non-interactive execution).-s, --session <session_id>: Resumes a specific session by ID.Bash tool in the project root directory (which is your current working directory).Session IDs must only be reused within the context of the same active task. Do not share sessions across different tasks.
opencode run "$ARGUMENTS" --dangerously-skip-permissions
opencode run "Now fix the failing test you just observed." --session <session_id> --dangerously-skip-permissions
--dangerously-skip-permissions is set to prevent the agent from hanging on interactive prompts.git status or git diff after execution.