Skip to content

Arness Infra Skills

Complete reference for all 25 Arness Infra skills. For workflow-oriented documentation, see the Arness Infra plugin guide.

CommandDescriptionVersion
/arn-infra-wizardWalks through the entire Arness infrastructure pipeline in a single continuous session with guided decision gates, invoking each pipeline skill in sequence.1.0.0
/arn-infra-initConfigures providers, environments, IaC tools, and CI/CD platform for a project. Optional for basic usage — Arness Infra auto-configures with sensible defaults on first skill invocation.1.0.0
/arn-infra-helpDetects current position in the Arness Infra workflow, renders a pipeline diagram with the active stage marked, and suggests the next command. Cross-plugin aware — detects Code and Spark activity and provides hints. Read-only.1.1.0
CommandDescriptionVersion
/arn-infra-discoverAudits installed infrastructure tools (MCPs, CLIs, plugins), checks authentication state, searches online for new official tools, and produces a tooling manifest.1.0.0
/arn-infra-containerizeGenerates production-ready Dockerfiles, docker-compose configurations, and .dockerignore files with security auditing and multi-stage build best practices.1.0.0
/arn-infra-defineGenerates infrastructure-as-code in the chosen IaC tool for configured cloud providers, validates through a multi-level validation ladder, and produces an architecture spec.1.0.0
/arn-infra-envConfigures and manages infrastructure environments (dev, staging, production) with provider-specific isolation strategies, variable overrides, and promotion rules.1.0.0
/arn-infra-secretsSets up, configures, and audits secrets management — scans for exposure, recommends a secrets provider, guides setup, configures injection, and produces an audit report.1.0.0
/arn-infra-pipelineGenerates infrastructure-specific CI/CD pipelines with SOC 2 alignment, OIDC authentication, and environment-aware deployment stages. Extends existing CI configurations.1.0.0
/arn-infra-deployExecutes infrastructure deployment to a target environment with promotion enforcement, cost gates, safety layers, and post-deployment resource tracking.1.0.0
/arn-infra-verifyRuns post-deployment verification: health checks, DNS resolution, SSL validation, resource state comparison. Updates issue labels and environments.md with results.1.0.0
CommandDescriptionVersion
/arn-infra-change-specDevelops an infrastructure change idea into a well-formed specification through iterative conversation, capturing affected resources, blast radius, rollback requirements, and cost impact.1.0.0
/arn-infra-change-planGenerates a phased implementation plan from a change specification, structured by provisioning order, blast radius, rollback checkpoints, and environment promotion gates.1.0.0
/arn-infra-save-planConverts a PLAN_PREVIEW into a structured project directory with per-phase plan files, tasks, report templates, and a progress tracker for execution.1.0.0
/arn-infra-execute-changeOrchestrates phased execution of a structured change plan, running a 7-step dispatch loop per phase: rollback checkpoint, IaC generation, security gate, cost gate, deployment, verification, and review.1.0.0
/arn-infra-review-changePerforms post-execution quality review of completed infrastructure changes across 7 categories, producing a structured review report with a PASS/WARN/NEEDS_FIXES verdict.1.0.0
/arn-infra-document-changeGenerates operational documentation (runbooks, architecture updates, changelogs, environment docs) from completed infrastructure changes. Final step in the change pipeline.1.0.0
CommandDescriptionVersion
/arn-infra-monitorSets up observability for deployed infrastructure: structured logging, metrics collection, and alerting. Recommends an observability stack based on the configured provider.1.0.0
/arn-infra-cleanupChecks for expired ephemeral infrastructure resources across TTL sources and destroys them with user confirmation. Supports periodic monitoring via /loop.1.0.0
/arn-infra-migrateHandles infrastructure migrations as tracked projects: PaaS-to-IaC graduation, provider-to-provider migration, provider consolidation, and partial migration.1.0.0
/arn-infra-refreshRefreshes project-local infrastructure reference files (tool versions, MCP packages, CLI commands, base image tags, IaC patterns) using online research.1.0.0
/arn-infra-assessPerforms a comprehensive infrastructure assessment of the application, producing a prioritized infrastructure backlog published as issues. Also handles un-deferring.1.0.0
CommandDescriptionVersion
/arn-infra-triageProcesses incoming infrastructure request issues, analyzes infrastructure implications from referenced application artifacts, and produces a structured implications brief.1.0.0
CommandDescriptionVersion
/arn-infra-reportDiagnose and report Arness Infra workflow issues. Invokes arn-infra-doctor agent for diagnostics, then files a GitHub issue on the Arness repository. Cross-plugin aware — detects if the issue belongs to Code or Spark.1.0.0
CommandDescriptionVersion
/arn-infra-ensure-configVerifies and establishes Arness Infra configuration for the current project. Runs automatically as Step 0 of entry-point skills; can also be invoked directly.1.0.0