native-watch

A recurring audit guide for comparing a toolkit's features with the latest built-in Claude Code features. It uses an existing comparison table to identify features that may now be built in, compatibility risks, and missing entries.

In plain words
What is it for?
Checking official release information, reviewing the native-feature comparison table, flagging possible replacements or compatibility warnings, and proposing table updates.
Why use it?
It helps avoid maintaining custom code for something the underlying tool already provides and catches changes that could make the toolkit outdated.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/this-hw/claude-code-kit/native-watch
Any agent
npx skills add This-HW/claude-code-kit --skill native-watch
Clone the repo
git clone --depth 1 https://github.com/This-HW/claude-code-kit

Made for: Claude Code, Codex.

Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 937 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00040 $0.00937
Opus 5 $0.00020 $0.00468
Sonnet 5 $0.00008 $0.00187
Haiku 4.5 $0.00004 $0.00094

Measured 2d ago against content hash 9de79f32be99, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

native-watch 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.

plugins/common/skills/native-watch/SKILL.md · 73 lines

What it actually says

Native Watch

네이티브 흡수 감시 루틴 — docs/native-absorption.md(SSOT 대조표)를 Claude Code 최신 릴리스와 대조해 "네이티브가 흡수한 것 vs kit 자체 구현"의 드리프트를 잡는다.

철학: 기술부채의 최대 원천은 네이티브가 하는 일의 중복 구현이다. 이 스킬은 그 드리프트를 정기 루틴으로 만든다 (일회성 수동 감사 → 반복 가능 절차 — spec: docs/specs/2026-07-07-toolkit-improvement-batch.md).

절차

1. 대조표 로드

docs/native-absorption.md를 읽는다. 없으면 중단하고 사용자에게 보고 (대조표가 SSOT — 스킬이 임의로 재생성하지 않는다).

2. 릴리스 정보 수집

web-research 경로로 최신 정보를 조회한다 (가용한 것 우선):

  • Claude Code 공식 문서/체인지로그: code.claude.com/docs (릴리스 노트, 신기능)
  • anthropics/claude-code GitHub CHANGELOG
  • 필요 시 WebSearch로 최근 발표 보강

수집 실패(네트워크/도구 부재) 시 fail-open이되 보고 필수: 대조표는 건드리지 않고 "수집 실패 — 다음 주기에 재시도"를 명시적으로 출력한다. 조용한 성공 위장 금지.

3. Diff 분석

대조표의 각 행에 대해:

  • kit-only/watch 행: 새 네이티브 프리미티브가 요구를 충족하기 시작했는가? → 흡수 후보로 플래그 (근거 링크 포함)
  • native-adopted 행: 네이티브 규격 변경(deprecation, 시그니처 변경)이 kit 콘텐츠를 깨뜨리는가? → 호환성 경고로 플래그
  • 표에 없는 신규 kit 컴포넌트(스킬/훅/스크립트 추가분): → 누락 행 추가 제안

4. 리포트 출력

## Native Watch 리포트 (YYYY-MM-DD)
- 흡수 후보: [컴포넌트] — [새 네이티브 기능] (근거: 링크)
- 호환성 경고: [컴포넌트] — [변경 사항]
- 대조표 누락: [신규 컴포넌트]
- 변경 없음: N행 확인

5. 대조표 갱신 제안

발견이 있으면 docs/native-absorption.md 수정 diff를 제안한다 — 상태 변경 (예: kit-onlywatch)과 근거/확인일 갱신, 전수 검토 기록 행 추가 포함.

실제 흡수 작업(kit 구현 제거·위임 전환)은 이 스킬의 범위 밖이다 — 별도 Work로 분리한다 (brainstorming → plan-task 체인). 이 스킬은 감지와 제안까지만.

6. 주기 실행 안내

자체 스케줄러를 구현하지 않는다 (zero-debt — spec: docs/specs/2026-07-07-toolkit-improvement-batch.md). 사용자에게 네이티브 /schedule 스킬로 월 1회 루틴 생성을 안내한다 — 정확한 구문은 사용자의 Claude Code 버전의 /schedule 안내를 따른다 (예: "/schedule 로 매월 /native-watch 실행 루틴 생성").

완료 기준

  • 대조표 전 행 확인 + 리포트 출력 (변경 없어도 "변경 없음 N행" 명시)
  • 발견 시: 대조표 갱신 diff 제안 (적용은 사용자/메인 세션 승인 후)
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. 2d ago First seen · 73 lines · 40 tokens per session scan A 9de79f32be99

Subscribe to this mod's changes

native-watch is a skill published in the GitHub repository This-HW/claude-code-kit (4 stars, last pushed 5d ago), licensed MIT. It adds 40 tokens to every session and 937 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

fleet

Parallel campaign orchestrator. Runs multiple campaigns in coordinated waves within a single session. Spawns 2-3 agents per wave in isolated worktrees, collects discoveries, shares context between waves. Use when work decomposes into 3+ independent streams that can run simultaneously.

SethGammon/Citadel · 56 tokens

archon

Autonomous multi-session campaign agent. Decomposes large work into phases, delegates to sub-agents, reviews output, and maintains campaign state across context windows. Use for work that spans multiple sessions and needs persistent state, quality judgment, and strategic decomposition.

SethGammon/Citadel · 54 tokens

daemon

Continuous autonomous operation mode. Keeps campaigns running 24/7 by chaining Claude Code sessions via RemoteTrigger. Each session picks up from the campaign's continuation state, works until context runs low or the phase completes, then schedules the next session. Auto-stops on campaign completion or budget…

SethGammon/Citadel · 69 tokens

create-skill

Creates new skills from the user's repeating patterns. Interview-driven: discovers the task, analyzes failure modes, generates a production SKILL.md, installs it, tests it on a real target, and teaches the user how to use it. Use when a user wants to encode a repeating workflow; do NOT use for one-off tasks or…

SethGammon/Citadel · 73 tokens

create-app

End-to-end app creation from a single description. Five tiers: blank project, guided, templated, fully generated, or feature addition to existing codebase. Routes through PRD, architecture, and Archon campaign with verification at every step.

SethGammon/Citadel · 52 tokens

map

Structural codebase index generator. Builds a compact JSON map of files, exports, imports, dependency graph, and roles. Queryable by keyword. Injected into fleet agents as context slices to reduce token usage on code navigation.

SethGammon/Citadel · 47 tokens