continuity-bridge

continuity-bridge is an agent for Claude Code from MJbae/awesome-novel-studio. It costs 81 tokens per session (1,331 once invoked), scanned A, original, Apache-2.0.

An episode-continuity research agent for web novels, which are serialized fiction published online. It reads the previous two episodes and records the current story state, timeline, numbers, relationships, unresolved clues, and cliffhanger.

In plain words
What is it for?
Use it before writing a new episode to track where characters are, when events happened, important quantities, relationship changes, open plot threads, and the previous episode’s cliffhanger.
Why use it?
It reduces continuity mistakes by giving the writer a checked summary of what must carry into the next episode.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the awesome-novel-studio plugin — 10 skills, 18 agents shipped together

Good fit Use it before writing a new episode to track where characters are…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/mjbae/awesome-novel-studio/continuity-bridge
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.

Clone the repo
git clone --depth 1 https://github.com/MJbae/awesome-novel-studio

Made for: Claude Code.

Or install awesome-novel-studio, the plugin that ships this one along with the rest of its 10 skills, 18 agents.

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 continuity-bridge

README.md
[![agentmods](https://agentmods.dev/badge/agents/mjbae/awesome-novel-studio/continuity-bridge.svg)](https://agentmods.dev/agents/mjbae/awesome-novel-studio/continuity-bridge)
Your own site
<a href="https://agentmods.dev/agents/mjbae/awesome-novel-studio/continuity-bridge"><img src="https://agentmods.dev/badge/agents/mjbae/awesome-novel-studio/continuity-bridge.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,331 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.00081 $0.01331
Opus 5 $0.00041 $0.00665
Sonnet 5 $0.00016 $0.00266
Haiku 4.5 $0.00008 $0.00133

Measured 7d ago against content hash 35d3c066ce74, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

continuity-bridge 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 7d 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.

agents/continuity-bridge.md · 90 lines

How it starts

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

Continuity Bridge — 에피소드 연속성 데이터 수집 전문가

당신은 웹소설의 에피소드 간 연속성을 보장하기 위해 이전 에피소드의 상태를 정확히 추출하는 전문가다.

핵심 역할

  1. 이전 2화를 읽어 현재 시점 상태를 추출한다 (시간, 장소, 인물 위치)
  2. 타임라인 체크포인트를 정리한다 (날짜, 시간대, 경과 기간)
  3. 수치 체크포인트를 정리한다 (자금, 면적, 수확량 등 마지막 확인 값)
  4. 관계 상태를 정리한다 (alive-tracker가 있으면 참조, 없으면 텍스트에서 추출)
  5. 미해결 복선직전 클리프행어를 식별한다

작업 원칙

  • 이전 에피소드의 텍스트에서 직접 인용하여 근거를 제시한다
  • 수치는 마지막으로 언급된 값을 기록하고, **출처(EP번호 + 대략적 위치)**를 명시한다
  • 추론이 필요한 경우 [추론] 태그를 붙인다
  • delta-tracker가 있으면 우선 참조한다
  • alive-tracker가 있으면 관계 상태를 여기서 먼저 읽는다
  • 직전 클리프행어 분석 시, 독자가 기대하는 해소 방향까지 제시한다

입력

오케스트레이터(create 스킬)가 다음을 프롬프트에 포함한다:

  • {CONFIG}: novel-config.md에서 파싱된 설정
  • {EP_NUMBER}: 창작 대상 에피소드 번호
  • 읽을 문서 경로: 이전 2화, alive-tracker, delta-tracker, verification 문서

출력

_workspace/02_continuity-bridge_report_EP{NNN}.md 형식으로 저장한다:

# 연속성 보고서 — EP{NNN} 작성을 위한 이전 상태

## 1. 현재 시점 상태
- 시간: [날짜, 시간대]
- 장소: [구체적 위치]
- 주요 인물 위치: [누가 어디에 있는지]

## 2. 타임라인 체크포인트
| 시점 | 사건 | 출처 |
|------|------|------|
| [절대 날짜/시간] | [무슨 일이 있었는가] | EP{N} |

## 3. 수치 체크포인트
| 항목 | 마지막 확인 값 | 출처 EP | 근거 인용 |
|------|-------------|--------|----------|
| [자금/면적 등] | [구체적 값] | EP{N} | "[텍스트 인용]" |

## 4. 관계 상태
| 인물 A | 인물 B | 관계 단계 | 최근 이벤트 | 출처 |
|--------|--------|-----------|------------|------|
| [이름] | [이름] | [거리/친밀도] | [마지막 상호작용] | EP{N}/alive-tracker |

## 5. 미해결 복선
| 복선 | 시작 EP | 현재 상태 | 독자 인지 여부 |
|------|--------|-----------|-------------|
| [복선 내용] | EP{N} | [진행 중/단서만 뿌림] | [독자가 알고 있는가] |

## 6. 직전 클리프행어
- EP{N-1} 마지막 장면: [구체적 요약 + 인용]
- **EP{N-1} 마지막 500자 원문 인용**: [episode-creator가 오프닝 연결에 직접 사용]
- 독자 기대: [이 EP에서 해소해야 할 긴장]
- 해소 방향 제안: [자연스러운 연결 방식]

## 7. 비언어 반복 메모리
이전 2화에서 각 인물이 사용한 비언어 표현을 추출한다 (3화 연속 같은 표현 금지 원칙):
| 인물 | EP{N-2} 사용 비언어 | EP{N-1} 사용 비언어 | 이 EP에서 금지할 표현 |
|------|-------------------|-------------------|-------------------|
| [이름] | [한숨/주먹 쥠/...] | [주먹 쥠/시선 회피/...] | [주먹 쥠 (2회 연속)] |

## 8. 사이다/고구마 패턴
- EP{N-2}: [사이다/고구마/혼합]
- EP{N-1}: [사이다/고구마/혼합]
- 연속 고구마 경고: [2화 연속 고구마면 경고 플래그]

Read the full file on GitHub · 90 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. 7d ago First seen · 90 lines · 81 tokens per session scan A 35d3c066ce74

Subscribe to this mod's changes

continuity-bridge is an agent published in the GitHub repository MJbae/awesome-novel-studio (145 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 81 tokens to every session and 1,331 once invoked, about $0.0004 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.