Skip to content

Add requested Vercel agent skills and bump Next.js to latest stable (16.1.6) - #25

Draft
kewonit with Copilot wants to merge 3 commits into
mainfrom
copilot/add-web-design-vercel-best-practices
Draft

Add requested Vercel agent skills and bump Next.js to latest stable (16.1.6)#25
kewonit with Copilot wants to merge 3 commits into
mainfrom
copilot/add-web-design-vercel-best-practices

Conversation

Copilot AI commented Feb 18, 2026

Copy link
Copy Markdown

This PR applies the requested agent-skills additions across the repository and upgrades Next.js to the latest stable release. It introduces the two specified skills under project-level agent config and updates dependency metadata for Next.js.

  • Problem scope

    • Adds web-design-guidelines and vercel-react-best-practices from vercel-labs/agent-skills.
    • Upgrades Next.js from ^16.1.4 to ^16.1.6.
  • Agent skill installation (project-scoped)

    • Added new skill artifacts under:
      • .agents/skills/web-design-guidelines/
      • .agents/skills/vercel-react-best-practices/
    • Includes the full rule set/docs provided by the upstream skill package for repo-local use.
  • Framework dependency update

    • Updated package.json and lockfile to use latest stable Next.js.
{
  "dependencies": {
    "next": "^16.1.6"
  }
}

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • add-skill.vercel.sh
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/.npm/_npx/ac0ed6aa23b37c1e/node_modules/.bin/skills add REDACTED --skill web-design-guidelines (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/.npm/_npx/ac0ed6aa23b37c1e/node_modules/.bin/skills add REDACTED --skill vercel-react-best-practices (dns block)
  • fonts.googleapis.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/deetnuts/deetnuts/node_modules/.bin/next build (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node /home/REDACTED/work/deetnuts/deetnuts/node_modules/next/dist/server/lib/start-server.js (dns block)
  • https://api.github.com/repos/vercel-labs/agent-skills
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/.npm/_npx/ac0ed6aa23b37c1e/node_modules/.bin/skills add REDACTED --skill web-design-guidelines (http block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/.npm/_npx/ac0ed6aa23b37c1e/node_modules/.bin/skills add REDACTED --skill vercel-react-best-practices (http block)
  • res.cloudinary.com
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node /home/REDACTED/work/deetnuts/deetnuts/node_modules/next/dist/server/lib/start-server.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel

vercel Bot commented Feb 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
deetnuts-prod Ready Ready Preview, Comment Feb 18, 2026 4:09am

Copilot AI and others added 2 commits February 18, 2026 04:06
Co-authored-by: kewonit <108450560+kewonit@users.noreply.github.com>
Co-authored-by: kewonit <108450560+kewonit@users.noreply.github.com>
Copilot AI changed the title [WIP] Add web design guidelines and Vercel React best practices Add requested Vercel agent skills and bump Next.js to latest stable (16.1.6) Feb 18, 2026
Copilot AI requested a review from kewonit February 18, 2026 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants