iniciar

Scaffold a landing page project with templates, git, and Netlify Dev.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/ogallotti/metodo-zero --skill iniciar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iniciar
Source: https://github.com/ogallotti/metodo-zero/tree/main/plugins/metodo-zero/skills/iniciar
Command: npx skills add https://github.com/ogallotti/metodo-zero --skill iniciar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatiza a criação da estrutura de um novo projeto de landing page, poupando tempo na configuração inicial e garantindo uma base consistente com templates prontos, pastas e configurações de Netlify.

Core Features & Use Cases

  • Estrutura de projeto pronta com pastas e arquivos.
  • Copia templates base (index.html, style.css, script.js, netlify.toml) para a raiz.
  • Inicializa git e adiciona o primeiro commit.
  • Configura redirects da home no netlify.toml.
  • Inicia o Netlify Dev para desenvolvimento local.

Quick Start

Informe o nome da pasta da página para criar a estrutura do projeto e inicie o Netlify Dev.

Frequently Asked Questions about iniciar

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

FAQPage Schema
How do I scaffold a new landing page project with Netlify Dev and git already configured?

Scaffolding a landing page with Netlify Dev and git involves creating a ready-to-use project skeleton. The automation copies base templates, initializes git history, configures netlify.toml redirects, and starts the local development server.

What is the best way to generate a landing page codebase with templates and redirects ready to use?

Generating a landing page codebase with templates and redirects is best handled by an automated scaffolding process. It creates the project structure, copies base files including netlify.toml for home redirects, and initializes git for version control.

Do I need to manually configure netlify.toml redirects when starting a new landing page project?

You do not need to manually configure netlify.toml redirects for a new landing page project. The scaffolding process automatically creates the netlify.toml file and sets up the necessary home redirects for your local development environment.

How do I start Netlify Dev for local development after creating a landing page structure?

To start Netlify Dev for local development after creating a landing page structure, you provide the project folder name. The scaffolding tool initializes the project, applies templates, and automatically launches the Netlify Dev server.

Can I get a project skeleton with an initial git commit for my landing page templates?

You can get a project skeleton with an initial git commit for landing page templates by using an automated scaffolding process. It creates the directory structure, copies the base files, and performs the initial git commit automatically.