📚
AI EngineeringPython

Awesome Novel

by modoojunko

Awesome Novel is an AI Engineering skill for Claude Code, published by modoojunko in awesome-novel-agent.

651 stars73 forkson modoojunko/awesome-novel-agentAdded 2026/08/24+3% in starsRepository updated 2026/08/18
agent-skillai-fictionai-novelai-skillclaude-codehermesnovel-generatornovel-writingstory-generationstory-writing
Install in seconds
Install Awesome Novel
Copy Awesome Novel into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/modoojunko/awesome-novel-agent ~/.claude/skills/awesome-novel-agent

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/modoojunko/awesome-novel-agent.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in modoojunko/awesome-novel-agent
Installs to
~/.claude/skills/awesome-novel-agent
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Awesome Novel does

Awesome Novel coordinates a multi-agent workflow for writing novels with AI, from project initialization and story setup to chapter planning and archiving. Use it when starting a new novel or importing an existing one.

Awesome Novel is cataloged under AI Engineering on DirSkills. Awesome Novel comes from a repository tagged agent-skill, ai-fiction, ai-novel, ai-skill and claude-code.

Documentation

README

Novel — 小说创作工作流

和 AI 一起写小说。本 skill 负责项目状态检测、新项目初始化、旧版项目自动迁移,完成后将控制权交给 novel-agent。

唤起方式: 用户在项目目录输入 /awesome-novel(Claude Code / OpenCode 直接输入;Codex 输入 /use awesome-novel;或说"帮我写本小说")即进入下方检测流程。新目录会先询问作者,确认后运行 init.py 在本地初始化小说工作空间。

OpenCode 集成说明

本 skill 也支持 OpenCode。安装在 ~/.config/opencode/skills/awesome-novel/ 后,项目初始化脚本会自动部署 agent 定义到 .opencode/agents/,OpenCode 即可自动发现:

  • @novel-agent — 加载总指挥 agent
  • @volume-planner@chapter-planner 等 — 加载子 agent
  • Task 工具 — novel-agent 通过 Task 工具调用子 agent

调度机制: novel-agent 写 order 文件到 .agent/task/status: pending)→ Task 工具调用子 agent → 子 agent 读取 order 执行 → 完成后将 order 覆盖为 status: DONE 后退回。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Awesome Novel

  • How does Awesome Novel compare to other AI Engineering skills?

    Awesome Novel ranks #1859 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Awesome Novel against them. Open each page to compare what they document and how they install.