dragoncraft-studio

dragoncraft-studio is a skill for Claude Code from lj22503/diaolong-skill. It costs 55 tokens per session (2,817 once invoked), scanned A, original, MIT.

A workflow for creating and refining stories, then optionally turning them into interactive experiences. It coordinates separate steps for drafting, quality review, ethical checks, consistency checks, memory, and interaction design.

In plain words
What is it for?
Use it to create stories for areas such as brands, products, fundraising, education, healthcare, or social media. It can also produce interaction plans, fragment maps, reward systems, and schedules when that mode is selected.
Why use it?
It organizes several story-production tasks into one repeatable process. It helps when a project needs anything from a quick draft to a reviewed story with an interaction plan.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to create stories for areas such as brands, products, fundraising, education, healthcare, or social media. It can also produce interaction plans, fragment maps, reward systems, and schedules when that mode is selected.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lj22503/diaolong-skill/narrative-workflow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lj22503/diaolong-skill --skill narrative-workflow
Clone the repo
git clone --depth 1 https://github.com/lj22503/diaolong-skill

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dragoncraft-studio

README.md
[![agentmods](https://agentmods.dev/badge/skills/lj22503/diaolong-skill/narrative-workflow/github.svg)](https://agentmods.dev/skills/lj22503/diaolong-skill/narrative-workflow)
Your own site
<a href="https://agentmods.dev/skills/lj22503/diaolong-skill/narrative-workflow"><img src="https://agentmods.dev/badge/skills/lj22503/diaolong-skill/narrative-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dragoncraft-studio

Your own site · 80×15
<a href="https://agentmods.dev/skills/lj22503/diaolong-skill/narrative-workflow"><img src="https://agentmods.dev/badge/skills/lj22503/diaolong-skill/narrative-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,817 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.02817
Opus 5 $0.00028 $0.01409
Sonnet 5 $0.00011 $0.00563
Haiku 4.5 $0.00006 $0.00282

Measured 10d ago against content hash 1f4eda4c91f1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

dragoncraft-studio scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/narrative-workflow/SKILL.md · 237 lines

How it starts

The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.

雕龙·工坊 (DragonCraft Studio)

描述:叙事自动化工作流引擎。负责协调元Skill、场景Skill和互动设计Skill的流水线作业。

🎯 工作流模式

模式A:快速输出(默认)

  • 执行:阶段0→阶段1→阶段4
  • 跳过:阶段2、阶段3
  • 输出:初稿 + 记忆摘要 + 简要优化建议

模式B:深度打磨

  • 执行:阶段0→阶段1→阶段2→阶段4
  • 迭代直到八刀评分均≥7分,去AI化检测通过
  • 输出:终稿 + 迭代报告 + 记忆写入

模式C:互动设计

  • 执行:阶段0→阶段1→阶段2→阶段3→阶段4
  • 输出:完整叙事终稿 + 互动设计方案 + 碎片地图 + 排期表 + 记忆写入

模式D:仅互动设计(已有叙事文本)

  • 用户直接提供叙事文本,跳过阶段1
  • 执行:阶段0→阶段2(快速评估)→阶段3→阶段4
  • 输出:互动设计方案 + 记忆写入

🔗 依赖关系

本 Skill 编排调用以下 Skill 模块:

依赖 Skill 模块 用途 调用阶段
narrative-meta 八刀评估 叙事质量打分(历史/辩证/现象/语言/形式/存在/美感/元反思) 阶段2
narrative-meta 去AI化检测 7条规则检测模板词/逻辑词/抽象情感等 阶段2
narrative-meta 伦理审查 三条原则检查(事实篡改/不当省略/隐私泄露) 阶段2
narrative-meta 人格映射 根据素材特征推荐MBTI叙事人格 阶段0/阶段1
narrative-meta 一致性检查 跨场景比对,输出差异报告 阶段2
narrative-meta 记忆管理 存储/检索用户历史叙事 阶段0/阶段4
narrative-personal-ip 场景生成 个人IP叙事初稿生成 阶段1(个人IP场景)
互动设计Skill 互动设计 碎片地图/排期表/奖励机制 阶段3

调用路径narrative-workflow → narrative-meta(评估/检测/审查/记忆) → narrative-personal-ip(生成)

📋 输入校验规则

  • 场景(scene):必填,枚举值:个人IP/品牌/产品/融资/销售/组织变革/公益/法律/医疗/社交媒体/创意产品/生活方式/科技/争议话题/艺术/心理/可持续/教育/复盘/危机公关/个人品牌/产品发布/书籍写作
  • 模式(mode):必填,枚举值:A/B/C/D,默认A
  • 人格(persona):可选,枚举值:ENFJ/ENFP/INFJ/INFP/不填则自动推荐
  • 素材(material):必填,JSON对象,至少包含2个字段
  • 校验失败处理:场景/模式不合法 → 提示可选值;素材为空 → 拒绝执行并引导
  • 长度限制:素材每个字段 20-500 字,超出范围自动截断并警告

📋 各阶段详细指令

阶段0:记忆检索(调用元Skill的记忆模块)

输入:用户ID,当前场景,素材关键词 处理

  • 检索该用户历史叙事中相同主题的故事ID
  • 检索用户偏好的叙事人格、常用金句
  • 检索是否有跨场景事实不一致的记录 输出格式
{
  "similar_stories": [{"story_id": "xxx", "title": "xxx", "avoid_repeat": true/false, "suggested_reference": "可引用片段"}],
  "preferred_persona": "ENFP",
  "inconsistencies": [],
  "pending_suggestions": ["建议完成三部曲终章"]
}

阶段1:场景Skill生成

根据用户选择的场景调用对应的场景Skill。该Skill会内嵌元Skill的结构生成能力。 输出:初稿(符合该场景的结构模板)

阶段2:元Skill打磨

子步骤

  • 2.1 八刀评估:对初稿打分(1-10分),低于7分的维度触发修改
  • 2.2 去AI化检测:应用7条规则,标注问题位置,自动执行润色
  • 2.3 伦理审查:检查是否违反三条原则,标注省略内容
  • 2.4 跨场景一致性:与记忆库中的历史事实比对,输出差异报告

Read the full file on GitHub · 237 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 237 lines · 0 tokens per session scan A 1f4eda4c91f1

Subscribe to this mod's changes

dragoncraft-studio is a skill published in the GitHub repository lj22503/diaolong-skill (5 stars, last pushed 1mo ago), licensed MIT. It adds 55 tokens to every session and 2,817 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.