跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Deploy To Vercel

技能 已验证 活跃

Deploy a Next.js application to Vercel. Covers project linking, environment variables, preview deployments, custom domains, and production deployment configuration. Use when deploying a Next.js app for the first time, setting up preview deployments for pull requests, configuring custom domains, or managing environment variables in a production Vercel deployment.

目的

To provide a guided and robust process for deploying Next.js applications to Vercel, covering all essential configuration and deployment steps.

功能

  • Deploys Next.js applications to Vercel
  • Configures project linking and environment variables
  • Supports preview deployments for pull requests
  • Facilitates custom domain configuration
  • Recommends GitHub integration for CI/CD

使用场景

  • Deploying a Next.js app for the first time
  • Setting up preview deployments for pull requests
  • Configuring custom domains for a Vercel deployment
  • Managing environment variables for production and preview environments

非目标

  • Deploying applications other than Next.js
  • Managing Vercel account billing or advanced project settings beyond deployment configuration
  • Troubleshooting Vercel CLI installation issues beyond basic permission errors

Documentation

  • info:Configuration & parameter referenceWhile the skill outlines steps and provides examples, it does not explicitly document all potential Vercel CLI parameters or environment variables with their defaults and precedence orders. It implicitly relies on Vercel CLI's own documentation and user knowledge.

Execution

  • info:ValidationThe skill relies on the Vercel CLI and npm to handle validation of inputs and outputs. There are no explicit schema validations within the skill's script itself.

Scope

  • info:Dry-run previewThe Vercel CLI offers preview deployments and `vercel --dry-run` is not explicitly mentioned or implemented within the skill's steps, but preview deployments serve a similar purpose for inspecting changes before production.

安装

/plugin install agent-almanac@pjt222-agent-almanac

质量评分

已验证
97 /100
about 22 hours ago 分析

信任信号

最近提交1 day ago
星标14
许可证MIT
状态
查看源代码

类似扩展

Azure Deploy

100

Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: "run azd up", "run azd deploy", "execute deployment", "push to production", "push to cloud", "go live", "ship it", "bicep deploy", "terraform apply", "publish to Azure", "launch on Azure". DO NOT USE WHEN: "create and deploy", "build and deploy", "create a new app", "set up infrastructure", "create and deploy to Azure using Terraform" — use azure-prepare for these.

技能
microsoft

Firebase Hosting Basics

99

Skill for working with Firebase Hosting (Classic). Use this when you want to deploy static web apps, Single Page Apps (SPAs), or simple microservices. Do NOT use for Firebase App Hosting.

技能
firebase

Firebase App Hosting Basics

99

Deploy and manage web apps with Firebase App Hosting. Use this skill when deploying Next.js/Angular apps with backends.

技能
firebase

Secrets Management

100

Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.

技能
wshobson

ClawSweeper Skill

100

Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.

技能
steipete

Learn Site Structure

100

Authoritative reference for how docs in this repo (and 5 other Netdata-org repos) become published pages on `learn.netdata.cloud`. Covers the `<repo>/docs/.map/map.yaml` source-of-truth (the actual lever -- filesystem path is irrelevant for routing), the live `ingest/ingest.py` orchestrator in the learn repo (NOT the legacy `ingest.js`), frontmatter injection, slug rules, sidebar autogeneration, MDX escape rules, versioning, the 4-mechanism redirect stack, the 6 source repositories, the every-3-hours CI ingest, Netlify deploy, and the `part_of_learn=True` opt-in for files hand-authored in the learn repo. Use when adding/moving/renaming/deleting a docs page; when a page on Learn looks wrong; when wondering whether to edit a doc here or in the learn repo; when reading `ingest.py`, `sidebars.js`, `docusaurus.config.js`, `static.toml`, `LegacyLearnCorrelateLinksWithGHURLs.json`, `netlify.toml`, the `<!--startmeta` blocks in `.mdx` files, or the workflows `ingest.yml` and `daily-learn-link-check.yml`.

技能
netdata