{
  "name": "frontend-agent-skills",
  "version": "2.3.0",
  "description": "Vue 3, TypeScript, JavaScript, HTML, CSS, Design & Vite AI agent skills for Cursor IDE, Amp Code, and Claude Code — install curated SKILL.md rules with one CLI command.",
  "keywords": [
    "cursor-skills",
    "cursor-rules",
    "cursor-ide",
    "vue3-skills",
    "vue-skills",
    "vue3",
    "vue",
    "javascript-skills",
    "javascript",
    "html-skills",
    "html",
    "css-skills",
    "css",
    "design-skills",
    "design",
    "figma",
    "design-transfer",
    "vite-skills",
    "vite",
    "amp-skills",
    "ampcode",
    "amp-code",
    "claude-code-skills",
    "claude-code",
    "claude-skills",
    "agent-skills",
    "ai-skills",
    "ai-agent",
    "cursor-agent",
    "frontend-agent-skills",
    "composition-api",
    "pinia",
    "vueuse",
    "vue-router",
    "axios",
    "typescript",
    "llm",
    "copilot"
  ],
  "license": "MIT",
  "author": "makshc2",
  "type": "module",
  "bin": {
    "frontend-agent-skills": "bin/install.js",
    "vue-cursor-skills": "bin/install.js"
  },
  "scripts": {
    "skills:install": "node bin/install.js install --yes",
    "skills:list": "node bin/install.js list",
    "test": "vitest run",
    "test:watch": "vitest",
    "openspec:list": "openspec list",
    "openspec:validate": "openspec validate --all --strict",
    "openspec:update": "openspec update --force",
    "sync:agents": "./scripts/sync-local-agent-skills.sh",
    "orchestrator:status": "npx agent-orchestrator-kit status",
    "orchestrator:gate-check": "npx agent-orchestrator-kit gate-check"
  },
  "files": [
    "bin",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/makshc2/vue-3-AI-skills.git"
  },
  "bugs": {
    "url": "https://github.com/makshc2/vue-3-AI-skills/issues"
  },
  "homepage": "https://github.com/makshc2/vue-3-AI-skills#readme",
  "devDependencies": {
    "@fission-ai/openspec": "^1.6.0",
    "vitest": "^3.2.6"
  }
}
