Borrowing it
Nothing to install: this file belongs to whchoi98/seoul-opendata-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/whchoi98/seoul-opendata-mcp/main/.claude/skills/sync-docs/SKILL.mdgit clone --depth 1 https://github.com/whchoi98/seoul-opendata-mcpWrote 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/whchoi98/seoul-opendata-mcp/sync-docs)<a href="https://agentmods.dev/skills/whchoi98/seoul-opendata-mcp/sync-docs"><img src="https://agentmods.dev/badge/skills/whchoi98/seoul-opendata-mcp/sync-docs/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/whchoi98/seoul-opendata-mcp/sync-docs"><img src="https://agentmods.dev/badge/skills/whchoi98/seoul-opendata-mcp/sync-docs.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.00000 | $0.00460 |
| Opus 5 | $0.00000 | $0.00230 |
| Sonnet 5 | $0.00000 | $0.00092 |
| Haiku 4.5 | $0.00000 | $0.00046 |
Grade A, and why
sync-docs 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 10d 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
Sync Docs Skill
프로젝트 문서를 현재 코드 상태와 동기화합니다.
작업
1. 품질 평가
각 CLAUDE.md 파일을 다음 항목에서 0-100으로 평가:
- 커맨드/워크플로우 (20점)
- 아키텍처 명확성 (20점)
- 자명하지 않은 패턴 (15점)
- 간결성 (15점)
- 최신성 (15점)
- 실행 가능성 (15점)
안티패턴 감점 적용:
- 500줄 초과 (-15)
- 모호한 지시사항 (-10)
- 중복된 문서 (-10)
- 테스트 가이드 부재 (-10)
- 시크릿 포함 (-20)
변경 전 품질 보고서를 성적(A-F)과 함께 출력하십시오.
2. 루트 CLAUDE.md 동기화
- 개요, 기술 스택, 관례, 주요 커맨드 업데이트
- 커맨드가 실제 스크립트와 일치하는지 검증
3. 아키텍처 문서 동기화
- docs/architecture.md를 현재 시스템 구조 반영하도록 업데이트
- 새 컴포넌트 추가, 데이터 흐름 업데이트, 인프라 변경 반영
4. 모듈 CLAUDE.md 감사
- 소스 루트 아래 모든 디렉토리 스캔
- CLAUDE.md가 없는 모듈에 대해 생성
- 기존 모듈 CLAUDE.md 파일이 최신인지 업데이트
- 각 모듈 CLAUDE.md 평가
5. ADR 및 Runbook 감사
- 최근 커밋에서 문서화되지 않은 아키텍처 결정 확인
- 프로젝트 특성에 대한 runbook 커버리지 검증
- 오래된 ADR 및 runbook 플래그
6. README.md 동기화
- 프로젝트 구조 섹션을 실제 디렉토리 레이아웃과 일치하도록 업데이트
7. 보고
변경 전/후 품질 스코어, 감지된 안티패턴, 모든 변경사항 목록을 출력하십시오.
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.
- 10d ago First seen · 49 lines · 0 tokens per session scan A a0e4421b42d9
sync-docs is a skill published in the GitHub repository whchoi98/seoul-opendata-mcp (1 stars, last pushed 24d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 460 tokens. 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
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…