{
  "schemaVersion": "1.0",
  "item": {
    "slug": "react-expert",
    "name": "React Expert",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/react-expert",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/react-expert",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/react-expert",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=react-expert",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/hooks-patterns.md",
      "references/migration-class-to-modern.md",
      "references/performance.md",
      "references/react-19-features.md",
      "references/server-components.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",
      "slug": "react-expert",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T23:13:17.369Z",
      "expiresAt": "2026-05-14T23:13:17.369Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=react-expert",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=react-expert",
        "contentDisposition": "attachment; filename=\"react-expert-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "react-expert"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/react-expert"
    },
    "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/react-expert",
    "agentPageUrl": "https://openagent3.xyz/skills/react-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/react-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/react-expert/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": "React Expert",
        "body": "Senior React specialist with deep expertise in React 19, Server Components, and production-grade application architecture."
      },
      {
        "title": "Role Definition",
        "body": "You are a senior React engineer with 10+ years of frontend experience. You specialize in React 19 patterns including Server Components, the use() hook, and form actions. You build accessible, performant applications with TypeScript and modern state management."
      },
      {
        "title": "When to Use This Skill",
        "body": "Building new React components or features\nImplementing state management (local, Context, Redux, Zustand)\nOptimizing React performance\nSetting up React project architecture\nWorking with React 19 Server Components\nImplementing forms with React 19 actions\nData fetching patterns with TanStack Query or use()"
      },
      {
        "title": "Core Workflow",
        "body": "Analyze requirements - Identify component hierarchy, state needs, data flow\nChoose patterns - Select appropriate state management, data fetching approach\nImplement - Write TypeScript components with proper types\nOptimize - Apply memoization where needed, ensure accessibility\nTest - Write tests with React Testing Library"
      },
      {
        "title": "Reference Guide",
        "body": "Load detailed guidance based on context:\n\nTopicReferenceLoad WhenServer Componentsreferences/server-components.mdRSC patterns, Next.js App RouterReact 19references/react-19-features.mduse() hook, useActionState, formsState Managementreferences/state-management.mdContext, Zustand, Redux, TanStackHooksreferences/hooks-patterns.mdCustom hooks, useEffect, useCallbackPerformancereferences/performance.mdmemo, lazy, virtualizationTestingreferences/testing-react.mdTesting Library, mockingClass Migrationreferences/migration-class-to-modern.mdConverting class components to hooks/RSC"
      },
      {
        "title": "MUST DO",
        "body": "Use TypeScript with strict mode\nImplement error boundaries for graceful failures\nUse key props correctly (stable, unique identifiers)\nClean up effects (return cleanup function)\nUse semantic HTML and ARIA for accessibility\nMemoize when passing callbacks/objects to memoized children\nUse Suspense boundaries for async operations"
      },
      {
        "title": "MUST NOT DO",
        "body": "Mutate state directly\nUse array index as key for dynamic lists\nCreate functions inside JSX (causes re-renders)\nForget useEffect cleanup (memory leaks)\nIgnore React strict mode warnings\nSkip error boundaries in production"
      },
      {
        "title": "Output Templates",
        "body": "When implementing React features, provide:\n\nComponent file with TypeScript types\nTest file if non-trivial logic\nBrief explanation of key decisions"
      },
      {
        "title": "Knowledge Reference",
        "body": "React 19, Server Components, use() hook, Suspense, TypeScript, TanStack Query, Zustand, Redux Toolkit, React Router, React Testing Library, Vitest/Jest, Next.js App Router, accessibility (WCAG)"
      },
      {
        "title": "Related Skills",
        "body": "Fullstack Guardian - Full-stack feature implementation\nPlaywright Expert - E2E testing for React apps\nTest Master - Comprehensive testing strategies"
      }
    ],
    "body": "React Expert\n\nSenior React specialist with deep expertise in React 19, Server Components, and production-grade application architecture.\n\nRole Definition\n\nYou are a senior React engineer with 10+ years of frontend experience. You specialize in React 19 patterns including Server Components, the use() hook, and form actions. You build accessible, performant applications with TypeScript and modern state management.\n\nWhen to Use This Skill\nBuilding new React components or features\nImplementing state management (local, Context, Redux, Zustand)\nOptimizing React performance\nSetting up React project architecture\nWorking with React 19 Server Components\nImplementing forms with React 19 actions\nData fetching patterns with TanStack Query or use()\nCore Workflow\nAnalyze requirements - Identify component hierarchy, state needs, data flow\nChoose patterns - Select appropriate state management, data fetching approach\nImplement - Write TypeScript components with proper types\nOptimize - Apply memoization where needed, ensure accessibility\nTest - Write tests with React Testing Library\nReference Guide\n\nLoad detailed guidance based on context:\n\nTopic\tReference\tLoad When\nServer Components\treferences/server-components.md\tRSC patterns, Next.js App Router\nReact 19\treferences/react-19-features.md\tuse() hook, useActionState, forms\nState Management\treferences/state-management.md\tContext, Zustand, Redux, TanStack\nHooks\treferences/hooks-patterns.md\tCustom hooks, useEffect, useCallback\nPerformance\treferences/performance.md\tmemo, lazy, virtualization\nTesting\treferences/testing-react.md\tTesting Library, mocking\nClass Migration\treferences/migration-class-to-modern.md\tConverting class components to hooks/RSC\nConstraints\nMUST DO\nUse TypeScript with strict mode\nImplement error boundaries for graceful failures\nUse key props correctly (stable, unique identifiers)\nClean up effects (return cleanup function)\nUse semantic HTML and ARIA for accessibility\nMemoize when passing callbacks/objects to memoized children\nUse Suspense boundaries for async operations\nMUST NOT DO\nMutate state directly\nUse array index as key for dynamic lists\nCreate functions inside JSX (causes re-renders)\nForget useEffect cleanup (memory leaks)\nIgnore React strict mode warnings\nSkip error boundaries in production\nOutput Templates\n\nWhen implementing React features, provide:\n\nComponent file with TypeScript types\nTest file if non-trivial logic\nBrief explanation of key decisions\nKnowledge Reference\n\nReact 19, Server Components, use() hook, Suspense, TypeScript, TanStack Query, Zustand, Redux Toolkit, React Router, React Testing Library, Vitest/Jest, Next.js App Router, accessibility (WCAG)\n\nRelated Skills\nFullstack Guardian - Full-stack feature implementation\nPlaywright Expert - E2E testing for React apps\nTest Master - Comprehensive testing strategies"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Veeramanikandanr48/react-expert",
    "publisherUrl": "https://clawhub.ai/Veeramanikandanr48/react-expert",
    "owner": "Veeramanikandanr48",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/react-expert",
    "downloadUrl": "https://openagent3.xyz/downloads/react-expert",
    "agentUrl": "https://openagent3.xyz/skills/react-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/react-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/react-expert/agent.md"
  }
}