auto-sync

auto-sync is a skill for Claude Code, Codex from Insajin/autopus-adk. It costs 21 tokens per session (2,462 once invoked), scanned A, original, MIT.

A documentation synchronizer that updates project records after implementation work is finished. It can cover specifications, API documentation, architecture diagrams, decision records, changelogs, and project structure files.

In plain words
What is it for?
Use it after coding to review documentation impact, update the listed project documents, record verification details, and update a specification’s status.
Why use it?
It reduces the gap between the code and the documents that describe it, so project information remains current after changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it after coding to review documentation impact, update the listed project documents, record verification details, and update a specification’s status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/insajin/autopus-adk/auto-sync
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.

Any agent
npx skills add Insajin/autopus-adk --skill auto-sync
Clone the repo
git clone --depth 1 https://github.com/Insajin/autopus-adk

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/insajin/autopus-adk/auto-sync.svg)](https://agentmods.dev/skills/insajin/autopus-adk/auto-sync)
Your own site
<a href="https://agentmods.dev/skills/insajin/autopus-adk/auto-sync"><img src="https://agentmods.dev/badge/skills/insajin/autopus-adk/auto-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,462 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00021 $0.02462
Opus 5 $0.00010 $0.01231
Sonnet 5 $0.00004 $0.00492
Haiku 4.5 $0.00002 $0.00246

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

Security

Grade A, and why

auto-sync 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 8d 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.

.omp/skills/auto-sync/SKILL.md · 215 lines

How it starts

The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.

auto-sync — 문서 동기화 스킬

OMP Invocation

  • /auto sync ...
  • /auto-sync ...
  • Load detail skill auto-sync for either entrypoint.

프로젝트: autopus-adk | 모드: full

설명

구현 완료 후 코드와 문서를 동기화합니다.

사용법

/auto-sync SPEC-ID
/auto-sync

OMP 기본 실행 모델

  • OMP에서는 sync도 기본적으로 task batch 기반 subagent-first를 따릅니다.
  • 메인 세션은 동기화 범위 결정, 최종 상태 갱신, 커밋 판단을 담당합니다.
  • 변경점 검토, 문서 영향 분석, 검증 로그 정리는 필요 시 서브에이전트로 위임합니다.
  • 사용자가 --auto 또는 --solo를 명시하지 않았고 현재 OMP 런타임 정책이 암묵적 task batch 호출을 제한하면, 진행을 멈추고 하네스 기본값과 제약을 명시한 뒤 서브에이전트 opt-in 또는 --solo 확인을 먼저 받아야 합니다.
  • 변경 범위가 작으면 메인 세션에서 직접 마무리할 수 있습니다.

동기화 항목

  1. SPEC 상태 → completed
  2. API 문서 갱신
  3. 아키텍처 다이어그램 업데이트
  4. Lore 의사결정 기록
  5. CHANGELOG 갱신
  6. Lore 형식 자동 커밋

구조 문서 동기화

구조 변경이 감지되면 다음 문서를 함께 갱신합니다.

  • ARCHITECTURE.md
  • .autopus/project/structure.md
  • .autopus/project/tech.md
  • .autopus/project/product.md
  • .autopus/project/workspace.md

특히 repo 경계, 빌드/릴리스 스크립트, desktop/browser/API surface가 바뀌면 workspace.md의 QA/Journey Pack 대상 리포와 auto qa init --project-dir <repo> 명령도 함께 갱신합니다. meta workspace의 root .autopus/qa/**는 runtime/generated evidence로 취급하고 제품 리포 Journey Pack 위치와 섞지 않습니다.

@AX Lifecycle Management

동기화 시 코드베이스의 @AX 태그 수명주기를 관리합니다.

TODO Cycle Tracking

  1. @AX:TODO 태그를 찾습니다.
  2. @AX:CYCLE:N 카운터를 증가시키거나 없으면 @AX:CYCLE:1을 추가합니다.
  3. CYCLE이 3 이상이면 @AX:WARN 으로 승격하고 이유를 기록합니다.

ANCHOR Fan-In Verification

  1. @AX:ANCHOR 태그를 찾습니다.
  2. 함수 참조 수를 grep 기반으로 점검합니다.
  3. caller count가 3 미만이면 @AX:NOTE 로 내리고 이유를 갱신합니다.

NOTE Cleanup

  1. 특정 함수/심볼을 참조하는 @AX:NOTE 를 찾습니다.
  2. 해당 함수/심볼이 아직 존재하는지 확인합니다.
  3. orphan NOTE는 제거합니다.

품질 게이트

  • 에러: 0 / 경고: 최대 10

Lore 커밋

동기화 완료 후 변경 파일을 Lore 형식으로 자동 커밋합니다.

  • SPEC-ID가 있으면: docs(<scope>): sync SPEC-{ID} 문서 및 상태 갱신
  • SPEC-ID가 없으면: docs(sync): 프로젝트 문서 동기화
  • 구현 코드 포함 시 SPEC 주요 타입(feat, fix 등) 사용
  • 변경 사항 없으면 커밋 생략

2-Phase Commit

  1. Module repo 커밋: {TARGET_MODULE} 내부 SPEC 및 모듈 변경
  2. Meta repo 커밋: 루트 문서(ARCHITECTURE.md, .autopus/project/, CHANGELOG.md)

Read the full file on GitHub · 215 lines

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. 8d ago First seen · 215 lines · 21 tokens per session scan A 0e057835c81b

Subscribe to this mod's changes

auto-sync is a skill published in the GitHub repository Insajin/autopus-adk (110 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 2,462 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-30.