mit einem Klick
codex
Delegate tasks to Codex.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Delegate tasks to Codex.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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 | codex |
| description | Delegate tasks to Codex. |
| when_to_use | When you need to delegate code completion, explanation, refactoring, or editing tasks to Codex. |
| allowed-tools | Bash |
This skill guides you in delegating code completion, editing, and explanation tasks to the external Codex CLI (codex).
codex "$ARGUMENTS": Invoke Codex directly with a prompt.codex app-server --listen stdio://: Runs Codex in LSP/ACP server mode (JSON-RPC interface).codex --help: Shows general command line help.Codex operates in a separate process. You must supply all necessary context in the prompt.
Run the command via the Bash tool:
codex "Complete the implementation of the auth handler in internal/auth/login.go"
If you need to query helper options or verify the installation:
codex --help