LogoThreatmatic
Installation

Vibe Coding

Setup VS Code for Vibe Coding

New to vibe coding - what’s the best setup today?

Add Skills

Skills are reusable capabilities for AI agents. Install them with a single command to enhance your agents with access to procedural knowledge.

# general syntax
bunx skills@latest add <owner/repo>
# add following skills as needed
bunx skills@latest add vercel/ai
bunx skills@latest add vercel/turborepo
bunx skills@latest add vercel-labs/agent-skills --skill '*'
bunx skills@latest add vercel-labs/next-skills --skill '*'
bunx skills@latest add vercel/workflow
bunx skills@latest add better-auth/skills --skill '*'
bunx skills@latest add dmmulroy/better-result
bunx skills@latest add mastra-ai/skills
bunx skills@latest add shadcn/ui
bunx skills@latest add next-safe-action/skills --skill '*'
# ask `Add a data table with filters to my project`
bunx skills@latest add https://github.com/openstatushq/data-table-filters --skill data-table-filters
# postgres
bunx skills@latest add https://github.com/timescale/pg-aiguide --skill '*'

To update skills

bunx skills@latest update

Generate AGENTS.md for nextjs

 bunx @next/codemod@canary agents-md

How is this guide?

Last updated on

On this page