A public, harness-neutral skill store for AI coding agents. The canonical materialization lives in
skills/; harness-specific paths project selected entries from that store without changing the
underlying guidance.
The portable package subset is sourced from
leonardoacosta/skills and pinned in
skill-projections.json to an immutable commit. Additional third-party skills retain their source
metadata in .skill-lock.json.
skills/— canonical materialized skill directoriesskill-projections.json— source revision and per-harness projection policyscripts/reconcile-skill-projections.sh— guarded projection reconcilerscripts/verify-skill-projections.sh— read-only projection health reportagents.md— portable execution and workflow contract
bash scripts/tests/public-release-boundary.test.sh
bash scripts/reconcile-skill-projections.sh --self-test
bash scripts/verify-skill-projections.shThe public-release test rejects organization, project, machine, and personal configuration from the portable skill tree. The reconciler requires matching verified and audited source revisions before it writes any managed projection.