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 "discover tools", "infra discover", "arn infra discover", "arn-infra-discover", "audit tools", "check installed tools", "what tools do I have", "scan for MCPs", "check provider tools", "tool discovery", "discover infrastructure
$ npx -y skills add AppsVortex/arness --skill arn-infra-discover --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/arn-infra-discoverContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user says "discover tools", "infra discover", "arn infra discover", "arn-infra-discover", "audit tools", "check installed tools", "what tools do I have", "scan for MCPs", "check provider tools", "tool discovery", "discover infrastructure
name: arn-infra-discover description: >- This skill should be used when the user says "discover tools", "infra discover", "arn infra discover", "arn-infra-discover", "audit tools", "check installed tools", "what tools do I have", "scan for MCPs", "check provider tools", "tool discovery", "discover infrastructure tools", "check my setup", "infra tooling", or wants to audit their installed infrastructure tools (MCPs, CLIs, Claude Code plugins), check authentication state, search for new official tools online, and produce a tooling manifest for the infrastructure workflow. version: 1.0.0
Proactively audit installed infrastructure tools (MCPs, CLIs, Claude Code plugins), check authentication state, search online for new official tools, generate installation recommendations, and produce a tooling manifest. This is the second step after `arn-infra-init` -- it ensures the user has the right tools configured before generating infrastructure code.
This skill is proactive: it does not just check what is installed, but actively recommends what should be installed based on the user's provider configuration. It distinguishes between official (first-party from the cloud provider) and community tools, prioritizing official tools in recommendations.
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:
For each provider in the `Providers` list, check what is already installed.
> Read the local override or plugin default for `mcp-registry.md`. > Read the local override or plugin default for `cli-registry.md`. > Read the local override or plugin default for `plugin-registry.md`.
*The three registry files above are evolving references (read from the user's local `.arness/infra-references/` override if it exists, otherwise from the plugin default). The tooling manifest schema referenced in Phase D is a static reference always read directly from the plugin.*
**A.1. MCP Detection:**
**A.2. CLI Detection:**
**A.3. Authentication Check:**
**A.4. Terraform License Check:**
**A.5. Plugin Detection:**
---
For each provider in the user's configuration, use WebSearch to check for:
1. **Official MCP servers** not in the curated registry:
2. **Official Claude Code plugins:**
3. **New CLIs or CLI updates** with structured output:
**Important constraints:**
---
Compare what is installed (Phase A) with what is available (registries + Phase B) to produce recommendations.
For each tool category (MCP, CLI, Plugin, IaC, Validation) relevant to the user's providers:
**MCPs not installed:** "The official [Provider] MCP server is available but not configured. It enables [capabilities]. Install: `[install command]` and add to `.mcp.json`:"
{
"[provider]-mcp": {
"command": "[command]",
"args": ["[args]"]
}
}Offer to auto-add to `.mcp.json` with user approval.
**CLIs not installed:** "The official [Provider] CLI (`[binary]`) is not installed. It enables [capabilities]. Install: `[install command for u
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",…