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 skills add ErikaAX08/erikas-skills --skill spec-kit-sync-artifactsgit clone --depth 1 https://github.com/ErikaAX08/erikas-skillsWrote 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/erikaax08/erikas-skills/spec-kit-sync-artifacts)<a href="https://agentmods.dev/skills/erikaax08/erikas-skills/spec-kit-sync-artifacts"><img src="https://agentmods.dev/badge/skills/erikaax08/erikas-skills/spec-kit-sync-artifacts/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/erikaax08/erikas-skills/spec-kit-sync-artifacts"><img src="https://agentmods.dev/badge/skills/erikaax08/erikas-skills/spec-kit-sync-artifacts.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00145 | $0.03423 |
| Opus 5 | $0.00072 | $0.01711 |
| Sonnet 5 | $0.00029 | $0.00685 |
| Haiku 4.5 | $0.00015 | $0.00342 |
Grade A, and why
spec-kit-sync-artifacts 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 11d 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 — 258 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sync Artifacts — Drift Detection Skill
Purpose
Answer, with evidence, the question this whole kit exists to answer for the user: did something this specification/plan/tasks depended on change since it was generated, and if so, what needs to be regenerated? This is the mechanism behind "if the file a spec was generated from changes importantly, the plan and tasks should be able to update accordingly."
This skill is deliberately narrow: it detects and reports, using the Content Fingerprint
Convention (spec-kit-shared/artifact-conventions.md). It does not regenerate anything itself
— that stays spec-kit-generate-spec's, spec-kit-generate-plan's, or spec-kit-generate-tasks's own "Updating an Existing
X" procedure, each already written to propagate a change through only the sections it actually
touches. spec-kit-sync-artifacts is the shared, canonical definition of the mechanical comparison those
skills' own Fase 0 steps already rely on — they reference this file instead of each re-describing
hashing/comparison logic independently.
User Input
$ARGUMENTS
Always consider the complete user message and any files or attachments available in the current
conversation, even when $ARGUMENTS appears literally or is empty. The most common inputs are: a
feature directory to check, or an explicit note that a specific source document was just edited.
Core Principle
Detection is mechanical. Classification is semantic and stays with whoever regenerates. Propagation is one hop at a time, and never silent.
- A hash mismatch means "something changed" — not "this is a material change requiring a
cascade." The consuming skill (
spec-kit-generate-spec,spec-kit-generate-plan,spec-kit-generate-tasks) makes that judgment when it re-invokes its own "Updating an Existing X" procedure. - After a source changes, recommend regenerating the directly dependent artifact first (the spec that cites it). Do not presume what the plan or tasks will need until the spec's actual, regenerated content is known — a cascade is a sequence of confirmed hops, not one leap.
- A task already marked
[x]is never silently touched by anything this skill triggers — it is flagged for review instead.
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.
- 11d ago First seen · 258 lines · 145 tokens per session scan A 6be946676a29
spec-kit-sync-artifacts is a skill published in the GitHub repository ErikaAX08/erikas-skills (5 stars, last pushed 11d ago), licensed MIT. It adds 145 tokens to every session and 3,423 once invoked, about $0.0007 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.
Other skills, from other repositories
sdd-tasks
Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.
gsap-scrolltrigger
Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…
threejs-geometry
Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.
threejs-textures
Three.js textures - texture types, UV mapping, environment maps, texture settings. Use when working with images, UV coordinates, cubemaps, HDR environments, or texture optimization.
seedance-2-5
Generate 4-30 second cinematic video with ByteDance Seedance 2.5 through fal.ai, Volcengine Ark, Runway, or ComfyUI Partner Nodes. Use for long single generations, synchronized audio, and large multimodal reference sets (up to 30 images, 10 videos, and 10 audio clips). Also covers the 2.5 prompt contract: section…
comfyui
Use when working with ComfyUI workflows in OpenMontage, including comfyuiimage/comfyuivideo/comfyuimusic, custom workflowjson/workflowpath inputs, outputnode selection, missing model setup, LoRAs, low-VRAM workflow choices, and community workflow imports.