feat: reproducible agent skill collection with install/update tooling

- skills-lock.json pins every skill (extracted from infinito-nexus-core)
- make install (global to $HOME) and make project TARGET=<repo> copy the
  rendered skills into .agents/skills + .claude/skills
- make update refreshes the lock via npx skills; make test validates the
  lock shape and shellchecks the scripts
- CI: test workflow on push/PR, daily update workflow opening a PR
- MIRRORS for code.infinito.nexus and git.veen.world
This commit is contained in:
2026-07-10 11:23:51 +02:00
parent 2970bcb888
commit 16c8b7f4af
12 changed files with 282 additions and 36 deletions

3
MIRRORS Normal file
View File

@@ -0,0 +1,3 @@
git@github.com:kevinveenbirkenbach/skills.git
ssh://git@code.infinito.nexus:2201/kevinveenbirkenbach/skills.git
ssh://git@git.veen.world:2201/kevinveenbirkenbach/skills.git