harness-sync

harness-sync is a skill for Claude Code, Codex from BCGen/skills. It costs 83 tokens per session (961 once invoked), scanned A, original, MIT.

A setup and synchronization tool for the instruction files that coding agents read in a project. It also adds the managed wiring needed for an AI collaboration loop and connects different agent instruction formats.

In plain words
What is it for?
Use it when starting agent collaboration in a project or re-syncing an existing setup after its managed instruction block has drifted.
Why use it?
It helps keep agent instructions and their supporting wiring consistent as a project changes, while avoiding duplicate or conflicting setup.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/bcgen/skills/harness-sync.svg)](https://agentmods.dev/skills/bcgen/skills/harness-sync)
Your own site
<a href="https://agentmods.dev/skills/bcgen/skills/harness-sync"><img src="https://agentmods.dev/badge/skills/bcgen/skills/harness-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 961 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.00083 $0.00961
Opus 5 $0.00042 $0.00481
Sonnet 5 $0.00017 $0.00192
Haiku 4.5 $0.00008 $0.00096

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

Security

Grade A, and why

harness-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 4d 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/harness-sync/SKILL.md · 88 lines

How it starts

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

Harness Sync

Set up — and keep synced — the files agents read ("instruction surface") plus the harness loop. Tables and templates live in references/playbook.md — read it first. Never touch execution settings (settings.json, hooks, MCP, CI).

Step 1 — Detect

Check for agent artifacts (.claude/, CLAUDE.md, .cursor/, AGENTS.md) and coexisting frameworks (.specify/, .agent-os/, .kiro/steering/) per the playbook. Zero or multiple agents → ask one question with a recommended answer (AGENTS.md is the portable default). Never guess.

Step 2 — Inventory

List what already exists: entry file, harness block, interop glue. The plan covers the missing pieces AND the harness block if it drifted from the current template — re-running on an up-to-date project must be a no-op. The .ai/ loop directories are retro's to create; harness-sync neither creates nor reconciles them.

Step 3 — Discover (new entry file only)

If an entry file must be created, gather verified facts from the repo: build/test/lint commands read from manifests (package.json, Makefile, CI config), plus layout facts worth stating. Never write a command you did not verify in a file. Where the agent has a native bootstrap (e.g. /init), prefer it for discovery, then trim to the content policy: no generic rules, no personas, no best-practice boilerplate — verified facts and the harness block only.

Step 4 — Present the plan, then get approval

Print the full plan in the conversation — the complete content of every file to be created and a diff for every file to be modified — then ask for approval with the platform's option-prompt tool when it has one (Claude Code: AskUserQuestion) — choices like approve-as-planned / adjust-first; plain question only when no such tool exists. Never ask the user to approve content they have not seen. The plan covers:

  • Entry file (create, append the managed harness block to an existing one, or update a drifted block in place — never edit outside your harness:begin/end markers).
  • Interop glue when applicable (e.g. CLAUDE.md starting with @AGENTS.md).
  • No rules directory — git cannot track an empty directory; rule-writing creates it with the first rule.
  • No .ai/ loop directories — retro creates and maintains .ai/learnings/ and .ai/backlog/ on its first write; harness-sync only names them in the harness block.
  • Coexisting framework detected → one reference line instead of duplicate content, per the playbook.

Read the full file on GitHub · 88 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 88 lines · 83 tokens per session scan A ad048c84220b

Subscribe to this mod's changes

harness-sync is a skill published in the GitHub repository BCGen/skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 83 tokens to every session and 961 once invoked, about $0.0004 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

writing

将共享历史中的已验证事实和计算结果整理成符合受众、格式与长度约束的成稿。.

bojieli/ai-agent-book · 27 tokens

kayba-stage-7-fixer

Implement the approved fixes from the action plan and log all changes. Trigger when the user says "run stage 7", "implement fixes", "apply action plan", or when invoked by the kayba-pipeline orchestrator. Requires eval/actionplan.md to exist.

kayba-ai/agentic-context-engine · 61 tokens

regex-mastery

Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.

alibaba/anolisa · 60 tokens

ws-ckpt

工作区快照管理。用户说"保存一下"、"存个快照"时创建 checkpoint,仅限 Linux; 说"回滚"、"撤销"、"恢复到之前"时 rollback;说"删掉快照"时 delete; 说"对比快照"、"快照改了什么"时 diff; 说"看看快照"、"有哪些快照"时 list;说"查看快照状态"、"查看快照剩余空间"时 status。.

alibaba/anolisa · 115 tokens

memory-recall

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this…

zilliztech/memsearch · 149 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens