infrastructure-setup

Automate development infrastructure setup from architecture, patterns, and deployment files.

244|75|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/pavel-molyanov/molyanov-ai-dev --skill infrastructure-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure-setup
Source: https://github.com/pavel-molyanov/molyanov-ai-dev/tree/main/skills/infrastructure-setup
Command: npx skills add https://github.com/pavel-molyanov/molyanov-ai-dev --skill infrastructure-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the foundational setup of development infrastructure for new projects, ensuring consistency and reducing manual configuration errors.

Core Features & Use Cases

  • Framework Initialization: Sets up the project with the specified framework.
  • Folder Structure: Creates a standardized directory layout based on project type.
  • Docker Configuration: Optionally sets up Docker for local development or production.
  • Pre-commit Hooks: Integrates tools like Gitleaks for security scanning.
  • Testing Infrastructure: Configures the necessary tools for running tests.
  • Use Case: When starting a new web application, use this skill to initialize the project, set up a standard folder structure, configure pre-commit hooks for code quality, and prepare the testing environment.

Quick Start

Use the infrastructure-setup skill to prepare the project environment.

Frequently Asked Questions about infrastructure-setup

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

FAQPage Schema
How do I automate project initialization and infrastructure setup for a new application?

Project initialization and infrastructure setup can be automated by reading project context from architecture.md, patterns.md, and deployment.md to autonomously configure framework initialization, standardized folder structures, Docker configuration, and testing infrastructure.

How do I configure Docker and pre-commit hooks like Gitleaks for a new development environment?

Docker and pre-commit hooks like Gitleaks are configured during setup by prompting for user input on Docker usage and pre-commit strictness, then automatically generating the necessary configuration files to enforce code quality and security scanning.

What is the best way to standardize folder structures and testing infrastructure across new projects?

Standardized folder structures and testing infrastructure are established by analyzing project type context from architecture.md and deployment.md, allowing autonomous decisions to create a consistent directory layout and configure the necessary testing tools.

Do I need architecture documentation before setting up project infrastructure?

Yes, architecture documentation is required because the setup process reads project context from architecture.md, patterns.md, and deployment.md to make autonomous decisions regarding framework initialization and directory layout configuration.

Can I customize pre-commit strictness when integrating Gitleaks into my testing infrastructure?

Pre-commit strictness can be customized during setup, as the process explicitly asks for user input on Docker usage and pre-commit hook strictness before integrating security scanning tools like Gitleaks.

Why does my infrastructure setup require manual input during automated project initialization?

Automated project initialization requires manual input specifically for Docker usage and pre-commit strictness preferences, while using architecture.md, patterns.md, and deployment.md context to autonomously handle framework initialization and folder structure creation.