skill-sync CLAUDE.md

skill-sync CLAUDE.md is an instructions file for coding agents from TreatTrick/skill-sync. It costs 425 tokens per session, scanned A, original, MIT.

Project instructions for a Svelte application, covering development practices and AI collaboration. Svelte is a framework for building web interfaces.

In plain words
What is it for?
Use them when changing routes, shared UI, modules, translations, colors, responsive layouts, lint rules, or build configuration.
Why use it?
They keep code organisation, Chinese translations, styling, imports, formatting, and verification consistent across the project.

Instructions file

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 instructions/treattrick/skill-sync/claude-md
Clone the repo
git clone --depth 1 https://github.com/TreatTrick/skill-sync

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 skill-sync CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/treattrick/skill-sync/claude-md.svg)](https://agentmods.dev/instructions/treattrick/skill-sync/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/treattrick/skill-sync/claude-md"><img src="https://agentmods.dev/badge/instructions/treattrick/skill-sync/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 425 This file is loaded in full into every session.
When invoked 425 The same file — it is already loaded in full.
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.00425 $0.00425
Opus 5 $0.00212 $0.00212
Sonnet 5 $0.00085 $0.00085
Haiku 4.5 $0.00042 $0.00042

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

Security

Grade A, and why

skill-sync CLAUDE.md 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.

CLAUDE.md · 24 lines

What it actually says

CLAUDE.md

Follow the same engineering rules defined in AGENTS.md. Key reminders:

  1. Preserve existing comments. If new comments are necessary, write them in Chinese.
  2. Use apply_patch for manual file edits.
  3. Organize Svelte code under src/routes, src/app, src/shared, and src/modules.
  4. Do not add wrappers that only forward runes state reads or setter calls.
  5. Put user-facing Chinese copy in src/shared/i18n/locales and read it with t(...).
  6. Use only semantic color tokens exposed by src/index.css.
  7. Do not use arbitrary Tailwind text sizes, arbitrary radius classes, or large arbitrary sizing classes without responsive or local-overflow guardrails.
  8. Keep imports flowing routes -> app -> modules -> shared; do not create circular imports, self imports, or export * barrels.
  9. Let Prettier own formatting; use npm run format or rely on lint-staged, and check with npm run format:check before larger handoffs.
  10. After UI or layout changes, run npm run lint:responsive, npm run lint:colors, and npm run lint:i18n as appropriate. Before completion, run npm run lint and npm run build.
  11. Prefer shadcn-svelte components from src/shared/ui for UI; add new ones with npx shadcn-svelte@latest add <name>. Hand-build only when no shadcn equivalent exists (Spinner, EmptyState, StatusBadge).

AI Collaboration Rules

  • Prefer directly completing the user's request. Ask only when key information is missing and a safe assumption is not possible.
  • Do not overwrite or revert user changes.
  • If the user explicitly says not to write tests, do not add tests.
  • Do not report completion based on assumptions. Report actual verification command output.
  • Do not move module-private code into shared unless the concept is stable, clearly named, and reused.
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 · 24 lines · 425 tokens per session scan A f0774256cc83

Subscribe to this mod's changes

skill-sync CLAUDE.md is an instructions file published in the GitHub repository TreatTrick/skill-sync (4 stars, last pushed 14d ago), licensed MIT. It adds 425 tokens to every session, about $0.0021 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.