templates

Scaffold new applications using curated templates for multiple tech stacks.

8|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo --skill templates-gabriellpequeno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo/tree/main/.agent/skills/app-builder/templates
Command: npx skills add https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo --skill templates-gabriellpequeno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developing new apps often wastes time on boilerplate and project structure. This skill provides a curated set of boilerplate templates to bootstrap projects quickly across multiple tech stacks.

Core Features & Use Cases

  • Curated boilerplates for Next.js, Express, Python FastAPI, Flutter, React Native, and more.
  • Clear TEMPLATE.md guidance per template to bootstrap architecture, configuration, and file structure.
  • Use Case: rapidly spin up a new project by selecting a matching template and reading its setup instructions.

Quick Start

Select a target project type and apply the matching template to scaffold a new 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 or Express app with boilerplate code?

To scaffold a new Next.js or Express app, you select a matching template from the catalog and follow its TEMPLATE.md guidance to bootstrap the boilerplate code, configuration, and directory structure.

Can I use these project templates for a Python FastAPI or Flutter application?

Yes, you can use these project templates for a Python FastAPI or Flutter application. The skill provides curated boilerplates across multiple tech stacks, including React Native, to quickly bootstrap new projects.

What is the best way to discover and select a starter code template for my tech stack?

The best way to discover starter code templates is by browsing the catalog of 12 options. Template selection is enabled via YAML frontmatter in TEMPLATE.md files, which provides explicit guidance for choosing the right scaffold.

How do I bootstrap directory structure and configuration for a new React Native project?

You bootstrap the directory structure and configuration for a new React Native project by applying the matching template. Each template includes a TEMPLATE.md file with setup instructions to establish the file structure and config.

Do I need any dependencies installed to use these boilerplate templates?

No external dependencies are required to use these boilerplate templates. The skill operates independently to provide ready-to-use project scaffolding, allowing you to rapidly spin up a new project by reading the setup instructions.

Why use a scaffolding template instead of manually setting up project architecture?

Using a scaffolding template saves time on boilerplate and project structure setup. It provides a curated set of ready-to-use architectures and configurations, preventing wasted effort when developing new applications across multiple tech stacks.