11ai-operator-vercel-core-integrations

Vercel Core Platform operator

Connect Vercel Core Platform to Git providers, build systems, DNS, identity, data services, observability destinations, CI checks, and incident processes while preserving account and environment boundaries. Use when the platform must cross another system or support an end-to-end delivery flow.

terminal
$ npx skills add rj11io/11ai --skill 11ai-operator-vercel-core-integrations

Try it — say this to your agent

Use 11ai-operator-vercel-core-integrations for this task.

The full playbook · v0/plugins/11ai-operator-vercel-core/skills/11ai-operator-vercel-core-integrations/SKILL.md

11ai Vercel Core integrations

Name both systems, team and project, environment, credential and trust boundaries, data or artifact, remote actions, and owner before editing.

Version baseline: Use current Vercel platform and CLI documentation as of July 2026. The platform has no single major version, so confirm availability, plan limits, and rollout status for every feature.

Inspect seams

npx vercel --version
npx vercel whoami 2>/dev/null
npx vercel project ls 2>/dev/null | head -100
npx vercel env ls 2>/dev/null | head -100
rg -n 'vercel|deploy|domain|otel|log drain|environment' .github package.json vercel.json . 2>/dev/null | head -160

Find existing integrations before adding another. This standalone plugin records external contracts locally.

Wire deliberately

Read references/integrations.md for Git, CI, DNS, data, identity, observability, and incident patterns.

Change one seam, use least privilege, separate environments, keep secrets server-side, and make deployment and rollback auditable.

Verify end to end

npm run lint --if-present
npm test --if-present
npm run build --if-present

Test local build, preview-only integration path, denied or failure behavior, source-to-deployment correlation, and rollback without promoting production.

Report

State systems, team and project, environments, credentials by name, artifact and data boundaries, remote actions, checks, observability, and rollback. Hand failures to 11ai-operator-vercel-core-troubleshooting.

Want the source?

This page renders the skill's markdown straight from the repository.

Open on GitHub
More Vercel Core Platform operator skills