templates

Scaffold new projects using twelve tech-stack templates with setup steps and best practices.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/juanjo-zurich/juarvis-v4 --skill templates-juanjo-zurich
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/juanjo-zurich/juarvis-v4/tree/main/plugins/feature-dev/skills/app-builder/templates
Command: npx skills add https://github.com/juanjo-zurich/juarvis-v4 --skill templates-juanjo-zurich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new application from scratch requires choosing a tech stack, directory structure, and configuration, which is repetitive and error-prone. This Skill provides ready-made project templates so an AI agent can scaffold the right architecture immediately. ## Core Features & Use Cases - Twelve Project Templates: Covers Next.js (fullstack, SaaS, static), Express API, FastAPI, React Native, Flutter, Electron, Chrome Extension, CLI tools, Turborepo monorepos, Astro, and Nuxt 4. - Selective Reading: A routing table directs the agent to read only the template matching the requested project type, keeping context usage minimal. - Complete Guidance Per Template: Each template includes tech stack tables, directory structures, setup commands, environment variables, and best practices. - Use Case: A user says "create a SaaS app" and the agent reads only the nextjs-saas template, then scaffolds a Next.js 16 project with Auth.js v6, Stripe billing, Prisma, and Tailwind v4 following the documented structure. ## Quick Start Ask the agent to create a new app of a specific type, for example: create a Chrome extension project using the matching template.

Frequently Asked Questions about templates

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

FAQPage Schema
How do I scaffold a new Next.js SaaS application?▼

Request a SaaS app and the agent reads the nextjs-saas template, which defines Next.js 16 with Auth.js v6, Stripe subscriptions, Prisma with PostgreSQL, Resend email, and Tailwind v4. It includes the directory structure, environment variables, and ordered setup commands.

What project templates are available for new apps?▼

Twelve templates are available: nextjs-fullstack, nextjs-saas, nextjs-static, express-api, python-fastapi, react-native-app, flutter-app, electron-desktop, chrome-extension, cli-tool, monorepo-turborepo, and astro-static, plus a Nuxt 4 template.

Does the FastAPI template support async database access?▼

Yes, the python-fastapi template uses SQLAlchemy 2.0 async sessions with async/await throughout, Pydantic v2 for validation, and Alembic for migrations. It targets Python 3.11+ with JWT authentication via passlib.

Can I use these templates for mobile app development?▼

Yes, two mobile templates exist: react-native-app uses Expo SDK 52+ with Expo Router, NativeWind v4, Zustand, and React Query, while flutter-app uses Flutter 3 with Riverpod 2.0, Go Router, and feature-first clean architecture.

What are the limitations of these project templates?▼

Templates provide principles, structures, and setup steps rather than runnable boilerplate code, so the agent generates files following the documented guidance. They also reflect specific stack versions like Next.js 16 and Tailwind v4, which may differ from older project requirements.