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.
npx skills add MJbae/awesome-novel-studio --skill designgit clone --depth 1 https://github.com/MJbae/awesome-novel-studioWrote 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.
[](https://agentmods.dev/skills/mjbae/awesome-novel-studio/design)<a href="https://agentmods.dev/skills/mjbae/awesome-novel-studio/design"><img src="https://agentmods.dev/badge/skills/mjbae/awesome-novel-studio/design/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.
<a href="https://agentmods.dev/skills/mjbae/awesome-novel-studio/design"><img src="https://agentmods.dev/badge/skills/mjbae/awesome-novel-studio/design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00176 | $0.00994 |
| Opus 5 | $0.00088 | $0.00497 |
| Sonnet 5 | $0.00035 | $0.00199 |
| Haiku 4.5 | $0.00018 | $0.00099 |
Grade A, and why
design 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 9d 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.
What it actually says
Novel Design Router — 통합 설계 라우터
사용자의 설계 요청을 분석하여 적절한 스킬로 안내한다. 이 라우터 자체는 설계를 수행하지 않는다. 각 단계 완료 후 다음 단계를 안내하는 네비게이터 역할을 수행한다.
라우팅 로직
사용자 입력 분석:
├── 제안/발상 키워드: "새 소설", "소설 제안", "아이디어", "컨셉 잡아줘", "어떤 소설"
│ → propose로 안내
├── 모호한 '새 소설' 요청: 컨셉이 없거나 장르/플랫폼이 불명확
│ → propose로 안내
├── 통합 키워드: "큰 설계와 작은 설계", "전체 + 세부", "통합 설계", "둘 다"
│ → 사용자에게 사전 안내 후 design-big 먼저 실행
│ → 큰 설계 완료 후 design-small 안내
├── 모호한 경우: "웹소설 기획 부탁해", "작품 설계"
│ → 사용자에게 범위 확인 질문
└── (큰 설계/작은 설계 명확 요청은 big/small 스킬이 직접 트리거 — 라우터 경유 불필요)
통합 설계 안내 문구
통합 설계는 2단계로 진행됩니다:
1단계: 큰 설계 (design-big)
- 전체 소설의 부트스트랩 + 캐릭터 시트 + 플롯 훅 가이드
- 자동 리서치(domain-researcher)로 전문 분야 자료를 수집한 후 설계 진행
2단계: 작은 설계 (design-small)
- 25화 단위 세부 캐릭터 시트 + 세부 플롯 훅 가이드 (권장: 25화씩 순차 진행)
- 자동 리서치로 해당 아크의 세부 자료 보강
큰 설계부터 시작하겠습니다.
범위 확인 질문
어떤 범위의 설계가 필요하신가요?
0. **소설 제안** — 아직 컨셉이 없다면, 장르/플랫폼 기반으로 3개 설계안을 제안
1. **큰 설계** — 전체 소설의 뼈대 (부트스트랩 + 캐릭터 + 플롯)
2. **작은 설계** — 25화 단위 세부 설계 (예: 1~25화 → 26~50화 순차) (큰 설계 문서가 이미 있어야 함)
3. **통합 설계** — 큰 설계 후 작은 설계까지 순차 진행
네비게이터 역할
각 단계 완료 시 다음 단계를 자동으로 안내한다:
| 현재 완료 단계 | 다음 안내 | 자동 연결 |
|---|---|---|
| propose 완료 | "제안서가 저장되었습니다. 큰 설계(design-big)를 시작하시겠습니까?" | 사용자 동의 시 design-big을 호출하면서 제안서 경로를 명시적으로 전달: "프로젝트 루트의 {작품가제}_제안서.md를 Phase 1에서 반드시 로드하라" |
| design-big 완료 | "큰 설계가 완료되었습니다. 작은 설계(design-small)를 시작하시겠습니까?" | novel-config.md 존재 확인 후 안내 |
| design-small 완료 | "작은 설계가 완료되었습니다. 다음 아크의 작은 설계를 진행하시겠습니까?" | — |
공유 레퍼런스
references/genre-dna-framework.md는 이 라우터 하위에 위치하며, design-big과 design-small에서 공용으로 참조한다.
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.
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.
- 9d ago First seen · 66 lines · 176 tokens per session scan A 0446c6f8a3f9
design is a skill published in the GitHub repository MJbae/awesome-novel-studio (147 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 176 tokens to every session and 994 once invoked, about $0.0009 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…