templates

Generate project scaffolding templates for diverse software development stacks.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/simoabid/ABID.Dev-Portfolio --skill templates-simoabid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/simoabid/ABID.Dev-Portfolio/tree/main/.agent/skills/app-builder/templates
Command: npx skills add https://github.com/simoabid/ABID.Dev-Portfolio --skill templates-simoabid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the initial setup of new software projects by providing pre-configured templates for various tech stacks, eliminating the need to start from scratch.

Core Features & Use Cases

  • Diverse Tech Stacks: Offers templates for web apps (Next.js, React Native, Flutter), APIs (Express, FastAPI), desktop apps (Electron), browser extensions, CLI tools, and monorepos.
  • Rapid Prototyping: Quickly generate a project structure with essential configurations and dependencies.
  • Use Case: A developer needs to quickly start a new SaaS product using Next.js with Stripe integration. They can use this Skill to generate a nextjs-saas template, providing a solid foundation for authentication, payments, and UI.

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 SaaS project with authentication and payments?

To scaffold a new Next.js SaaS project, generate a pre-configured nextjs-saas template to instantly establish a solid foundation with authentication, Stripe payment integration, and UI setup.

What is the best way to generate boilerplate for different tech stacks like FastAPI and Flutter?

The best way to generate boilerplate across tech stacks is using project scaffolding templates, which provide pre-configured setups for Python FastAPI, Flutter, Express.js, and other frameworks to eliminate starting from scratch.

Can I use project scaffolding to initialize a monorepo with Turborepo?

Yes, you can use project scaffolding to initialize a Turborepo monorepo. The templates provide pre-configured structures to facilitate rapid project initialization across multiple technology stacks.

Does project scaffolding support setting up browser extensions and CLI tools?

Yes, project scaffolding supports setting up browser extensions and CLI tools. It offers templates for Chrome MV3 extensions and Node.js CLI tools, providing essential configurations and dependencies for rapid prototyping.

What types of static sites and web applications can I create using code generation templates?

Using code generation templates, you can create full-stack web applications, SaaS platforms, and static sites. Supported stacks include Next.js for web apps and Astro for static site generation with essential pre-configured dependencies.

Do I need to manually configure dependencies when starting a new Electron desktop application?

No, you do not need to manually configure dependencies for a new Electron desktop application. The scaffolding templates generate the project structure with essential configurations and dependencies already included for rapid prototyping.