Project Creation

Generate cross-stack project scaffolds with Docker, ESLint, and environment templates.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/saknarinZ/agent_skills_gemini --skill project-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project Creation
Source: https://github.com/saknarinZ/agent_skills_gemini/tree/main/.agent/skills/project-creation
Command: npx skills add https://github.com/saknarinZ/agent_skills_gemini --skill project-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates project bootstrapping across frontend, backend, databases, and DevOps, saving time and ensuring consistent, best-practice setups.

Core Features & Use Cases

  • Frontend Projects: Angular, React (Vite), Vue 3 (Vite), Next.js with TS, Tailwind, ESLint, Prettier and testing setup.
  • Backend Projects: Spring Boot (Java), Node.js (Express + TS), Python (FastAPI) with standard structures.
  • DevOps & Lab Setup: Dockerfiles, docker-compose, .env templates, and CI/CD scaffolds to standardize development environments.
  • Use Case: A team wants to spin up a complete new project for a new feature area with a consistent structure in minutes rather than hours.

Quick Start

Create a new project with the desired stack by running the scaffold command for your chosen template, replacing <project-name> with your target name.

Frequently Asked Questions about Project Creation

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

FAQPage Schema
How do I scaffold a new project with React and Vite using TypeScript?

To scaffold a React project with Vite and TypeScript, run the scaffold command for your chosen template. This generates a complete project structure with ESLint, Prettier, Tailwind, testing setups, and standard folder conventions.

Can I generate both backend and DevOps configurations together?

Yes, project scaffolding supports backend frameworks like Spring Boot, Express TS, and FastAPI alongside DevOps configurations. You get Dockerfiles, docker-compose files, .env templates, and CI/CD scaffolds to standardize development environments.

What's the best way to standardize project bootstrapping across a development team?

The best way to standardize project bootstrapping is using CLI-based generation with predefined templates. This ensures consistent folder conventions, TypeScript setup, ESLint/Prettier configurations, and comprehensive documentation across frontend and backend stacks.

Does project scaffolding include environment templates for Docker deployment?

Project scaffolding includes Docker support with Dockerfiles, docker-compose, and .env templates. These DevOps scaffolds standardize development environments for containerized deployment across various frontend and backend stack configurations.

Can I use this scaffolding tool for Vue 3 and Next.js frontend projects?

Yes, scaffolding supports Vue 3 with Vite and Next.js frontend projects. Templates include TypeScript setup, Tailwind CSS, ESLint, Prettier, and testing configurations following best-practice folder conventions.

How do I set up a FastAPI backend with standard folder conventions?

To set up a FastAPI backend with standard structures, run the scaffold command for the Python template. This automates project creation with complete configurations, saving time and ensuring consistent best-practice setups.