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/chemaclass/agnostic-ai/syncnpx skills add Chemaclass/agnostic-ai --skill syncgit clone --depth 1 https://github.com/Chemaclass/agnostic-aiWrote 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/chemaclass/agnostic-ai/sync)<a href="https://agentmods.dev/skills/chemaclass/agnostic-ai/sync"><img src="https://agentmods.dev/badge/skills/chemaclass/agnostic-ai/sync.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.00048 | $0.00493 |
| Opus 5 | $0.00024 | $0.00246 |
| Sonnet 5 | $0.00010 | $0.00099 |
| Haiku 4.5 | $0.00005 | $0.00049 |
Grade A, and why
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.
What it actually says
sync
Emits one set of specs to every configured target in its native format.
Steps
- Run
agnostic-ai sync. It writes only the files whose content changed, sogit statusafter a no-op run is empty. - Read the summary. Each line names a target and the paths it wrote.
- Show the user the diff:
git diff --stat(orgit status --shortwhen generated files are gitignored).
Checking instead of writing
agnostic-ai sync --check compares planned output against what is on disk and writes nothing. Exit 0 means no drift; non-zero prints a diff per stale file. That is the CI gate:
- uses: chemaclass/agnostic-ai-action@v1
with: { command: check }
When --check fails, decide by what changed:
- A spec was edited and the generated file lags: run
agnostic-ai syncand commit both. - The CLI was upgraded and output shifted: run
sync, review the diff, and commit it as a regeneration with no semantic change. - Someone hand-edited a generated file: their edit is about to be lost. Move the change into the matching spec under
.agnostic-ai/, thensync.
Notes
agnostic-ai sync --watchre-emits on every save, touching only affected targets. Useful while authoring several specs.agnostic-ai sync --backupkeeps a.bakbeside each overwritten file;agnostic-ai revertrestores them. Without--backup,revertdeletes generated files.agnostic-ai statusreports spec counts, configured targets, the last sync time, and whether output is stale.agnostic-ai doctoris the stricter pre-merge check.- A warning about an unsupported kind means the target has no surface for it (for example hooks on a target with no hook system). Silence it per project with
on-unsupported: silent. - Never resolve drift by editing generated files. The spec is the source of truth.
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.
- 4d ago First seen · 38 lines · 48 tokens per session scan A 63cdebeaa775
sync is a skill published in the GitHub repository Chemaclass/agnostic-ai (11 stars, last pushed yesterday), licensed MIT. It adds 48 tokens to every session and 493 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
test-repo
Use this skill to test strategy changes against a fresh test repository. Invoke when the user asks to "test against a test repo", "validate the changes", or wants to verify session hooks, commits, and checkpoint creation work correctly.
development
开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。.
model-update
新增或更新 CCX 项目中的模型注册技能。适用于 Claude 与非 Claude 模型,覆盖能力表、路由白名单、基准映射、代码生成与验证。.
happier-session-control
Manage Happier sessions (list/status/send/wait/history/stop + execution runs) via the happier CLI JSON contract.
dashboard-builder
Build self-contained interactive HTML dashboards with charts, filters, and tables. Generates a single browser-openable file — no server or dependencies required.
bionic-decision-engine
Unified mathematical arbitrator for all resource allocation decisions — money, time, energy, relationships. Absorbs 46 decision protocols + 24 strategy protocols into one dense engine.