templates

Scaffold web, mobile, desktop, and monorepo applications from predefined templates.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/zerielribeiro/sistema-pecas --skill templates-zerielribeiro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/zerielribeiro/sistema-pecas/tree/main/.agent/skills/app-builder/templates
Command: npx skills add https://github.com/zerielribeiro/sistema-pecas --skill templates-zerielribeiro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for quick project setup by providing pre-configured scaffolding templates for various tech stacks, reducing initial setup time and effort.

Core Features & Use Cases

  • Project Initialization: Offers templates for web, mobile, desktop, and API applications across multiple frameworks.
  • Template Selection: Allows users to choose the appropriate template matching their project type and tech requirements.
  • Use Case: When creating a new SaaS platform with Next.js and Stripe, select the nextjs-saas template to generate a boilerplate project with integrated payment workflows.

Quick Start

Create a new project based on the express-api template by specifying your project type and letting the template structure load automatically.

Frequently Asked Questions about templates

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

FAQPage Schema
How do I set up boilerplate scaffolding for a fullstack web project?

Pre-configured templates generate standard directory structures and best practices for fullstack web projects. This enables rapid development startup by reducing initial configuration effort and providing ready-made boilerplate.

Can I use project templates for mobile, desktop, and monorepo configurations?

Yes, project templates cover web, mobile, desktop, and monorepo configurations. They provide predefined directory structures across multiple frameworks, ensuring ease of customization and scalability for diverse application types.

What is the best way to initialize a new SaaS platform with Next.js and Stripe?

The best way to initialize a new SaaS platform with Next.js and Stripe is selecting a dedicated SaaS template. This generates a boilerplate project with integrated payment workflows and predefined structures for rapid startup.

Does this scaffolding tool require specific dependencies to generate an Express API?

No specific dependencies are required to generate an Express API template. You can create a new project by specifying your project type, and the template structure loads automatically without external dependencies.

How to customize predefined directory structures generated by starter templates?

To customize predefined directory structures generated by starter templates, modify the loaded boilerplate directly. The scaffolding ensures ease of customization and scalability for development teams adapting standard frameworks.

When should I avoid using pre-configured scaffolding for application initialization?

You should avoid using pre-configured scaffolding for application initialization when your project requires highly unconventional architecture. Standard templates enforce best practices and predefined structures that might conflict with unique custom setups.