{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lb-nextjs16-skill",
    "name": "NextJS 16+ Complete Documentation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/leonaaardob/lb-nextjs16-skill",
    "canonicalUrl": "https://clawhub.ai/leonaaardob/lb-nextjs16-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lb-nextjs16-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lb-nextjs16-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/index.mdx",
      "references/01-app/index.mdx",
      "references/01-app/04-glossary.mdx",
      "references/01-app/03-api-reference/index.mdx"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/lb-nextjs16-skill"
    },
    "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/lb-nextjs16-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/lb-nextjs16-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lb-nextjs16-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lb-nextjs16-skill/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Next.js Documentation (v16.2.0-canary.30)",
        "body": "Complete Next.js 16 documentation embedded in markdown. Read from references/ to answer questions about Next.js features, configuration, and best practices."
      },
      {
        "title": "Documentation Structure",
        "body": "All documentation is in references/ organized by topic:"
      },
      {
        "title": "Core Documentation",
        "body": "App Router (references/01-app/)\n\nModern Next.js architecture with React Server Components.\n\nGetting Started:\n\nreferences/01-app/01-getting-started/installation.mdx - Setup new project\nreferences/01-app/01-getting-started/project-structure.mdx - File conventions\nreferences/01-app/01-getting-started/layouts-and-pages.mdx - Routing basics\nreferences/01-app/01-getting-started/data-fetching.mdx - Server data loading\nreferences/01-app/01-getting-started/css.mdx - Styling options\n\nGuides:\n\nreferences/01-app/02-guides/authentication.mdx - Auth patterns\nreferences/01-app/02-guides/caching.mdx - Cache strategies\nreferences/01-app/02-guides/environment-variables.mdx - Env config\nreferences/01-app/02-guides/forms.mdx - Form handling\nreferences/01-app/02-guides/testing/ - Jest, Playwright, Vitest, Cypress\nreferences/01-app/02-guides/migrating/ - Migration guides (Vite, CRA, Pages → App)\nreferences/01-app/02-guides/upgrading/ - Version upgrade guides (14, 15, 16)\nreferences/01-app/02-guides/self-hosting.mdx - Self-hosted deployment\nreferences/01-app/02-guides/static-exports.mdx - Static HTML export\nreferences/01-app/02-guides/progressive-web-apps.mdx - PWA setup\n\nAPI Reference:\n\nreferences/01-app/03-api-reference/ - Complete API docs (components, functions, config)\n\nPages Router (references/02-pages/)\n\nLegacy Next.js architecture (still supported).\n\nreferences/02-pages/01-guides/ - Pages Router guides\nreferences/02-pages/02-api-reference/ - Pages API reference\n\nArchitecture (references/03-architecture/)\n\nreferences/03-architecture/nextjs-compiler.mdx - SWC compiler\nreferences/03-architecture/fast-refresh.mdx - Hot reload\nreferences/03-architecture/supported-browsers.mdx - Browser support\nreferences/03-architecture/accessibility.mdx - A11y features\n\nCommunity (references/04-community/)\n\nreferences/04-community/contribution-guide.mdx - Contributing to Next.js\nreferences/04-community/rspack.mdx - Experimental Rspack support"
      },
      {
        "title": "Common Tasks",
        "body": "TaskFile to ReadSetup new projectreferences/01-app/01-getting-started/installation.mdxRouting & layoutsreferences/01-app/01-getting-started/layouts-and-pages.mdxData fetchingreferences/01-app/01-getting-started/data-fetching.mdxServer actionsreferences/01-app/03-api-reference/server-actions.mdx (if exists)MiddlewareSearch references/01-app/02-guides/ or API referenceCaching strategiesreferences/01-app/02-guides/caching.mdxEnvironment variablesreferences/01-app/02-guides/environment-variables.mdxTesting setupreferences/01-app/02-guides/testing/Deploy self-hostedreferences/01-app/02-guides/self-hosting.mdxMigrate from Vitereferences/01-app/02-guides/migrating/from-vite.mdxMigrate from CRAreferences/01-app/02-guides/migrating/from-create-react-app.mdxUpgrade to v16references/01-app/02-guides/upgrading/version-16.mdx"
      },
      {
        "title": "When to Use This Skill",
        "body": "User asks about Next.js features, configuration, or best practices\nWorking on a Next.js project and need API reference\nDebugging Next.js behavior (caching, rendering, routing)\nPlanning architecture (SSR vs SSG vs ISR)\nMigration questions (from other frameworks or older Next.js versions)"
      },
      {
        "title": "How to Navigate",
        "body": "Start with references/index.mdx for overview\nFor getting started: Read references/01-app/01-getting-started/\nFor specific topics: Read references/01-app/02-guides/<topic>.mdx\nFor API details: Search references/01-app/03-api-reference/\nFor legacy Pages Router: Use references/02-pages/\n\nAll files are .mdx (Markdown + JSX) but readable as plain markdown."
      }
    ],
    "body": "Next.js Documentation (v16.2.0-canary.30)\n\nComplete Next.js 16 documentation embedded in markdown. Read from references/ to answer questions about Next.js features, configuration, and best practices.\n\nDocumentation Structure\n\nAll documentation is in references/ organized by topic:\n\nCore Documentation\nApp Router (references/01-app/)\n\nModern Next.js architecture with React Server Components.\n\nGetting Started:\n\nreferences/01-app/01-getting-started/installation.mdx - Setup new project\nreferences/01-app/01-getting-started/project-structure.mdx - File conventions\nreferences/01-app/01-getting-started/layouts-and-pages.mdx - Routing basics\nreferences/01-app/01-getting-started/data-fetching.mdx - Server data loading\nreferences/01-app/01-getting-started/css.mdx - Styling options\n\nGuides:\n\nreferences/01-app/02-guides/authentication.mdx - Auth patterns\nreferences/01-app/02-guides/caching.mdx - Cache strategies\nreferences/01-app/02-guides/environment-variables.mdx - Env config\nreferences/01-app/02-guides/forms.mdx - Form handling\nreferences/01-app/02-guides/testing/ - Jest, Playwright, Vitest, Cypress\nreferences/01-app/02-guides/migrating/ - Migration guides (Vite, CRA, Pages → App)\nreferences/01-app/02-guides/upgrading/ - Version upgrade guides (14, 15, 16)\nreferences/01-app/02-guides/self-hosting.mdx - Self-hosted deployment\nreferences/01-app/02-guides/static-exports.mdx - Static HTML export\nreferences/01-app/02-guides/progressive-web-apps.mdx - PWA setup\n\nAPI Reference:\n\nreferences/01-app/03-api-reference/ - Complete API docs (components, functions, config)\nPages Router (references/02-pages/)\n\nLegacy Next.js architecture (still supported).\n\nreferences/02-pages/01-guides/ - Pages Router guides\nreferences/02-pages/02-api-reference/ - Pages API reference\nArchitecture (references/03-architecture/)\nreferences/03-architecture/nextjs-compiler.mdx - SWC compiler\nreferences/03-architecture/fast-refresh.mdx - Hot reload\nreferences/03-architecture/supported-browsers.mdx - Browser support\nreferences/03-architecture/accessibility.mdx - A11y features\nCommunity (references/04-community/)\nreferences/04-community/contribution-guide.mdx - Contributing to Next.js\nreferences/04-community/rspack.mdx - Experimental Rspack support\nQuick Reference\nCommon Tasks\nTask\tFile to Read\nSetup new project\treferences/01-app/01-getting-started/installation.mdx\nRouting & layouts\treferences/01-app/01-getting-started/layouts-and-pages.mdx\nData fetching\treferences/01-app/01-getting-started/data-fetching.mdx\nServer actions\treferences/01-app/03-api-reference/server-actions.mdx (if exists)\nMiddleware\tSearch references/01-app/02-guides/ or API reference\nCaching strategies\treferences/01-app/02-guides/caching.mdx\nEnvironment variables\treferences/01-app/02-guides/environment-variables.mdx\nTesting setup\treferences/01-app/02-guides/testing/\nDeploy self-hosted\treferences/01-app/02-guides/self-hosting.mdx\nMigrate from Vite\treferences/01-app/02-guides/migrating/from-vite.mdx\nMigrate from CRA\treferences/01-app/02-guides/migrating/from-create-react-app.mdx\nUpgrade to v16\treferences/01-app/02-guides/upgrading/version-16.mdx\nWhen to Use This Skill\nUser asks about Next.js features, configuration, or best practices\nWorking on a Next.js project and need API reference\nDebugging Next.js behavior (caching, rendering, routing)\nPlanning architecture (SSR vs SSG vs ISR)\nMigration questions (from other frameworks or older Next.js versions)\nHow to Navigate\nStart with references/index.mdx for overview\nFor getting started: Read references/01-app/01-getting-started/\nFor specific topics: Read references/01-app/02-guides/<topic>.mdx\nFor API details: Search references/01-app/03-api-reference/\nFor legacy Pages Router: Use references/02-pages/\n\nAll files are .mdx (Markdown + JSX) but readable as plain markdown."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/leonaaardob/lb-nextjs16-skill",
    "publisherUrl": "https://clawhub.ai/leonaaardob/lb-nextjs16-skill",
    "owner": "leonaaardob",
    "version": "16.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lb-nextjs16-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/lb-nextjs16-skill",
    "agentUrl": "https://openagent3.xyz/skills/lb-nextjs16-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lb-nextjs16-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lb-nextjs16-skill/agent.md"
  }
}