Agent Skill
2/7/2026

vercel-deploy

Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.

D
derklinke
3GitHub Stars
3Views
npx skills add derKlinke/codex-config

SKILL.md

Namevercel-deploy
DescriptionDeploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.

Codex Workspace

Portable Codex workspace: agent instructions, reusable skills, prompts, and local execution scaffolding.

Status

Archived.

Writing and design skills moved to derKlinke/codex-plugins as installable Codex plugins.

Purpose

This repo is the durable control plane for local Codex usage.

  • AGENTS.md: global operating constraints, workflow rules, documentation policy, design defaults.
  • skills/: reusable task guides; each skill lives in its own directory with SKILL.md as entrypoint.
  • prompts/, rules/: supporting prompt/rule assets used by the workspace.

Runtime state also exists in this directory, but most of it is intentionally local/private rather than versioned.

Operating Model

  • Treat AGENTS.md as the primary source of truth for agent behavior.
  • Treat each SKILL.md as the source of truth for that skill's routing and execution guidance.
  • Keep durable docs aligned with actual behavior; do not leave stale workflow text behind.
  • When changing agent behavior, update the relevant instruction doc in the same task.
  • When changing skill behavior, update the corresponding SKILL.md in the same task.

Editing Guidance

  • Prefer concise, operational documentation over narrative explanation.
  • Preserve tracked docs; do not commit private runtime state.
  • Keep skills self-contained, cross-referenced where useful, and easy for agents to discover.

License

MIT. See LICENSE.

Skills Info
Original Name:vercel-deployAuthor:derklinke