LightDevCoder/skills-3rdParty is a public, source-audited collection of
third-party Agent Skills. It is intentionally separate from the first-party
LightDevCoder/skills repository.
The stable release is v0.2.1, published from a public repository with fresh
install evidence. It mirrors 27 packages from three upstream sources:
| Source | Pin | Packages |
|---|---|---|
| mattpocock/skills | tag v1.2.3, commit 6acc160e4e0cd062dbbbd7a1b26ae92855edf07e |
25 (engineering 18, productivity 7) |
| blader/humanizer | tag v2.9.1, commit 523374dee72d67c7b2b5f858ea0094ffda49c3ac |
1 |
| op7418/Humanizer-zh | commit 91f3d394db8419c20d67ebe22a96cf8fee0a404b (no tags) |
1 |
The authoritative inventory is UPSTREAM_LOCK.json: it records per-source pins, per-file checksums, source groups, license paths, dependencies, and local modification state. The manifest is generated by scripts/generate-lock.sh, never hand-edited.
skills/mattpocock/engineering/<skill>/ 18 packages
skills/mattpocock/productivity/<skill>/ 7 packages
skills/blader/humanizer/ 1 package
skills/op7418/humanizer-zh/ 1 package
Every package contains the unmodified upstream files plus UPSTREAM.md
(provenance) and PATCHES.md (local-change ledger); mattpocock packages also
carry a local LICENSE copy. Upstream files are hash-checked; local records
are the only local difference.
npx skills add LightDevCoder/skills-3rdParty#v0.2.1 --yes --copy --agent codex
Install one package:
npx skills add LightDevCoder/skills-3rdParty#v0.2.1 --skill grill-with-docs --yes --copy --agent codex
Read POLICIES.md for admission, synchronization, and release policy.
grill-medepends ongrilling;grill-with-docsdepends ongrillinganddomain-modeling(declared peer Skills, not hidden runtime imports).ask-mattis navigation-only; it never becomes an automatic executor.writing-for-agentsis authoring knowledge, not an implicit runtime dependency of first-partylearn-anything.
Everything runs cross-platform (bash + jq; macOS/Linux/CI):
scripts/sync-upstream.sh -Mode check # completeness/hashes/resources/records
scripts/sync-upstream.sh -Mode diff # local/upstream differences
scripts/sync-upstream.sh -Mode sync # copy from pinned upstream snapshots
scripts/generate-lock.sh # regenerate UPSTREAM_LOCK.json
tests/collection-checks.sh # structural checksSource snapshots live under a sources/ root with one checkout per source
(sources/mattpocock, sources/blader, sources/op7418); pass
-SourcesRoot <dir> to the tools. Release evidence:
docs/evidence/releases/.