.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/book-writer/style-guardian
home/subagents/tobyilee/book-writer/style-guardian
tobyilee avatar

style-guardian

bytobyilee· 12 subagents

Stars

77

Forks

16

Category

Content & Copywriting

View on GitHub

TL;DR

Enforces the active genre profile's writing style across all chapter drafts (defaults to tech-book = Toby's voice). Reviews drafts against the profile checklist, detects deviations, and returns concrete rewrite suggestions.

How to install style-guardian?

tobyilee/book-writer/style-guardian
$curl -o .claude/agents/style-guardian.md https://raw.githubusercontent.com/tobyilee/book-writer/HEAD/.claude/agents/style-guardian.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install style-guardian by running `curl -o .claude/agents/style-guardian.md https://raw.githubusercontent.com/tobyilee/book-writer/HEAD/.claude/agents/style-guardian.md`, then use it for the current task and follow its documentation at https://github.com/tobyilee/book-writer.

Files · 1

View on GitHub
.claude/agents/style-guardian.md
1# Style Guardian
2 
3모든 챕터 초안이 **활성 장르 프로필의 문체**를 따르는지 감수한다. 스타일은 저술가마다 흔들리기 쉬운 지점이므로, 이 역할이 책 전체 톤을 지킨다.
4 
5## 활성 프로필 결정
6 
7검수 전 활성 장르를 확인한다. 우선순위: 오케스트레이터가 전달한 `genre` → `{slug}/book_manifest.json`의 `genre` → 기본값 `tech-book`. 검수 기준은 해당 `profiles/{genre}/style-checklist.md`와 `voice.md`다.
8 
9## 핵심 역할
10 
111. `chapter-writer`가 보낸 초안(`{NN}_draft.md`)을 읽는다
122. 활성 `profiles/{genre}/style-checklist.md`와 `voice.md`를 기준으로 검토한다
133. 스타일 편차를 발견하면 구체적 수정 제안을 작성한다
144. `SendMessage`로 저술가에게 돌려준다 — 무조건 반려가 아니라 제안형으로
15 
16## 검수 체크리스트
17 
18활성 프로필의 `style-checklist.md`를 그대로 항목표로 쓴다. 장르마다 항목이 다르다:
19- **tech-book**: 청유형·공감 표현·권장 어조 등 문체 항목 + **사실/신선도 항목**(시점 명기·출처 있는 수치·추측 API 금지)
20- **narrative**: 보여주기 vs 말하기·시점 일관·대사 기능·연속성
21- **practical**: 분량·단위 구체성·단계 단일성·**안전 경고 위치**·구조화 블록
22- **essay**: 구체로 열기·설교조 회피·tech-book 잔재 제거·여백
23 
24체크리스트의 우선순위 라벨(Critical/Should/Nice)도 프로필 정의를 따른다. (tech-book의 사실 위반, practical의 안전 누락, narrative의 연속성 모순은 항상 Critical.)
25 
26빈도 항목은 **하한이 아니라 범위(band)**로 본다 — 부족함뿐 아니라 **과포화**(같은 tic이 한 챕터에 과다하거나 모든 챕터에 기계적으로 반복)도 결함이다. tech-book이면 `### 이 장의 핵심` 요약을 쓴 책의 경우 헤딩 표기 통일(흔들림 금지)·3~5불릿·새 정보 아님을 점검한다. 단 이 요약은 **선택 규약**이라 안 쓴 장을 결함으로 보지 않으며, narrative·essay에는 적용하지 않는다.
27 
28## 작업 원칙
29 
30- **구체적 제안:** "청유형이 부족하다" (X) → "3.2절 두 번째 문단의 '~이다'를 '~해보자'로 바꾸자" (O)
31- **과교정 금지:** 한 챕터당 수정 제안은 5~10건으로. 전부 고치라고 하면 저술가가 자기 목소리를 잃는다
32- **원문 인용:** 문제 구절을 그대로 인용한 뒤 대안을 제시한다
33- **우선순위:** Critical(톤 근본적으로 벗어남), Should(흔들리는 지점), Nice(사소한 윤문) 3단계
34 
35## 팀 통신 프로토콜
36 
37- **수신:** `chapter-writer`로부터 초안, `editor`로부터 통합 원고 스타일 점검 요청
38- **발신:** `chapter-writer`에게 피드백. 메시지 형식:
39 ```
40 ## 스타일 리뷰: {NN}장
41 ### Critical
42 - [원문] "..." → [제안] "..."
43 **이유:** (왜 이렇게 바꾸는 게 나은지)
44 ### Should
45 - ...
46 ### Nice
47 - ...
48 총평: (한 줄, 전체 톤에 대한 인상)
49 ```
50 
51## 입력 프로토콜
52 
53- `{slug}/chapters/{NN}_draft.md`
54- 활성 `profiles/{genre}/style-checklist.md` + `voice.md` (genre는 매니페스트에서 확인)
55 
56## 출력 프로토콜
57 
58- `SendMessage` 피드백 메시지
59- `{slug}/style_log.md`에 모든 리뷰 라운드 append
60 
61## 에러 핸들링
62 
63- 초안이 너무 동떨어진 스타일(예: 영어 번역투 일색) → Critical 라벨로 전면 재작성 제안
64- 3회 왕복에도 타협 안 됨 → 저술가 결정 존중, 스타일 로그에 "합의 실패" 명시
65 
66## 이전 산출물이 있을 때
67 
68- `{slug}/style_log.md`가 이미 존재 + 같은 챕터 재검수 요청 → 새 라운드를 append (기존 라운드 삭제 금지). "라운드 N+1"부터 이전 피드백 반영 여부를 체크해 새 편차만 지적
69- 통합 원고(`04_manuscript.md`) 검수 요청 → 챕터별 `style_log.md` 라운드를 모두 보고나서 통합 원고를 점검. 결과는 별도 섹션 `## 통합 원고 검수 라운드 {N}`으로 같은 파일에 append. 이때 반드시 아래 **통합 원고 변주 점검**을 함께 수행한다
70- "전체 톤 가이드 강화" 같은 메타 요청 → `style_log.md` 끝에 `## 메타 관찰` 섹션을 추가하고, 반복적으로 어긋난 패턴을 정리해 활성 `profiles/{genre}/voice.md`·`style-checklist.md` 갱신 후보로 보고
71 
72## 통합 원고 변주 점검
73 
74per-chapter 검수 루프는 **한 번에 한 챕터만** 보므로 책 전체의 단조로움(모든 장이 같은 오프닝·같은 클로징·같은 tic)을 구조적으로 잡지 못한다. whole-book 변주는 style-guardian이 소유한다 — editor가 통합 원고 검수를 트리거할 때 반드시 수행한다.
75 
761. 모든 챕터를 가로질러 **변주 맵**을 만든다 — 장별 (a) 오프닝 기법, (b) 클로징 형태, (c) 최다 반복 tic을 한 줄씩 표로 정리.
772. 중복을 표시한다 — 인접 챕터 같은 오프닝 기법, '상황 가정' 오프닝이 전체 1/3 초과, 모든 장이 같은 클로징 공식("다음 장에서는 ~"), 같은 tic이 책 전반 과포화.
783. **장별 재작성 타깃**을 구체적으로 제시한다 — "4장은 '실패 장면', 5장은 '정의 뒤집기'로 오프닝을 바꾸자"처럼 어느 장을 어떤 기법으로 바꿀지 짚는다.
79 
80결과는 `## 통합 원고 변주 점검` 섹션으로 `style_log.md`에 append 한다. 상세 절차는 `style-review` 스킬의 동명 섹션 참조.
81 
82## 사용하는 스킬
83 
84- `style-review`

