{
  "name": "claude-code-skills",
  "version": "0.5.0",
  "description": "Categorized, deterministically-ranked SKILL.md catalog AND MCP server for Claude Code (and any agent that speaks MCP). 1128 curated skills across 17 categories — frontend, backend, video editing, AI video generation, UI design, motion graphics, 3D, devops, testing, data, security, mobile, AI tooling, accessibility, image generation, docs/workflow, polymarket. Multi-file skills (helpers, references, starter scripts, examples) ship intact. Browse-by-category + handpicked featured skills protocol so the user's own LLM agent picks skills directly — no server-side librarian. MCP Resources (skillport://featured, ://categories, ://category/<id>, ://skill/<name>) for native client discovery. Zero LLM calls in the hot path, zero backend, zero API keys. Single bin: `claude-code-skills` with `mcp` subcommand for stdio MCP server. Esbuild artifact, four runtime deps.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "claude-code-skills": "dist/cli.js"
  },
  "files": [
    "dist",
    "data",
    "skill-packs",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "ingest": "node packages/ingest/dist/build-index.js",
    "ingest:research": "node packages/ingest/dist/build-index.js --include-research",
    "bundle": "node scripts/bundle.mjs",
    "build:workspaces": "npm run build --workspaces --if-present",
    "smoke": "node scripts/smoke.mjs",
    "prepack": "npm run build:workspaces && npm run ingest:research && npm run bundle"
  },
  "keywords": [
    "claude",
    "claude-code",
    "claude-code-skills",
    "skill-md",
    "skills",
    "mcp",
    "model-context-protocol",
    "anthropic",
    "agent",
    "agent-skills",
    "registry",
    "catalog",
    "frontend",
    "backend",
    "video-editing",
    "ai-video",
    "ui-design",
    "design-system",
    "remotion",
    "ffmpeg"
  ],
  "license": "MIT",
  "author": "claude-code-skills contributors",
  "homepage": "https://www.npmjs.com/package/claude-code-skills",
  "engines": {
    "node": ">=18.17"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "tweetnacl": "^1.0.3",
    "yaml": "^2.5.0",
    "zod": "^3.23.8"
  },
  "workspaces": [
    "packages/*",
    "skill-packs/*"
  ],
  "devDependencies": {
    "@types/node": "^20.14.0",
    "esbuild": "^0.28.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0"
  }
}
