arn-assessing
This skill should be used when the user says "assessing", "arness assessing", "assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "infra help", "arn infra help", "where am I in the pipeline", "what's next for infra", "infra status", "pipeline status", "infra pipeline", "arn-infra-help", "show infra pipeline", "what step am I on for infra", "infra workflow",
$ npx -y skills add AppsVortex/arness --skill arn-infra-help --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/arn-infra-helpContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user says "infra help", "arn infra help", "where am I in the pipeline", "what's next for infra", "infra status", "pipeline status", "infra pipeline", "arn-infra-help", "show infra pipeline", "what step am I on for infra", "infra workflow",
name: arn-infra-help description: >- This skill should be used when the user says "infra help", "arn infra help", "where am I in the pipeline", "what's next for infra", "infra status", "pipeline status", "infra pipeline", "arn-infra-help", "show infra pipeline", "what step am I on for infra", "infra workflow", "infrastructure status", "show infrastructure pipeline", or wants to see their current position in the Arness Infra workflow and get guidance on the next step. This skill detects whether the user is in Quick (interactive) mode or Full Pipeline mode and renders an ASCII diagram with the active stage marked. version: 1.1.0
Detect the user's current position in the Arness Infra workflow, determine whether they are using Quick mode (interactive skills) or Full Pipeline mode (structured change management), render an ASCII diagram with the active stage marked, and suggest the next command to run. This skill is strictly read-only -- it never modifies files or project state. Supports cross-plugin awareness — detects activity in Arness Spark and Arness Code and provides hints at the bottom of the output.
**Allowed tools:** Read, Glob, Grep only. This skill MUST NOT use Write, Edit, Bash, or Task tools. This skill MUST NOT invoke any agents.
Read `## Arness` from the project's CLAUDE.md. If no `## Arness` section exists or Arness Infra fields are missing, inform the user: "Arness Infra is not configured for this project yet. Run `/arn-infra-wizard` to get started — it will set everything up automatically." Do not proceed without it.
Extract:
If any of the infra-specific directory fields are missing, use defaults:
**If `Deferred` is `yes`:** Show: "Infrastructure is in deferred mode. Run `/arn-infra-init` to configure, or `/arn-infra-assess` to produce an infrastructure plan from accumulated observations." Stop.
---
1. From the `## Arness` section (already read during Prerequisites), detect other plugin field groups:
2. For each detected plugin, do a quick existence check (max 2 files):
3. Record `{ plugin_name, has_activity: bool }` for each detected plugin. 4. Proceed to Step 1. Cross-plugin hints are appended AFTER own status is rendered.
---
Read the pipeline map reference file for detection rules, ASCII templates, and next-step tables.
Read `${CLAUDE_PLUGIN_ROOT}/skills/arn-infra-help/references/pipeline-map.md`
---
Check for artifacts in both Quick mode and Full Pipeline mode directories. The mode with detected artifacts determines the active pipeline.
Check the Infra specs directory and Infra plans directory for pipeline artifacts. Apply the **Full Pipeline Stage Detection Rules** from pipeline-map.md, checking from most advanced stage to least advanced -- first match wins. Stages: `documented` > `reviewed` > `executed` > `executing` > `saved` > `planned` > `specced`. If no pipeline artifacts found, fall through to Quick mode.
Check for interactive infrastructure artifacts. Apply the **Quick Mode Stage Detection Rules** from pipeline-map.md, checking from most advanced to least advanced -- first match wins. Stages: `monitored` > `verified` > `deployed` > `defined` > `containerized` > `discovered` > `initialized`.
If neither Quick mode nor Full Pipeline artifacts are found beyond initialization:
---
Read the appropriate ASCII diagram template from the pipeline-map.md reference and render it with the position marker.
**Expert:** Show the compact diagram, detected stage name, and next command. No explanatory text.
**Intermediate:** Show the diagram with a one-line description of the current stage and what the next step does.
**Beginner:** Show the diagram with a brief explanation of the current stage, what has been completed, what the next step does, and why it matters. Include the full `/arn-infra-<name>` command for copy-paste.
If artifacts from both Quick mode and Full Pipeline mode are detected:
---
Arness — H not required. Structured AI workflows for Claude Code. From first idea to production deploy. Seven entry commands. That's all you need to remember.
This skill should be used when the user says "assessing", "arness assessing", "assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "arness code assess", "arn-code-assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "fix CVEs", "patch vulnerabilities", "apply security patches", "resolve security advisories", "batch CVE fix",…
This skill should be used when the user says "scan for CVEs", "CVE scan", "check for vulnerabilities", "find vulnerabilities", "check security advisories",…
This skill should be used when the user says "batch implement", "implement all", "batch execution", "implement all features", "parallel implement", "implement…
This skill should be used when the user says "batch merge", "merge batch", "arness batch merge", "arn-code-batch-merge", "merge all PRs", "merge batch PRs",…