seoul-opendata-mcp: Skill for Claude Code

.claude/skills/sync-docs/SKILL.md

sync-docs is a skill for Claude Code from whchoi98/seoul-opendata-mcp. It costs 0 tokens per session (460 once invoked), scanned A, original, MIT.

A documentation-maintenance workflow for keeping project guides aligned with the current code. It also checks documentation quality and missing coverage.

In plain words
What is it for?
Use it to review and update CLAUDE.md files, architecture docs, the README, ADRs, and runbooks.
Why use it?
It helps prevent commands, architecture notes, and module instructions from becoming outdated.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

This is whchoi98/seoul-opendata-mcp's own configuration. It tells Claude Code how to work on seoul-opendata-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything seoul-opendata-mcp configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/whchoi98/seoul-opendata-mcp/main/.claude/skills/sync-docs/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/whchoi98/seoul-opendata-mcp

Made for: Claude Code.

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 sync-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/whchoi98/seoul-opendata-mcp/sync-docs/github.svg)](https://agentmods.dev/skills/whchoi98/seoul-opendata-mcp/sync-docs)
Your own site
<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.

agentmods 80×15 button for sync-docs

Your own site · 80×15
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 460 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.00000 $0.00460
Opus 5 $0.00000 $0.00230
Sonnet 5 $0.00000 $0.00092
Haiku 4.5 $0.00000 $0.00046

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

Security

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.

.claude/skills/sync-docs/SKILL.md · 49 lines

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. 보고

변경 전/후 품질 스코어, 감지된 안티패턴, 모든 변경사항 목록을 출력하십시오.

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. 10d ago First seen · 49 lines · 0 tokens per session scan A a0e4421b42d9

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

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…

microsoft/ai-agents-for-beginners · 200 tokens

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…

vercel/next.js · 95 tokens

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…

vercel/next.js · 83 tokens

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…

vercel/next.js · 170 tokens

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…

vercel/next.js · 103 tokens