ix-infrastructure

Ix Plan — Data skill for Claude Code

Data community

Generate a risk-ordered implementation plan for a set of targets.

How to install Ix Plan

Installs to ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-plan && curl -fsSL https://raw.githubusercontent.com/ix-infrastructure/ix-opencode-plugin/HEAD/commands/ix-plan.md -o ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ix Plan does


name: ix-plan description: Generate a risk-ordered implementation plan for a set of targets. Assesses blast radius per target, finds data flows between them, and produces a safe change sequence. argument-hint: [symbol2] [symbol3] ... OR description of change

Check `command -v ix` first. If unavailable, use Grep + Read to manually assess blast radius per target.

Pro check (optional)

Run once at the start:

ix briefing --format llm 2>&1

If it returns JSON with a

Alternatives in Data

  • Archify — Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self 17.2k ★
  • /recon — Run the full recon pipeline on a target and produce a prioritized attack surface 927 ★
  • SVG Diagram — Agent skill that draws architecture, flowchart, sequence, data-flow and lifecycle diagrams as hand-placed SVG 414 ★

Full documentation available on GitHub

View Source Repository