DI

director-plot-options

Creates divergent plot directions based on active story context.

Install

mkdir -p .claude/skills/director-plot-options && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13007" && unzip -o skill.zip -d .claude/skills/director-plot-options && rm skill.zip

Installs to .claude/skills/director-plot-options

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Director生成3个差异化剧情走向选项。自动读取config.md、arc.md、outline.md、最近M集novel。
64 charsno explicit “when” trigger
Beginner

Key capabilities

  • Generate three distinct plot options for a story.
  • Read `config.md` to inform plot generation.
  • Read `arc.md` to inform plot generation.
  • Read `outline.md` to inform plot generation.
  • Read recent `novel` episodes to inform plot generation.

How it works

The skill automatically reads existing story configuration and content files to generate three distinct plot directions. It uses these files as context to create varied narrative possibilities.

Inputs & outputs

You give it
The current story files: `config.md`, `arc.md`, `outline.md`, and recent `novel` episodes.
You get back
Three differentiated plot options.

When to use director-plot-options

  • Generating plot twists
  • Exploring alternative narrative paths
  • Brainstorming story directions
  • Expanding story outlines

About this skill

Codex 适配器

这是生成的 Codex 适配层。源 skill 仍是唯一事实来源,位置为 skills/director-plot-options/SKILL.md

不要手动编辑这个适配层。只有在确实需要改变 Claude 行为时才修改源 skill,然后运行 python3 .codex/build-codex-skills.py 重新生成适配层。

运行时映射

Codex 运行时映射

本仓库保持 skills/ 下的 Claude Code skill 不变。Codex 加载 .codex/skills/ 下生成的适配层;每个适配层会应用本映射,然后执行原始源 skill。

文件和 Shell 工具

  • Claude Read 表示读取当前工作区中的本地文件。
  • Claude Write 表示在当前工作区创建或覆盖本地文件。
  • Claude Edit 表示对本地文件进行定向修改。
  • Claude Glob 表示按模式查找文件。
  • Claude Grep 表示搜索文件内容,优先使用 rg
  • Claude Bash 表示在 skill 必要时执行本地 shell 命令。

Skill 调用

  • 使用 Skill tool 调用 <skill-name> skill 表示调用或执行名为 <skill-name> 的 Codex 适配层 skill。
  • 如果不能直接调用 skill,则读取 skills/<skill-name>/SKILL.md,并带着原始参数执行其中的说明。
  • 传递参数时保留源 skill 的 $ARGUMENTS 约定。

Agent 调用

  • Claude Agent 表示在可用时委托给 Codex sub-agent。
  • 如果存在匹配的角色,则使用 agents/<role>.md 中的角色意图。
  • 如果当前环境不支持自定义角色注入,则在当前 Codex 会话中执行委托任务,并遵循对应角色提示词。

定时任务和自动化

  • Claude CronCreateCronListCronDelete 不是 Codex 中的字面工具名。
  • 对于 /auto-video,优先使用 Codex automation 能力。
  • 如果当前环境没有 Codex automation 能力,则使用手动或外部周期性调用 /check-video <target> --auto
  • 不得绕过 check-videocreator-video-dreamina 中的安全规则。

模型提示

  • Claude model: opusmodel: sonnet 在 Codex 中仅作为提示信息。
  • 在 Codex 中,除非用户明确要求切换模型,否则使用当前活动模型。

工具白名单

  • 源 skill 中的 Claude allowed-tools 元数据在 Codex 中仅作为提示信息。
  • 如果某个 Claude 工具名在 Codex 中不可用,不要仅因为工具名不同而失败,应按本映射执行。

执行源 Skill

  1. 读取 skills/director-plot-options/SKILL.md,并使用用户的原始参数执行该 skill 的说明。
  2. skills/director-plot-options/ 视为源 skill 目录。当源 skill 引用 rules.mdconfig-template.md 等同级文件时,相对该目录解析。
  3. scripts/agents/story/assets/config.md 等仓库根路径视为相对当前工作区根目录的路径。
  4. 执行本适配层时,不要复制或修改源 skill 说明。

When not to use it

  • When the task involves bypassing safety rules in `check-video` or `creator-video-dreamina`.
  • When the current environment lacks Codex automation capabilities for `/auto-video`.
  • When the user explicitly requests a different model than the current active one.

Limitations

  • The skill cannot bypass safety rules in `check-video` or `creator-video-dreamina`.
  • The skill's automation capabilities for `/auto-video` depend on the current environment's Codex automation support.
  • The skill uses the current active model unless the user explicitly requests a switch.

How it compares

This skill automatically generates multiple plot options based on existing story files, unlike manually brainstorming or outlining plot directions.

Compared to similar skills

director-plot-options side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
director-plot-options (this skill)03moNo flagsBeginner
scientific-writing942moReviewIntermediate
resume-builder533moNo flagsBeginner
humanizer906moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

scientific-writing

K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

94309

resume-builder

amruthpillai

Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.

53229

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

ux-writing

content-designer

Create user-centered, accessible interface copy (microcopy) for digital products including buttons, labels, error messages, notifications, forms, onboarding, empty states, success messages, and help text. Use when writing or editing any text that appears in apps, websites, or software interfaces, designing conversational flows, establishing voice and tone guidelines, auditing product content for consistency and usability, reviewing UI strings, or improving existing interface copy. Applies UX writing best practices based on four quality standards — purposeful, concise, conversational, and clear. Includes accessibility guidelines, research-backed benchmarks (sentence length, comprehension rates, reading levels), expanded error patterns, tone adaptation frameworks, and comprehensive reference materials.

42155

writing-rap-lyrics

asvskartheek

Helps write rap lyrics with proper rhythm, flow, cadences, and structure. Teaches musical fundamentals (bars, beats, tempo, BPM) and lyric formatting. Use when writing rap lyrics, creating verses, understanding flow, structuring bars, improving cadence, learning rhythm patterns, or formatting rap lyrics.

44143

docs-write

metabase

Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).

22139

Search skills

Search the agent skills registry