skills.TGP.SKI

agent skill registry

Skill definitions, served raw for agents.

raw SKILL.md text/markdown · CORS-open manifest signed

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.

# 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.

abductive-triageStructured diagnostic reasoning for AI agents investigating incidents, failures, and unexpected behavior.762e2accab46
generate-directed-contextsGenerate bounded codebase ownership contexts that agents can load inline or spawn in isolation.f221b73e64f6
directed-workflowsCreates directed workflow files for any repository.379dfd7e2806
agents-doc-lifecycleManage AGENTS.md and .subagents/*.md across the leather subagent guide set (currently 17 guides spanning core, runtime, worker, serve, tannery, quality, performance, security, operations, shell-mcp, ui, replay, agent-definition, tools/skills/toolsets semantics, integrations, examples, and observability).c2d4da6d5022
code-quality-lifecycleAudit and improve test coverage, formatting, linting, and test organization for the leather codebase.c2d4da6d5022
documentation-lifecycleGenerate, update, and maintain per-module documentation under docs/modules/, keep docs/ARCHITECTURE.md and README.md current, and produce Mermaid diagrams for data-flow, block, and dependency views.c2d4da6d5022
release-prepPrepare a leather release: auto-detect next version from git history, insert CHANGELOG section, update docs, commit and push.c2d4da6d5022
release-tagTag a prepared leather release and push the tag to origin.c2d4da6d5022
redlineFinds the maximum safe --max-model-len and --max-num-batched-tokens for a vLLM-served model on a fixed GPU, by climbing a doubling ladder one clean reboot at a time and recording the real KV-cache/concurrency signal from each boot rather than guessing.673957879d34