templates

Generates a project skeleton from a template based on your selected technology.

Updated Dec 28, 2025
One-click install
npx skills add https://github.com/oalansilva/crypto --skill templates-oalansilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/oalansilva/crypto/tree/main/.agent/skills/app-builder/templates
Command: npx skills add https://github.com/oalansilva/crypto --skill templates-oalansilva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of new projects by providing ready-made scaffolds for multiple tech stacks, eliminating boilerplate setup.

Core Features & Use Cases

  • 12 templates covering Next.js, Express, Python, React Native, and more to accelerate project bootstrapping.
  • Selection rule that targets the template matching your chosen tech stack and guarantees consistency across the starter codebase.
  • Use case: quickly spin up a full-stack app with a single choice and adapt it to your needs.

Quick Start

Install or select the template matching your project type to generate a ready-to-edit scaffolding.

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 project without writing boilerplate code?

You can scaffold a new Next.js or Express project by selecting the matching template, which reads a curated TEMPLATE.md and generates a consistent, ready-to-edit starter structure. This eliminates manual boilerplate setup and accelerates bootstrapping for your chosen tech stack.

What is the fastest way to bootstrap a Python FastAPI backend?

The fastest way to bootstrap a Python FastAPI backend is using a ready-to-use scaffolding template. It reads a curated TEMPLATE.md and generates a consistent starter structure according to your chosen tech stack so you can quickly spin up the app and adapt it.

Can I generate a starter structure for a React Native mobile app?

Yes, you can generate a starter structure for a React Native mobile app. The scaffolding tool covers mobile app use cases among its 12 templates, reading a curated TEMPLATE.md to produce a consistent, ready-to-edit project structure for your chosen tech stack.

How do I choose the right project generation template for my tech stack?

Choosing the right project generation template relies on a built-in selection rule that targets the template matching your chosen tech stack. This guarantees consistency across the generated starter codebase for your specific framework or platform.

What are the limitations of using pre-made scaffolding for full-stack apps?

Pre-made scaffolding provides a consistent starter structure to adapt to your needs, but limitations include being constrained to the 12 available templates covering Next.js, Express, Python, and React Native. You must adapt the generated boilerplate to fit custom full-stack app requirements.