creative-writing

creative-writing is a skill for Claude Code, Codex from serejaris/kimi-skills. It costs 141 tokens per session (3,180 once invoked), scanned A, original, MIT.

A complete workflow for writing fiction and other literary work, including novels, screenplays, poetry, essays, and audio dramas. It moves from understanding the brief through outlining, drafting, reviewing, and assembling the final piece.

In plain words
What is it for?
Use it to plan and write stories, web novels, scripts, storyboards, poems, lyrics, essays, letters, and other creative pieces.
Why use it?
It breaks a large creative project into stages with separate checks, helping maintain structure, style, and continuity. It also requires reviewing the real draft before presenting it as finished.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan and write stories, web novels, scripts, storyboards, poems, lyrics, essays, letters, and other creative pieces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/serejaris/kimi-skills/creative-writing
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 serejaris/kimi-skills --skill creative-writing
Clone the repo
git clone --depth 1 https://github.com/serejaris/kimi-skills

Made for: Claude Code, Codex.

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 creative-writing

README.md
[![agentmods](https://agentmods.dev/badge/skills/serejaris/kimi-skills/creative-writing/github.svg)](https://agentmods.dev/skills/serejaris/kimi-skills/creative-writing)
Your own site
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/creative-writing"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/creative-writing/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 creative-writing

Your own site · 80×15
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/creative-writing"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/creative-writing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,180 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.00141 $0.03180
Opus 5 $0.00071 $0.01590
Sonnet 5 $0.00028 $0.00636
Haiku 4.5 $0.00014 $0.00318

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

Security

Grade A, and why

creative-writing 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/check_wordcount.py, scripts/scan_anti_ai.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/creative-writing/SKILL.md · 125 lines

How it starts

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

Creative Writing

Read this file in full — never with a line limit; if a read is truncated, keep reading to the end. Then, at each stage, read its stage file BEFORE starting the stage (put these reads in your todo list):

Stage Must read first Goal
0 — Intake (this file) Brief understood; large sources indexed into notes
1 — Outline outline.md A structured, executable outline with a word budget (+ state files for multi-chapter works)
2 — Draft content.md + matching styles/*.md + anti-ai.md The actual prose/script/verse, written to file with craft and a human voice
3 — Review review.md Verifiable self-review passes on the real files; fix in place. No ARTIFACT_REF before this stage runs.
4 — Assemble Concatenate parts → {name}.agent.final.md; deliver in the genre's format; clean up stale intermediates

Take a creative brief from request to finished piece: understand → outline → draft → review → assemble and deliver, writing every artifact to a file as it is produced.

If the user requests a specific output format (or asks for inline / 对话框 output), honor it. Otherwise default the deliverable by genre, saving under /mnt/agents/output/:

  • Web-novel / 网文, fiction, poetry, lyrics → .txt — plain text, no Markdown syntax in the body, chapters concatenated.
  • Screenplay / 剧本, stage drama, audio drama / 有声剧, essay / 散文, letters → .docx — assemble {name}.agent.final.md, then convert via skills/docx/SKILL.md.

Workflow Decision Tree

Brief
  │
  ├─ Very short (flash fiction, single poem, one scene, < ~1.5k 字)
  │   → light outline in-head → draft → review → deliver
  │
  ├─ Short / medium (short story, essay, 1–3 chapters, 1.5k–15k 字)
  │   → Stage 1 (light outline) → Stage 2 → Stage 3 → Stage 4
  │
  ├─ Long / serialized (novel, web-novel, multi-episode, 15k+ 字 or >3 chapters)
  │   → Stage 1 (full outline + state files) → Stage 2 (chapter-by-chapter) → Stage 3 → Stage 4
  │
  ├─ Continuation / adaptation / rewrite (source uploaded)
  │   → index source into notes first (Step 0) → Stage 1 (fit to source) → Stage 2 → Stage 3 → Stage 4
  │
  ├─ Provides outline + asks for prose → Stage 2 → Stage 3 → Stage 4
  │
  ├─ Asks for outline / 大纲 / 框架 / 设定集 only
  │   → Stage 1 → that document IS the deliverable (name it {name}.agent.final.md) → deliver and stop
  │
  └─ A sequence of requests in one brief ("先给大纲…再写正文", "第一章…第二章…")
      → complete every part in order; persist each part to its own file as it is finished

Read the full file on GitHub · 125 lines

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. 11d ago First seen · 125 lines · 141 tokens per session scan A 27f4dd84b45d

Subscribe to this mod's changes

creative-writing is a skill published in the GitHub repository serejaris/kimi-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 141 tokens to every session and 3,180 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

ape-present

Converts a blog post into a single self-contained HTML document -- a visual-heavy, readable walkthrough with custom animated diagrams, short and crisp bullet points, and a natural explanation flow from first principles. Trigger on "ape present", "make this presentable", or "turn this post into a doc I can walk people…

arpitbbhayani/ape-skills · 68 tokens

animation-reverse-engineering

Reverse-engineer any motion reference (a video from X/Twitter, Dribbble, a screen recording, a GIF) into production animation code through frame-level dissection. Use when the user shares a video/URL and says "implement this animation", "recreate this motion", "port this interaction", "how does this animate", "clone…

sendaifun/skills · 176 tokens

brand-guidelines

Use when applying or documenting a brand identity. Covers extracting a system from existing assets, documenting colour, type, and voice, and applying a brand consistently across new work.

nimadorostkar/Claude-Skills-collection · 38 tokens

generative-art

Use when creating algorithmic or generative visual art. Covers composition through code, controlled randomness, colour systems, and building work that is varied without being arbitrary.

nimadorostkar/Claude-Skills-collection · 36 tokens

visual-design

Use when creating posters, covers, social graphics, or other static visual designs. Covers composition, typographic hierarchy, colour, and producing original work rather than pastiche.

nimadorostkar/Claude-Skills-collection · 37 tokens

presentations

Use when creating or editing slide decks (.pptx). Covers slide structure, using layouts and templates correctly, charts and images, speaker notes, and building a deck that communicates rather than decorates.

nimadorostkar/Claude-Skills-collection · 42 tokens