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 agentmods add skills/this-hw/claude-code-kit/doc-coauthoringnpx skills add This-HW/claude-code-kit --skill doc-coauthoringgit clone --depth 1 https://github.com/This-HW/claude-code-kitWhat 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 | $0.00026 | $0.01415 |
| Opus 5 | $0.00013 | $0.00707 |
| Sonnet 5 | $0.00005 | $0.00283 |
| Haiku 4.5 | $0.00003 | $0.00142 |
Grade A, and why
doc-coauthoring 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 265 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Document Co-authoring
AI 기반 문서 작성 및 협업
문서의 작성, 리뷰, 업데이트를 자동화하여 일관성 있는 고품질 문서를 유지합니다.
사용법
신규 문서 작성
/doc-coauthoring "API 문서 작성" docs/api/README.md
/doc-coauthoring "사용자 가이드" docs/user-guide.md
기존 문서 업데이트
/doc-coauthoring "업데이트" docs/architecture/design.md
/doc-coauthoring "리뷰 및 개선" README.md
문서 유형별 워크플로우
1. API 문서
구조:
- 개요 (Overview)
- 인증 (Authentication)
- 엔드포인트 (Endpoints)
- 요청/응답 예시
- 에러 코드
- 사용 예시 (Examples)
생성 프로세스:
- 코드에서 API 정의 추출 (Glob + Read)
- OpenAPI/Swagger 스펙 읽기 (있으면)
- 표준 템플릿 적용
- 예시 코드 생성
2. 아키텍처 문서
구조:
- 시스템 개요
- 구성 요소 (Components)
- 데이터 플로우
- 기술 스택
- 의사결정 기록 (ADR)
생성 프로세스:
- 프로젝트 구조 분석 (Glob)
- 주요 파일 읽기 (Read)
- 다이어그램 생성 (Mermaid)
- 의사결정 맥락 추가
3. 사용자 가이드
구조:
- 시작하기 (Getting Started)
- 주요 기능 (Features)
- 튜토리얼 (Tutorials)
- FAQ
- 트러블슈팅 (Troubleshooting)
생성 프로세스:
- 사용자 여정 파악
- 스크린샷 위치 표시
- 단계별 가이드 작성
- 일반적인 문제 정리
4. README
구조:
- 프로젝트 설명
- 기능 (Features)
- 설치 (Installation)
- 사용법 (Usage)
- 기여 가이드 (Contributing)
- 라이센스 (License)
생성 프로세스:
- 프로젝트 메타데이터 추출
- 주요 기능 식별
- 설치 단계 자동 감지
- 배지 (Badges) 추가
문서 품질 체크
자동 검증
- 구조: 표준 헤딩 구조 (H1 → H2 → H3)
- 링크: 깨진 링크 없음
- 코드 블록: 언어 지정 (
python,bash) - 일관성: 용어 통일 (API vs api, Node.js vs nodejs)
- 완전성: 필수 섹션 포함
스타일 가이드
# 제목은 문장형 (Sentence case)
## 부제목도 문장형
- 리스트는 일관된 형식
- 들여쓰기 유지
- 마침표 규칙 통일
**굵게**: 중요 용어
`코드`: 명령어, 파일명, 함수명
> 인용구: 주의사항, 팁
문서 리뷰 프로세스
1. 구조 리뷰
- 논리적 흐름 확인
- 섹션 순서 검증
- 중복 제거
2. 내용 리뷰
- 기술적 정확성
- 예시 코드 동작 확인
- 스크린샷 최신화
3. 언어 리뷰
- 문법 및 맞춤법
- 일관된 톤 & 보이스
- 전문 용어 정확성
4. 형식 리뷰
- Markdown 문법 확인
- 링크 검증
- 코드 블록 형식
자동 업데이트 트리거
다음 변경 시 관련 문서 자동 업데이트:
| 변경 | 영향받는 문서 |
|---|---|
| API 엔드포인트 추가/변경 | API 문서, README |
| 새 기능 추가 | 사용자 가이드, README |
| 의존성 변경 | README (Installation) |
| 아키텍처 변경 | 아키텍처 문서, ADR |
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.
- 2d ago First seen · 265 lines · 26 tokens per session scan A fd4a248a7c8a
doc-coauthoring is a skill published in the GitHub repository This-HW/claude-code-kit (4 stars, last pushed 4d ago), licensed MIT. It adds 26 tokens to every session and 1,415 once invoked, about $0.0001 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-31.
Other skills, from other repositories
watch
File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…
pr-watch
Local PR watcher. Monitors CI status, automatically fixes failing checks by reading failure logs and applying targeted fixes, then optionally merges when all checks pass. Local CLI analog to Claude Code's cloud auto-fix feature.
qa
Browser-based QA verification. Launches a real browser, navigates the app, clicks buttons, fills forms, and tests user flows. Works as a standalone skill or as a phase end condition in campaigns. Requires Playwright (optional dependency, graceful skip if not installed).
review
5-pass structured code review — correctness, security, performance, readability, consistency.
live-preview
Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.
marshal
Meta-orchestrator that takes any direction — broad, specific, or vague — and autonomously chains skills and context into actionable work. Gathers context from codebase, docs, and memory. Only asks the user when it genuinely cannot proceed. Single-session orchestrator.