You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Create, sign, verify, and run portable .skill packages for AI agents: content-addressed identity, Ed25519 + Sigstore provenance, and inspect-before-run trust. Bin: skill.",
"license": "MIT",
"author": {
"name": "Bharat Dudeja",
"url": "https://github.com/bharatdudeja13-cmd"
},
"keywords": [
"skill",
"skillerr",
".skill",
"ai-agents",
"agent-skills",
"protocol",
"portable",
"inspectable"
],
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build -w @skillerr/protocol && npm run build -w @skillerr/core && npm run build -w @skillerr/runtime && npm run build -w @skillerr/registry && npm run build -w @skillerr/workspace && npm run build -w @skillerr/cli",
"test": "npm run build && npm test --workspaces --if-present",