plugin-creator
Scaffold DeepSeek local plugin directories and activation notes. Use when the user asks to create, package, or sketch a plugin for DeepSeek TUI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scaffold DeepSeek local plugin directories and activation notes. Use when the user asks to create, package, or sketch a plugin for DeepSeek TUI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
此技能应在需要把章纲、场景目标或续写任务转成可读正文时使用。目标是稳定推进章节节奏、冲突与情绪,而不是只堆事件。
Use when writing, planning, continuing, repairing, revising, or running marathon/"疯狂写作"/auto continuation mode for Chinese long-form fiction with recurring characters, multiple plotlines, persistent world rules, chapter-by-chapter continuity needs, or style-specific constraints.
此技能应在用户意图还模糊、素材不足或创作方向尚未收束时使用。目标是用最少的问题换到最关键的信息,而不是把用户困在问答里。
此技能应在修订、续写或阶段检查前后使用。目标是发现人物、世界规则、时间线、伏笔与文风的前后冲突,并给出可执行修复建议。
此技能应在需要把题材、角色、冲突和目标整理为可扩展结构时使用。目标是先搭稳骨架,再决定细节落到总纲、卷纲还是章纲。
此技能应在需要创建、重构、验证、迭代或打包标准技能包时使用。适用于把经验流程沉淀为可分发的 SKILL.md 目录包,且不应默认绑定某个具体宿主工具。
| name | plugin-creator |
| description | Scaffold DeepSeek local plugin directories and activation notes. Use when the user asks to create, package, or sketch a plugin for DeepSeek TUI. |
Use this skill when a user wants a DeepSeek plugin scaffold or a plan for a plugin-style extension.
DeepSeek plugins are currently a documented packaging convention, not an auto-loaded runtime. Be explicit about that. A plugin becomes active only when it is referenced from a skill, hook, MCP server, or future plugin loader.
~/.deepseek/plugins/<plugin-name>/<workspace>/plugins/<plugin-name>/PLUGIN.md with frontmatter:---
name: my-plugin
description: What this plugin packages or enables.
status: draft
---
# My Plugin
What it does, how to enable it, and any scripts or MCP servers it expects.
skills/ for model instructionsscripts/ for helpers invoked by a skill or hookmcp/ for an MCP server package or config notesassets/ for templates, examples, or fixturesPLUGIN.md that says exactly how the user
should turn it on today.PLUGIN.md has
name and description frontmatter.Do not claim that dropping a folder into plugins/ changes runtime behavior by
itself. If the user asks for a live plugin system, propose a loader design
separately and keep the scaffold honest.