Per-resource pinning
Lock react/form-wizard to a specific version while other skills follow main. No version monorepo to manage.
Versions & integrity
STH treats your skills like dependencies: an exact version per resource, safe writes and a clear view of what has drifted locally.
$ sth status --json
[
{ "resourceName": "react/form-wizard", "status": "up-to-date", "pinned": "v2.1.0" },
{ "resourceName": "skills/analyse-risque", "status": "outdated" },
{ "resourceName": "agents/reviewer", "status": "modified-locally" }
]Lock react/form-wizard to a specific version while other skills follow main. No version monorepo to manage.
Advisory locks and atomic writes: no corruption, even if two processes run in parallel.
sth status flags each resource — up-to-date, outdated or modified-locally — with a file-by-file diff.
Every managed file is tracked in the project state, enabling clean, reproducible updates and removals.