arn-infra-init

Configure Arness Infra init flow with provider, IaC, and environment settings.

31|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AppsVortex/arness --skill arn-infra-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arn-infra-init
Source: https://github.com/AppsVortex/arness/tree/main/plugins/arn-infra/skills/arn-infra-init
Command: npx skills add https://github.com/AppsVortex/arness --skill arn-infra-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configure the Arness Infra plugin for a project by selecting cloud providers, IaC tools, and environment strategy, and persisting configuration to CLAUDE.md. This is optional — Arness Infra auto-configures with sensible defaults on first skill invocation.

Core Features & Use Cases

  • Detects existing infrastructure and recommends defaults
  • Writes infra configuration fields into CLAUDE.md under the Arness section
  • Creates the .arness/infra directory structure and supporting files for future steps

Quick Start

Run the /arn-infra-init command to begin configuring infrastructure for your project.

Frequently Asked Questions about arn-infra-init

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

FAQPage Schema
How do I configure infrastructure settings for a new project?

To configure infrastructure settings, this skill guides you through selecting cloud providers, IaC tools, and environment strategies, then writes those configurations directly into CLAUDE.md.

Do I need to manually run infra init before using Arness Infra?

Running infra init is optional. Arness Infra auto-configures with sensible defaults on first skill invocation, but manual init allows you to customize provider and IaC settings.

What's the best way to bootstrap IaC for a monorepo topology?

To bootstrap IaC for a monorepo, run the init command to generate the .anness/infra directory structure and adapt infrastructure defaults specifically for monorepo topologies.

Can I override reference configurations during infrastructure setup?

Yes, you can override reference configurations during setup. The init flow supports 8b reference overrides and adapts its guidance based on beginner, intermediate, or expert user levels.

How does infra init detect existing infrastructure configurations?

Infra init detects existing infrastructure within your project and recommends defaults accordingly, ensuring new configurations in CLAUDE.md align with your current environment strategy.

What files are created when bootstrapping infrastructure with this init flow?

Bootstrapping infrastructure creates the .arness/infra directory structure with supporting files for future steps, and writes configuration fields into CLAUDE.md under the Arness section.