skillzy 0.1.0

Initialize and validate skills according to the specification adopted by agentskills.io and skills.sh
{
  "name": "@cle-does-things/skillzy",
  "version": "0.1.0",
  "description": "Initialize and validate skills according to the specification adopted by agentskills.io and skills.sh",
  "main": "start.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node ./pre-install.js",
    "uninstall": "node ./uninstall.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AstraBert/skillzy.git"
  },
  "keywords": [
    "skills",
    "coding-agent",
    "cli",
    "validation"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AstraBert/skillzy/issues"
  },
  "files": [
    "pre-install.js",
    "start.js",
    "uninstall.js",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  }
}