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.
npx agentmods add skills/phj128/autoworker/sync-docsnpx skills add phj128/autoworker --skill sync-docsgit clone --depth 1 https://github.com/phj128/autoworkerWrote 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/phj128/autoworker/sync-docs)<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>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 | $0.00040 | $0.01880 |
| Opus 5 | $0.00020 | $0.00940 |
| Sonnet 5 | $0.00008 | $0.00376 |
| Haiku 4.5 | $0.00004 | $0.00188 |
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.
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 (setstatus: 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 subtasksprogress.md— progress logfindings.md— core discoveriestask_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) |
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.
- 3d ago First seen · 158 lines · 40 tokens per session scan A 166e20f9e9a6
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.
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…
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.…
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…
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.
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.…
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).