novel-lite

novel-lite is a skill for Claude Code, Codex from alfredxw/denova. It costs 30 tokens per session (716 once invoked), scanned A, original, Apache-2.0.

A fast writing workflow for continuing prose, drafting scenes or chapters, and exploring story ideas. It runs directly through the main writing agent without separate review or revision steps.

In plain words
What is it for?
Writing passages, scenes, chapters, story arcs, or other requested prose while checking relevant project files and lore when continuity matters.
Why use it?
It reduces waiting when the goal is a quick draft or continuation and a review pass is not needed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: agent in frontmatter; mentions subagents.

Good fit Writing passages, scenes, chapters, story arcs, or other requested prose while checking relevant project files and lore when continuity matters.

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

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 novel-lite

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/alfredxw/denova/novel-lite"><img src="https://agentmods.dev/badge/skills/alfredxw/denova/novel-lite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 716 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00030 $0.00716
Opus 5 $0.00015 $0.00358
Sonnet 5 $0.00006 $0.00143
Haiku 4.5 $0.00003 $0.00072

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

Security

Grade A, and why

novel-lite 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 5d 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/novel-lite/SKILL.md · 47 lines

How it starts

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

novel-lite

Use this Skill for fast prose generation by the Writing Agent.

Determine the writing scope

  • Infer the scope from the user's actual request, such as continuing a passage, writing a scene, one chapter, three chapters, a story arc, or a custom target.
  • Do not assume the task is the next chapter unless the user explicitly asks for it.
  • There is no writing_scope field. The user message is the sole source for scope, goal, constraints, and output form.
  • When the user requests multiple chapters, do only a lightweight internal breakdown: determine the overall direction and chapter boundaries, then write at the requested scale.

Workflow

main Agent -> final output

Tool requirements

  • When continuity matters, first use read for the relevant workspace files, such as CREATOR.md, setting/outline.md, setting/progress.md, setting/character-states.md, the current chapter-group plan, and recent chapters. For lore, use list_lore_items to identify relevant entries and read_lore_items to load their complete bodies.
  • If the user asks only for a passage, exploratory draft, or example in chat, output the prose directly and do not write workspace files.
  • When the user asks to create or update workspace prose, use write for a new file or complete rewrite and edit for localized replacement. old_string must match the current file exactly and uniquely and must not contain line-number prefixes returned by read.
  • Inspect every write or edit result. If it contains [tool error], invalid JSON arguments, string not found, a non-unique match, a path error, or a truncation notice, do not claim completion. Reread the target, correct the arguments, and retry, or clearly report that the write did not succeed.
  • After user-visible file changes, use read to verify key excerpts from the final file. If verification is impossible, say so in the final response.
  • After writing a complete chapter or materially changing its plot, finish the prose self-review and final revision, then update setting/progress.md and setting/character-states.md in the same turn. Chapter status in the UI does not affect synchronization. Pure typo, punctuation, or wording edits that do not change narrative facts need no state update.
  • Treat setting/progress.md only as a summary. Determine the next chapter from actual chapter paths and non-empty prose, and correct progress in the same turn when they conflict.

Read the full file on GitHub · 47 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. 5d ago Changed cea4eda56c4f
  2. 10d ago First seen · 47 lines · 30 tokens per session scan A c57ce13037f4

Subscribe to this mod's changes

novel-lite is a skill published in the GitHub repository alfredxw/denova (703 stars, last pushed today), licensed Apache-2.0. It adds 30 tokens to every session and 716 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

llmlint

A Chinese-prose rule library with two entry points. Before writing, emit the rules as writing constraints to load into a system prompt or style guide. After writing, lint the draft with static rule hits, neural AIGC heatmaps, contextual review, approved repair, and local learning notes. Use when drafting or rewriting…

notnotype/neuro-book · 128 tokens

profile-system-guide

Guide users and agents through Neuro Book harness, TSX profiles, ProfileTurnPlan, skills, user-assets overlays, settings forms, profile home resources, profile compile checks, templates, system restore, and safe profile editing.

notnotype/neuro-book · 48 tokens

novel-technique-character-card-workshop

A workshop for turning rough character ideas into detailed, usable character profiles. It supports structured question cycles, personality layers, visual themes, and checks against reducing a character to a few labels.

notnotype/neuro-book · 163 tokens

novel-writer-execution

An internal execution guide for a writer profile after it receives a brief. It describes the detailed workflow, decision points, and common mistakes.

notnotype/neuro-book · 44 tokens

RP模式

A set of instructions for running a role-playing session under the NeuroBook RP protocol. RP means role-play, where characters and events are simulated according to defined rules.

notnotype/neuro-book · 50 tokens

skill-creator-zh

A skill for creating and maintaining skills in the Neuro Book repository. Skills are reusable instruction packages that guide an agent through a particular kind of work.

notnotype/neuro-book · 73 tokens