arn-infra-help

Render an ASCII diagram of the active Arness Infra workflow stage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often need to quickly understand where they stand in the Arness Infra workflow and what to do next. This skill renders an ASCII diagram with the active stage and provides the next command in the sequence without modifying any project state.

Core Features & Use Cases

  • Cross-plugin awareness: detects activity across Arness Infra, Arness Spark, and Arness Code to guide users with contextual hints.
  • ASCII pipeline diagram: renders the current position in either Quick mode, Full Pipeline, or both, highlighting the active stage.
  • Read-only guidance: analyzes project state and proposes non-destructive actions and next steps.
  • Status synthesis across modes: integrates data from CLAUDE.md and infra directories to present a cohesive pipeline view.

Quick Start

Ask for the current Infra status to see your position in the workflow and the next recommended command.

Frequently Asked Questions about arn-infra-help

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

FAQPage Schema
How do I check my current position in the infrastructure pipeline workflow?

To check your current pipeline position, the skill reads CLAUDE.md configuration and scans infra directories to render an ASCII diagram highlighting the active stage and recommending the next command.

Can I view infrastructure status without modifying any project files?

Yes, you can view infrastructure status safely because the pipeline analysis operates in read-only mode, checking artifacts and outputting diagrams without modifying any project files or state.

Does the infra pipeline diagram support both quick mode and full pipeline change management?

Yes, the infra pipeline diagram supports both Quick mode for interactive tasks and Full Pipeline mode for structured change management, synthesizing status across both workflows in a single view.

What is the best way to find the next command for an Arness Infra workflow stage?

The best way to find the next command is to consult the pipeline-map reference and analyze existing infra-specs or infra-docs artifacts, which allows the system to output a recommended next command.

How does cross-plugin awareness detect activity across Arness Infra, Spark, and Code?

Cross-plugin awareness detects activity by reading CLAUDE.md and inferring directory paths across Arness Infra, Spark, and Code, providing users with contextual hints based on the synthesized project state.