skeleton-init

Convert skeleton-app into a functional web application using the Next.js 16 stack.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/pavelgloss/skeleton-app-nextjs-turso --skill skeleton-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skeleton-init
Source: https://github.com/pavelgloss/skeleton-app-nextjs-turso/tree/main/.claude/skills/skeleton-init
Command: npx skills add https://github.com/pavelgloss/skeleton-app-nextjs-turso --skill skeleton-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Uživatel zadá popis toho co chce, a skeleton-init ho převede na plně funkční MVP webovou aplikaci tím, že navrhne architekturu, implementuje klíčové funkce, a commitne změny do hlavní větve a nasadí na Vercel přes CLI bez použití Git integrace.

Core Features & Use Cases

  • Přemění skeleton-app na plně funkční MVP webovou aplikaci podle uživatelského popisu.
  • Koordinuje implementaci backendu i frontendových komponent v rámci existujícího stacku (Next.js 16, Clerk, Turso, Drizzle, OpenAI, Resend).
  • Zajistí lokální commit a deployment na Vercel bez Git workflow.

Quick Start

Popiš co chceš postavit a skeleton-init to implementuje jako MVP, commitne změny a nasadí aplikaci na Vercel přes CLI.

Frequently Asked Questions about skeleton-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a Next.js skeleton app into a functioning MVP and deploy it?

To convert a skeleton app into a functioning MVP, skeleton-init designs the architecture, implements features based on your description, commits changes to main, and deploys via the Vercel CLI without Git integration.

Can I deploy my Next.js MVP to Vercel without using Git integration?

Yes, you can deploy to Vercel without Git integration. skeleton-init commits changes to the main branch locally and deploys the application directly through the Vercel CLI.

Does skeleton-init work with my existing Next.js 16 stack including Clerk and Turso?

Yes, skeleton-init works with an existing Next.js 16 stack including Clerk, Turso, Drizzle, OpenAI, and Resend. It coordinates implementation while preserving lazy database initialization to avoid build-time errors.

What is the process for building a web application MVP from a skeleton app?

The process for building an MVP from a skeleton app involves providing a description of your requirements. skeleton-init then plans the architecture, implements key features within the existing Next.js stack, commits changes, and deploys via the Vercel CLI.

How do I avoid build-time errors with Turso and Drizzle when generating a Next.js MVP?

To avoid build-time errors with Turso and Drizzle, skeleton-init preserves lazy database initialization. It also adheres to CLAUDE.md conventions and uses the apiHandler pattern for API routes during implementation.

Do I need to manually set up API routes when converting a Next.js skeleton app to an MVP?

No, you do not need to manually set up API routes. skeleton-init implements API routes using the apiHandler pattern and adheres to CLAUDE.md conventions during the automated conversion process.