templates

Generate project scaffolding templates for Next.js, Express.js, React Native, and more.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ofelixdev/cc-kit --skill templates-ofelixdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/ofelixdev/cc-kit/tree/main/template/skills/app-builder/templates
Command: npx skills add https://github.com/ofelixdev/cc-kit --skill templates-ofelixdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides pre-configured project templates, eliminating the need to manually set up the boilerplate for various application types and tech stacks.

Core Features & Use Cases

  • Diverse Templates: Offers 12 templates for web apps (Next.js, Astro), APIs (Express, FastAPI), mobile (React Native, Flutter), desktop (Electron), extensions (Chrome), CLI tools, and monorepos (Turborepo).
  • Tech Stack Specific: Each template is tailored to a specific set of modern technologies and best practices.
  • Use Case: When a user wants to start a new SaaS product, they can use the nextjs-saas template to get a pre-configured Next.js project with Stripe integration, Auth.js, and Tailwind CSS.

Quick Start

Use the templates skill to create a new Next.js full-stack application.

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 full-stack application quickly?

To scaffold a new Next.js full-stack application quickly, you can use a pre-configured template that includes Stripe integration, Auth.js, and Tailwind CSS. This eliminates manual boilerplate setup for rapid SaaS development.

What is the best way to set up a monorepo with multiple application types?

Setting up a monorepo with multiple application types is best handled using a Turborepo scaffolding template. This approach provides a pre-configured directory structure and best practices to manage various tech stacks within a single repository.

Does this provide project templates for both mobile and desktop environments?

Yes, this provides project templates for both mobile and desktop environments. You can scaffold mobile apps using React Native or Flutter, and desktop applications using Electron, each tailored with specific technology stacks.

Can I scaffold an API backend using FastAPI or Express without manual configuration?

You can scaffold an API backend without manual configuration by using the dedicated Express or FastAPI templates. These templates provide specific technology stacks, directory structures, and setup steps for rapid API development.

What pre-configured templates are available for building browser extensions and CLI tools?

Pre-configured templates are available for building Chrome extensions and CLI tools. Each template includes specific directory structures and best practices, allowing you to bypass boilerplate setup and start building immediately.

When do I need a scaffolding template instead of manually configuring a project?

You need a scaffolding template instead of manually configuring a project when starting a new application across tech stacks like Next.js, Astro, or Flutter. Templates eliminate manual boilerplate setup by providing ready-to-use directory structures and best practices.