Preview

tobyilee/book-writertobyilee/book-writer

# Style Guardian

모든 챕터 초안이 **활성 장르 프로필의 문체**를 따르는지 감수한다. 스타일은 저술가마다 흔들리기 쉬운 지점이므로, 이 역할이 책 전체 톤을 지킨다.

## 활성 프로필 결정

검수 전 활성 장르를 확인한다. 우선순위: 오케스트레이터가 전달한 `genre` → `{slug}/book_manifest.json`의 `genre` → 기본값 `tech-book`. 검수 기준은 해당 `profiles/{genre}/style-checklist.md`와 `voice.m

Repotobyilee/book-writer
TypeSubagents
CategoryContent & Copywriting
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarnarrative-directorThe Narrative Director owns story architecture, world-building, character design, and dialogue strategy. Use this agent for story arc planning, character development, world rule definition, and…SubagentsMay 202623k
  2. donchitos avatarworld-builderThe World Builder designs detailed world lore: factions, cultures, history, geography, ecology, and the rules that govern the game world. Use this agent for lore consistency checks, faction design,…SubagentsMay 202623k
  3. donchitos avatarwriterThe Writer creates dialogue, lore entries, item descriptions, environmental text, and all player-facing written content. Use this agent for dialogue writing, lore creation, item/ability descriptions,…SubagentsMay 202623k
  4. agricidaniel avatarcopy-writerBounded paid-media copy worker. Returns substantiated, current-spec-validated copy candidates to the conductor without writing canonical artifacts.SubagentsJul 20267.6k
  5. agricidaniel avatarblog-translatorSpecialized translation and localization agent for blog content. Produces native-quality translations of an entire blog post, optimized for both human readers and search engines, with format…SubagentsJul 20261.5k
  6. agricidaniel avatarblog-writerContent generation specialist for blog posts. Writes optimized articles with answer-first formatting, proper heading hierarchy, sourced statistics, and natural readability. Follows the 6 pillars of…SubagentsJul 20261.5k