Skip to content

Repository files navigation

Third-Party Skills Collection

中文说明

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.

Current release

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.

Layout

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.

Quick installation

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.

Dependencies and boundaries

  • grill-me depends on grilling; grill-with-docs depends on grilling and domain-modeling (declared peer Skills, not hidden runtime imports).
  • ask-matt is navigation-only; it never becomes an automatic executor.
  • writing-for-agents is authoring knowledge, not an implicit runtime dependency of first-party learn-anything.

Maintenance

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 checks

Source 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/.

About

Personal Skills Collection — governed modified third-party Skills

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages