sync-docs

sync-docs is a skill for Claude Code, Codex from phj128/autoworker. It costs 40 tokens per session (1,880 once invoked), scanned A, original, MIT.

A command that updates project tracking documents with the work completed in the current conversation. These documents can include subtasks, progress, findings, plans, and project instructions.

In plain words
What is it for?
Use it after finishing work or reaching a milestone to check off tasks, record findings, update progress, audit project notes, or pause or archive a subtask.
Why use it?
It keeps project notes aligned with the latest work so important decisions and discoveries are not lost. It can also pause or archive a subtask when requested.

Skill for Claude CodeCodex

Part of the autoworker plugin — 11 skills, 1 command shipped together

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/phj128/autoworker/sync-docs
Any agent
npx skills add phj128/autoworker --skill sync-docs
Clone the repo
git clone --depth 1 https://github.com/phj128/autoworker

Made for: Claude Code, Codex.

Or install autoworker, the plugin that ships this one along with the rest of its 11 skills, 1 command.

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/phj128/autoworker/sync-docs.svg)](https://agentmods.dev/skills/phj128/autoworker/sync-docs)
Your own site
<a href="https://agentmods.dev/skills/phj128/autoworker/sync-docs"><img src="https://agentmods.dev/badge/skills/phj128/autoworker/sync-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,880 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.01880
Opus 5 $0.00020 $0.00940
Sonnet 5 $0.00008 $0.00376
Haiku 4.5 $0.00004 $0.00188

Measured 3d ago against content hash 166e20f9e9a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 3d 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.

skills/sync-docs/SKILL.md · 158 lines

How it starts

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

autoworker:sync-docs — Sync Tracking Documents

Based on work results and discoveries in the current conversation, update all tracking documents.

Input

Optional argument: $ARGUMENTS

  • No argument: Sync only (check off items, record progress, add findings, audit claude_docs)
  • park: Sync + pause current subtask (set status: paused) + clear plan file. For "task still in progress (e.g., training) but need to switch to something else"
  • archive: Sync + archive completed subtask (move to claude_docs/subtask/) + clear plan file. For "task fully complete"

Execution Flow

1. Scan Current State

Find tracking files and document system in the project root:

Top-level tracking files:

  • subtask_*.md — current in-progress subtasks
  • progress.md — progress log
  • findings.md — core discoveries
  • task_plan.md — task planning
  • Project-level CLAUDE.md — project rules and technical info
  • README.md — project intro (for humans)

Progressive disclosure documents:

  • claude_docs/reference/*.md — detailed documents referenced from CLAUDE.md
  • Subdirectory CLAUDE.md — index files for each module

Read each existing file to understand current recorded state.

2. Compare Against Conversation Content

Review work completed in this conversation, determine updates needed item by item:

File Update condition Update content
subtask_*.md Steps were completed Check off [x], record progress, add verification results
progress.md Task completed or progressed Update task item status, add result summary
findings.md New conclusions or counter-intuitive behaviors discovered Add new section or update existing section
task_plan.md Task completed/progressed, or plan changed Read subtask's "task_plan positioning → corresponding Phase" field, locate and check off [x] in task_plan.md with completion timestamp; match by content when no positioning field; update future steps if plan changed
CLAUDE.md Reusable patterns or lessons learned discovered Add to appropriate section (don't duplicate existing content)
claude_docs/reference/*.md Findings in this conversation belong to an existing reference topic Update corresponding reference document
Subdirectory CLAUDE.md Changed code structure/files in a module Update corresponding subdirectory file index
README.md Added feature or changed usage/installation Sync update (user-perceivable changes)

Read the full file on GitHub · 158 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. 3d ago First seen · 158 lines · 40 tokens per session scan A 166e20f9e9a6

Subscribe to this mod's changes

sync-docs is a skill published in the GitHub repository phj128/autoworker (17 stars, last pushed 5mo ago), licensed MIT. It adds 40 tokens to every session and 1,880 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-30.

Related

Other skills, from other repositories

flow

Orchestrator for Ticket-Flow — default is --local (all phases in this session with user checkpoints). --parallel works multiple ready tickets at once via worktree-isolated subagents in this session; --serial (one subagent at a time, merge+deploy+cleanup per ticket) and --loop (re-query the ready queue after every…

keefar/ticket-flow · 292 tokens

init

Scaffold a ticket-flow project — one-time setup; trigger on "setz ticket-flow auf", "richte das Projekt für ticket-flow ein", "set up ticket-flow here". Runs bd init with tf's agents template (keeps Claude Code's own memory system), scaffolds spec dirs and worktree settings, migrates an existing KANBAN.md into beads.…

keefar/ticket-flow · 108 tokens

pickup

Internal phase 1 of ticket-flow, normally invoked by ticket-flow:flow — validate Definition of Ready, create (or adopt) the ticket's isolated worktree, set the branch lock, claim the item atomically → In Progress. Invoke directly only for recovery, or when the user explicitly wants just the claim+worktree step. Args…

keefar/ticket-flow · 109 tokens

implement

Internal phase 2 of ticket-flow, normally invoked by ticket-flow:flow — execute the plan for the claimed ticket inside its worktree: incremental commits, typecheck/test after each major step. Invoke directly only to continue implementing a ticket that is already picked up.

keefar/ticket-flow · 55 tokens

spec

Draft a spec document for a tracked ticket before implementation — the entry point when the user describes a need in prose: "ich brauche …", "mach die spec", "schreib eine Spec für X", "wir sollten X bauen", "draft a spec". Captures the WHAT plus acceptance criteria and proposes open decisions with recommendations.…

keefar/ticket-flow · 116 tokens

kanban

Use when a prompt contains a new bug/feature/change not yet tracked, or when an item's status changes — capture and maintain it in the project's beads tracker (Inbox→Backlog with Definition of Ready, priorities, the pipe-separated note format).

keefar/ticket-flow · 52 tokens