CtrlK
BlogDocsLog inGet started
Tessl Logo

arn-code-ensure-config

This skill should be used when the user says "ensure config", "check arness config", "arn-code-ensure-config", "verify arness setup", or wants to verify that Arness Code configuration is present for the current project. This skill is primarily consumed as a reference by entry-point skills (arn-planning, arn-implementing, arn-shipping, arn-reviewing-pr, arn-assessing, arn-code-feature-spec, arn-code-bug-spec, arn-code-swift, arn-code-standard) which read the `references/step-0-fast-path.md` reference as Step 0 before proceeding with their workflow.

76

Quality

95%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Arness Code Ensure Config

Verify and establish Arness Code configuration for the current project. This skill guarantees that a valid user profile and ## Arness section exist before any Arness Code 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-code-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-code-ensure-config), this skill bypasses the cache and runs the full validation flow.

Workflow

Read ${CLAUDE_PLUGIN_ROOT}/skills/arn-code-ensure-config/references/ensure-config.md and follow its instructions (Layers 1–3, then Layer 4 cache write).

Repository
AppsVortex/arness
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.