重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
base-app-setup by andrelandgraf/fullstackrecipes
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill base-app-setup使用 Shadcn UI、Neon Postgres、Drizzle ORM 和 AI SDK 的 Next.js 应用完整设置指南。
创建一个运行在 Bun 上的 Next.js 应用,配置开发环境,并部署到 Vercel,实现推送时自动部署。
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/nextjs-on-vercel
配置 Prettier 用于代码格式化,配置 TypeScript 用于类型检查。包含 VSCode 设置和 EditorConfig,以确保一致的代码风格。跳过 ESLint/Biome 以避免配置复杂性。
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/code-style-setup
配置 AI 编程助手(如 Cursor、GitHub Copilot 或 Claude Code),包括项目特定的模式、编码指南和 MCP 服务器,以实现一致的 AI 辅助开发。
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/agent-setup
使用 next-themes 添加支持深色模式的 Shadcn UI 组件。包含主题提供者和 CSS 变量配置。
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/shadcn-ui-setup
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
用于运行时类型收窄的 TypeScript 断言函数,提供描述性错误信息。基于 tiny-invariant。
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/assert
使用 better-env 配置模块,实现类型安全的服务器/公共环境变量访问、功能标志以及互斥的凭据约束。
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/config-schema-setup
在构建前和 CI 中,使用 better-env 验证所有基于环境变量的配置模块。
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/env-validation
使用 Drizzle ORM 将 Next.js 应用连接到 Neon Postgres,并为 Vercel 无服务器函数优化连接池。
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/neon-drizzle-setup
安装 Vercel AI SDK 及 AI Elements 组件。使用 useChat 钩子构建流式聊天界面。
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/ai-sdk-setup
使用 Drizzle ORM 编写类型安全的数据库查询。涵盖 select、insert、update、delete、关联查询以及添加新表。
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/using-drizzle-queries
每周安装量
70
代码仓库
GitHub 星标数
8
首次出现
2026年1月21日
安全审计
安装于
opencode54
codex51
cursor49
gemini-cli46
github-copilot40
antigravity39
Complete setup guide for a Next.js app with Shadcn UI, Neon Postgres, Drizzle ORM, and AI SDK.
Create a Next.js app running on Bun, configure the development environment, and deploy to Vercel with automatic deployments on push.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/nextjs-on-vercel
Configure Prettier for code formatting and TypeScript for typechecking. Includes VSCode settings and EditorConfig for consistent code style. Skips ESLint/Biome to avoid config complexity.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/code-style-setup
Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/agent-setup
Add Shadcn UI components with dark mode support using next-themes. Includes theme provider and CSS variables configuration.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/shadcn-ui-setup
TypeScript assertion function for runtime type narrowing with descriptive error messages. Based on tiny-invariant.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/assert
Use better-env config modules for type-safe server/public env access, feature flags, and either-or credential constraints.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/config-schema-setup
Validate all env-backed config modules with better-env before build and in CI.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/env-validation
Connect a Next.js app to Neon Postgres using Drizzle ORM with optimized connection pooling for Vercel serverless functions.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/neon-drizzle-setup
Install the Vercel AI SDK with AI Elements components. Build a streaming chat interface with the useChat hook.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/ai-sdk-setup
Write type-safe database queries with Drizzle ORM. Covers select, insert, update, delete, relational queries, and adding new tables.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/using-drizzle-queries
Weekly Installs
70
Repository
GitHub Stars
8
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubWarnSocketFailSnykWarn
Installed on
opencode54
codex51
cursor49
gemini-cli46
github-copilot40
antigravity39
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
123,700 周安装