vercel-skill
Vercel Skill
Quick start
Goal: inspect and operate on real Vercel projects, deployments, logs, and feedback threads.
Reference notes: skills/vercel-skill/references/vercel-skill.md
Common workflows
- Discover identity:
list_teams,list_projects,get_project - Deployment status:
list_deployments,get_deployment,get_deployment_build_logs - Runtime behavior:
get_runtime_logs - Protected previews:
get_access_to_vercel_url,web_fetch_vercel_url - Collaboration:
list_toolbar_threads,get_toolbar_thread,reply_to_toolbar_thread - Docs:
search_vercel_documentation
Recommended workflow
- Resolve
teamIdandprojectIdfirst. Use.vercel/project.jsonwhen present. - Read deployment/build/runtime state before taking action.
- Use protected URL helpers when a preview is behind Vercel auth.
- Search Vercel docs for platform-specific behavior instead of guessing.
High-risk actions
Require explicit confirmation before:
- deploying to Vercel
- editing or resolving toolbar threads on behalf of the user
- changing project-critical workflows based only on partial logs
References
- Condensed notes:
skills/vercel-skill/references/vercel-skill.md
More from ry-run/run-skills
jetbrains-skill
Use the JetBrains IDE MCP Server (IntelliJ IDEA 2025.2+) for IDE-backed indexing, inspections, symbol info, project file operations, and structural refactoring. Use it when you need exact project-aware analysis or safe IDE refactors, rather than broad semantic repository discovery.
77desktop-commander
Use Desktop Commander MCP (typically tools like `mcp__desktop-commander__*`) for local files, precise edits, search, and long-running processes on the machine. Use it when the task requires direct local execution, rather than IDE-only actions or remote platform operations.
61desktop-commander-mcp
使用 Desktop Commander MCP(常见为 `mcp__desktop-commander__*` 工具)进行本地文件/目录读写与搜索、精确文本替换、Excel/PDF 处理、启动与交互长生命周期进程(Python/Node/SSH/DB)、查看与终止进程/会话、读取工具调用历史与用量统计、管理服务器配置。适用于:需要“在机器上执行操作”的任务(读写代码/配置、批量改文件、搜索代码、分析 CSV/Excel、生成/修改 PDF、跑命令并持续读取输出、交互式 REPL 调试/数据分析)时。
2ace-tool
Use Ace Tool MCP (`mcp__ace_tool__search_context`) for semantic repository discovery. Use it when the exact file, symbol, or implementation path is unknown, rather than starting with exact IDE search or direct file edits.
1context7
Use Context7 MCP for up-to-date library and framework documentation tied to an exact library ID. Use it for versioned API usage, setup, migrations, and code examples, rather than generic documentation-site search.
1figma-skill
Use Figma MCP for design-to-code, code-to-Figma, design system search, Code Connect, and direct canvas edits. Use it when a task needs real Figma file context or writes to a Figma document, rather than generic browser automation.
1