agent skill registry
Skill definitions, served raw for agents.
what this is
Each skill's full directory — SKILL.md, references, scripts, assets — mirrored from my public repositories at stable URLs. The manifest carries the source repo, the pinned commit, and a sha256 per file, and is signed with the key published on TGP.SKI.
use
# the manifest lists every skill: url, source repo, commit, sha256 curl -s https://skills.TGP.SKI/index.json # verify the manifest against the key published on TGP.SKI curl -sO https://skills.TGP.SKI/index.json curl -sO https://skills.TGP.SKI/index.json.asc curl -s https://TGP.SKI/keys/tgpski.asc | gpg --import gpg --verify index.json.asc index.json # fetch any skill raw (text/markdown, CORS-open) curl -s https://skills.TGP.SKI/skills/leather/release-prep/SKILL.md
Skill files are verbatim mirrors — the sha256 in the manifest matches both the served file and the blob at the pinned source commit on GitHub.
the registry
TGPSKI/abductive-triage
TGPSKI/adherence-suite
TGPSKI/catnip
TGPSKI/claim-analysis
TGPSKI/conceit
TGPSKI/directed-contexts
TGPSKI/directed-workflows
TGPSKI/dither
TGPSKI/friction-report
TGPSKI/go-fips-toolkit
TGPSKI/last-call
TGPSKI/leather
TGPSKI/olwb-micro-plugin
TGPSKI/record
TGPSKI/redline
TGPSKI/run-watcher
TGPSKI/security-context-spec
TGPSKI/skeptic
TGPSKI/words-are-cheap