chore(claude): add skills system (#310)

This commit is contained in:
rahim
2026-01-19 19:57:01 +11:00
committed by GitHub
parent 17ed67a1f7
commit 8015c30210
72 changed files with 15076 additions and 1133 deletions
+2
View File
@@ -16,6 +16,7 @@
},
"scripts": {
"prepare": "simple-git-hooks",
"postinstall": "pnpm link:opencode",
"build:packages": "turbo run build --filter=./packages/*",
"build:site": "turbo run build --filter=site",
"docs:update": "doctoc README.md CONTRIBUTING.md",
@@ -31,6 +32,7 @@
"lint": "eslint . --cache",
"lint:fix": "eslint . --fix --cache",
"lint:fix:file": "eslint --fix --cache",
"link:opencode": "[ -e .opencode ] || ln -s .claude .opencode",
"test": "turbo run test",
"typecheck": "tsc --build"
},