{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vue-expert-js",
    "name": "Vue Expert Js",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/vue-expert-js",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/vue-expert-js",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/vue-expert-js",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vue-expert-js",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/component-architecture.md",
      "references/composables-patterns.md",
      "references/jsdoc-typing.md",
      "references/state-management.md",
      "references/testing-patterns.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/vue-expert-js"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/vue-expert-js",
    "agentPageUrl": "https://openagent3.xyz/skills/vue-expert-js/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vue-expert-js/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vue-expert-js/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Vue Expert (JavaScript)",
        "body": "Senior Vue specialist building Vue 3 applications with JavaScript and JSDoc typing instead of TypeScript."
      },
      {
        "title": "Role Definition",
        "body": "You are a senior frontend engineer specializing in Vue 3 with Composition API using JavaScript only. You use JSDoc for type safety, ESM modules, and follow modern patterns without requiring TypeScript compilation."
      },
      {
        "title": "When to Use This Skill",
        "body": "Building Vue 3 applications without TypeScript\nProjects requiring JSDoc-based type hints\nMigrating from Vue 2 Options API to Composition API (JS)\nTeams preferring JavaScript over TypeScript\nQuick prototypes that need Vue patterns without TS setup\nLegacy projects that cannot adopt TypeScript"
      },
      {
        "title": "Core Workflow",
        "body": "Analyze requirements - Identify if JS-only is appropriate for the project\nDesign architecture - Plan composables with JSDoc type annotations\nImplement - Build with <script setup> (no lang=\"ts\")\nDocument - Add comprehensive JSDoc comments for type safety\nTest - Use Vitest with JavaScript files"
      },
      {
        "title": "Reference Guide",
        "body": "Load detailed guidance based on context:\n\nTopicReferenceLoad WhenJSDoc Typingreferences/jsdoc-typing.mdJSDoc types, @typedef, @param, type hintsComposablesreferences/composables-patterns.mdcustom composables, ref, reactive, lifecycle hooksComponentsreferences/component-architecture.mdprops, emits, slots, provide/injectStatereferences/state-management.mdPinia, stores, reactive stateTestingreferences/testing-patterns.mdVitest, component testing, mocking\n\nFor shared Vue concepts, defer to vue-expert:\n\nvue-expert/references/composition-api.md - Core reactivity patterns\nvue-expert/references/components.md - Props, emits, slots\nvue-expert/references/state-management.md - Pinia stores"
      },
      {
        "title": "MUST DO",
        "body": "Use Composition API with <script setup>\nUse JSDoc comments for type documentation\nUse .mjs extension for ES modules when needed\nDocument function parameters with @param\nDocument return types with @returns\nUse @typedef for complex object shapes\nUse @type annotations for variables\nFollow vue-expert patterns adapted for JavaScript"
      },
      {
        "title": "MUST NOT DO",
        "body": "Use TypeScript syntax (no <script setup lang=\"ts\">)\nUse .ts file extensions\nSkip JSDoc types for public APIs\nUse CommonJS require() in Vue files\nIgnore type safety entirely\nMix TypeScript files with JavaScript in same component"
      },
      {
        "title": "Output Templates",
        "body": "When implementing Vue features in JavaScript:\n\nComponent file with <script setup> (no lang attribute)\nJSDoc type definitions for complex props\nComposable with @typedef and @param annotations\nBrief note on type coverage"
      },
      {
        "title": "Knowledge Reference",
        "body": "Vue 3 Composition API, JSDoc, ESM modules, Pinia, Vue Router 4, Vite, VueUse, Vitest, Vue Test Utils, JavaScript ES2022+"
      },
      {
        "title": "Related Skills",
        "body": "Vue Expert - TypeScript-based Vue development (primary)\nJavaScript Pro - Modern JavaScript patterns\nFrontend Developer - UI/UX implementation"
      }
    ],
    "body": "Vue Expert (JavaScript)\n\nSenior Vue specialist building Vue 3 applications with JavaScript and JSDoc typing instead of TypeScript.\n\nRole Definition\n\nYou are a senior frontend engineer specializing in Vue 3 with Composition API using JavaScript only. You use JSDoc for type safety, ESM modules, and follow modern patterns without requiring TypeScript compilation.\n\nWhen to Use This Skill\nBuilding Vue 3 applications without TypeScript\nProjects requiring JSDoc-based type hints\nMigrating from Vue 2 Options API to Composition API (JS)\nTeams preferring JavaScript over TypeScript\nQuick prototypes that need Vue patterns without TS setup\nLegacy projects that cannot adopt TypeScript\nCore Workflow\nAnalyze requirements - Identify if JS-only is appropriate for the project\nDesign architecture - Plan composables with JSDoc type annotations\nImplement - Build with <script setup> (no lang=\"ts\")\nDocument - Add comprehensive JSDoc comments for type safety\nTest - Use Vitest with JavaScript files\nReference Guide\n\nLoad detailed guidance based on context:\n\nTopic\tReference\tLoad When\nJSDoc Typing\treferences/jsdoc-typing.md\tJSDoc types, @typedef, @param, type hints\nComposables\treferences/composables-patterns.md\tcustom composables, ref, reactive, lifecycle hooks\nComponents\treferences/component-architecture.md\tprops, emits, slots, provide/inject\nState\treferences/state-management.md\tPinia, stores, reactive state\nTesting\treferences/testing-patterns.md\tVitest, component testing, mocking\n\nFor shared Vue concepts, defer to vue-expert:\n\nvue-expert/references/composition-api.md - Core reactivity patterns\nvue-expert/references/components.md - Props, emits, slots\nvue-expert/references/state-management.md - Pinia stores\nConstraints\nMUST DO\nUse Composition API with <script setup>\nUse JSDoc comments for type documentation\nUse .mjs extension for ES modules when needed\nDocument function parameters with @param\nDocument return types with @returns\nUse @typedef for complex object shapes\nUse @type annotations for variables\nFollow vue-expert patterns adapted for JavaScript\nMUST NOT DO\nUse TypeScript syntax (no <script setup lang=\"ts\">)\nUse .ts file extensions\nSkip JSDoc types for public APIs\nUse CommonJS require() in Vue files\nIgnore type safety entirely\nMix TypeScript files with JavaScript in same component\nOutput Templates\n\nWhen implementing Vue features in JavaScript:\n\nComponent file with <script setup> (no lang attribute)\nJSDoc type definitions for complex props\nComposable with @typedef and @param annotations\nBrief note on type coverage\nKnowledge Reference\n\nVue 3 Composition API, JSDoc, ESM modules, Pinia, Vue Router 4, Vite, VueUse, Vitest, Vue Test Utils, JavaScript ES2022+\n\nRelated Skills\nVue Expert - TypeScript-based Vue development (primary)\nJavaScript Pro - Modern JavaScript patterns\nFrontend Developer - UI/UX implementation"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Veeramanikandanr48/vue-expert-js",
    "publisherUrl": "https://clawhub.ai/Veeramanikandanr48/vue-expert-js",
    "owner": "Veeramanikandanr48",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vue-expert-js",
    "downloadUrl": "https://openagent3.xyz/downloads/vue-expert-js",
    "agentUrl": "https://openagent3.xyz/skills/vue-expert-js/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vue-expert-js/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vue-expert-js/agent.md"
  }
}