{
  "name": "skill-guide",
  "version": "0.4.0",
  "description": "Scan 6+ skill directories across Claude Code, Codex, and cc-switch, then generate beautiful HTML slide presentations.",
  "license": "MIT",
  "type": "commonjs",
  "bin": {
    "skill-guide": "bin/skill-guide",
    "skill-guide-scan": "scan-skills.js"
  },
  "files": [
    "agents/openai.yaml",
    "bin/skill-guide",
    "SKILL.md",
    "skill-guide.js",
    "scan-skills.js",
    "skill-registry.js",
    "demo.html",
    "demo.gif",
    "social-preview.png",
    "demo-*.png",
    "README.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "LICENSE"
  ],
  "scripts": {
    "scan": "node scan-skills.js --list",
    "scan:refresh": "node scan-skills.js --refresh --list",
    "scan:skill": "node scan-skills.js --skill",
    "scan:search": "node scan-skills.js --search",
    "scan:full": "node scan-skills.js --full",
    "guide": "node skill-guide.js --open",
    "doctor": "node skill-guide.js --doctor",
    "test": "node --check scan-skills.js && node --check skill-guide.js && node --check skill-registry.js && node --test test/*.test.js && node scan-skills.js --list >/dev/null && node scan-skills.js --search security >/dev/null && node scan-skills.js --full >/dev/null"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "claude-code",
    "codex",
    "agent-skills",
    "skills",
    "skill",
    "skill-discovery",
    "skill-scanner",
    "skill-browser",
    "claude-code-skills",
    "codex-skills",
    "html-slides",
    "developer-tools",
    "agent-tools",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gtskevin/skill-guide.git"
  },
  "bugs": {
    "url": "https://github.com/gtskevin/skill-guide/issues"
  },
  "homepage": "https://gtskevin.github.io/skill-guide/"
}
