/arn-infra-ensure-config
This skill should be used when the user says "ensure config", "check arn infra config", "arn-infra-ensure-config", "verify arn infra setup", or wants to verify that Arness Infra configuration is present for the current project. This skill is primarily consumed as a reference by
$ npx -y skills add AppsVortex/arness --skill arn-infra-ensure-config --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/arn-infra-ensure-config
Context preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user says "ensure config", "check arn infra config", "arn-infra-ensure-config", "verify arn infra setup", or wants to verify that Arness Infra configuration is present for the current project. This skill is primarily consumed as a reference by
SKILL.md
arn-infra-ensure-config.SKILL.mdname: arn-infra-ensure-config
description: >-
This skill should be used when the user says "ensure config", "check arn infra config",
"arn-infra-ensure-config", "verify arn infra setup", or wants to verify that Arness Infra
configuration is present for the current project. This skill is primarily consumed
as a reference by entry-point skills (arn-infra-wizard, arn-infra-assess) which
read the `references/step-0-fast-path.md` reference as Step 0 before proceeding with their workflow.
version: 1.1.0
Arness Infra Ensure Config
Verify and establish Arness Infra configuration for the current project. This skill guarantees that a valid user profile and `## Arness` section exist before any Arness Infra workflow proceeds. It runs automatically as Step 0 of all entry-point skills via a hash-based fast-path cache.
**Entry points should NOT read this SKILL.md directly.** They should read `${CLAUDE_PLUGIN_ROOT}/skills/arn-infra-ensure-config/references/step-0-fast-path.md`, which runs the cache-check shell script and only falls through to the full validation when needed. This indirection is what saves ~95% of ensure-config token cost.
When invoked DIRECTLY (rare — typically via `/arn-infra-ensure-config`), this skill bypasses the cache and runs the full validation flow.
Workflow
Read `${CLAUDE_PLUGIN_ROOT}/skills/arn-infra-ensure-config/references/ensure-config.md` and follow its instructions (Layers 1–3, then Layer 4 cache write).
Read more
name: arn-infra-ensure-config description: >- This skill should be used when the user says "ensure config", "check arn infra config", "arn-infra-ensure-config", "verify arn infra setup", or wants to verify that Arness Infra configuration is present for the current project. This skill is primarily consumed as a reference by entry-point skills (arn-infra-wizard, arn-infra-assess) which read the `references/step-0-fast-path.md` reference as Step 0 before proceeding with their workflow. version: 1.1.0
Arness Infra Ensure Config
Verify and establish Arness Infra configuration for the current project. This skill guarantees that a valid user profile and `## Arness` section exist before any Arness Infra workflow proceeds. It runs automatically as Step 0 of all entry-point skills via a hash-based fast-path cache.
**Entry points should NOT read this SKILL.md directly.** They should read `${CLAUDE_PLUGIN_ROOT}/skills/arn-infra-ensure-config/references/step-0-fast-path.md`, which runs the cache-check shell script and only falls through to the full validation when needed. This indirection is what saves ~95% of ensure-config token cost.
When invoked DIRECTLY (rare — typically via `/arn-infra-ensure-config`), this skill bypasses the cache and runs the full validation flow.
Workflow
Read `${CLAUDE_PLUGIN_ROOT}/skills/arn-infra-ensure-config/references/ensure-config.md` and follow its instructions (Layers 1–3, then Layer 4 cache write).
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.
Repo: AppsVortex/arness
Other skills on arness.
- /arn-assessing
This skill should be used when the user says "assessing", "arness assessing", "assess", "assess codebase", "technical review", "codebase assessment", "find improvements", "what should I improve", "tech debt review", "pattern compliance check", "codebase health check",
Open skill - /arn-code-assess
This skill should be used when the user says "arness code assess", "arn-code-assess", "assess codebase", "technical review", "codebase assessment", "find improvements", "what should I improve", "tech debt review", "tech debt audit", "pattern compliance check", "codebase health
Open skill - /arn-code-batch-cve-fix
This skill should be used when the user says "fix CVEs", "patch vulnerabilities", "apply security patches", "resolve security advisories", "batch CVE fix", "patch dependencies", "fix security findings", "remediate CVEs", "apply CVE fixes", "batch fix vulnerabilities", "resolve
Open skill - /arn-code-batch-cve-scan
This skill should be used when the user says "scan for CVEs", "CVE scan", "check for vulnerabilities", "find vulnerabilities", "check security advisories", "dependabot triage", "dependabot scan", "scan dependencies for security issues", "audit dependencies", "vulnerability
Open skill - /arn-code-batch-implement
This skill should be used when the user says "batch implement", "implement all", "batch execution", "implement all features", "parallel implement", "implement in parallel", "arness batch implement", "arn-code-batch-implement", "run batch implementation", "implement everything",
Open skill - /arn-code-batch-merge
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", "merge the batch", "merge implemented features", "batch merge PRs", "merge open PRs", "merge all feature PRs", "combine
Open skill

