AgentSkillsCN

olore-opennext-latest

本地 opennext 文档参考(最新版)。OpenNext.js 文档。适用于将 Next.js 部署至 Cloudflare Workers、AWS Lambda 或 Netlify 平台。涵盖绑定配置、缓存机制、性能优化、自定义 Worker 逻辑,以及各平台特有的配置方案。

SKILL.md
--- frontmatter
name: olore-opennext-latest
description: Local opennext documentation reference (latest). OpenNext.js documentation. Use for deploying Next.js to Cloudflare Workers, AWS Lambda, or Netlify. Covers bindings, caching, performance, custom workers, and platform-specific configurations.

OpenNext Documentation

OpenNext.js documentation. Use for deploying Next.js to Cloudflare Workers, AWS Lambda, or Netlify. Covers bindings, caching, performance, custom workers, and platform-specific configurations.

Documentation Structure

code
contents/
├── aws/                              # AWS deployment (9 files)
│   ├── config/                       # Configuration (5 files)
│   │   └── overrides/                # Override configs (11 files)
│   └── inner_workings/               # Architecture internals (4 files)
│       └── components/               # Component details (6 files)
├── cloudflare/                       # Cloudflare deployment (10 files)
│   └── howtos/                       # How-to guides (11 files)
└── netlify/                          # Netlify deployment (2 files)

Topic Guide

TopicKey Files
AWS Getting Startedcontents/aws/get_started.mdx, contents/aws/index.mdx
AWS Configurationcontents/aws/config.mdx, contents/aws/config/reference.mdx, contents/aws/config/simple_example.mdx
AWS Overridescontents/aws/config/overrides/incremental_cache.mdx, contents/aws/config/overrides/wrapper.mdx, contents/aws/config/overrides/image_loader.mdx
AWS Architecturecontents/aws/inner_workings/architecture.mdx, contents/aws/inner_workings/caching.mdx, contents/aws/inner_workings/routing.mdx
AWS Troubleshootingcontents/aws/common_issues.mdx, contents/aws/faq.mdx, contents/aws/compatibility.mdx
Cloudflare Getting Startedcontents/cloudflare/get-started.mdx, contents/cloudflare/index.mdx
Cloudflare Setupcontents/cloudflare/bindings.mdx, contents/cloudflare/caching.mdx, contents/cloudflare/cli.mdx
Cloudflare How-Toscontents/cloudflare/howtos/custom-worker.mdx, contents/cloudflare/howtos/db.mdx, contents/cloudflare/howtos/image.mdx
Cloudflare Troubleshootingcontents/cloudflare/troubleshooting.mdx, contents/cloudflare/known-issues.mdx
Environment Variablescontents/cloudflare/howtos/env-vars.mdx
Database Integrationcontents/cloudflare/howtos/db.mdx
Image Optimizationcontents/aws/config/overrides/image_loader.mdx, contents/cloudflare/howtos/image.mdx, contents/aws/inner_workings/components/image_optimization.mdx
Cachingcontents/aws/inner_workings/caching.mdx, contents/cloudflare/caching.mdx, contents/aws/config/overrides/incremental_cache.mdx
Netlify Deploymentcontents/netlify/index.mdx, contents/netlify/forms.mdx

When to use

Use this skill when the user asks about:

  • Deploying Next.js to AWS Lambda
  • Deploying Next.js to Cloudflare Workers
  • Deploying Next.js to Netlify
  • OpenNext configuration and customization
  • Next.js SSR on edge platforms
  • Caching strategies for Next.js
  • Custom workers and overrides
  • Platform bindings (Cloudflare KV, D1, R2, etc.)
  • Image optimization on edge platforms
  • Database integration with Next.js on edge
  • Troubleshooting OpenNext deployments

How to find information

  1. Use Topic Guide above to identify relevant files
  2. Read TOC.md for complete file listing by directory
  3. Read specific files from contents/{path}