feat: auto-regenerate skills stock-take + add 330-skill inventory

The skills-index page had drifted badly (claimed 66 skills; 330 are actually
installed). Regenerate it from the live skill tree and add an automated
regeneration script + related cron so it can never go stale again.

- regenerate-skills-index.sh: full stock-take (inventory -> quartz build -> deploy)
- systems/skills-index.md: rebuilt with all 330 skills across 26 categories
- .gitignore: fix stray literal chars, ignore build artifacts
This commit is contained in:
Tony0410
2026-08-15 23:53:55 +08:00
parent 84f52de158
commit b12d8b5e3d
3 changed files with 526 additions and 59 deletions
+5 -1
View File
@@ -1 +1,5 @@
node_modules/\npublic/\npackage-lock.json\npackage.json
node_modules/
public/
package-lock.json
package.json
*.log