πŸ•ΈοΈ
AI EngineeringTypeScript

Ix

by ix-infrastructure

Ix is an AI Engineering skill for Claude Code, published by ix-infrastructure in Ix.

779 stars67 forkson ix-infrastructure/IxAdded 2026/08/23+2% in starsRepository updated 2026/08/22
aiai-memoryclaude-codeclicode-analysiscode-mappingcode-memorycodebase-understandingcodexdeveloper-toolsllmopenclawpersistent-memoryprogram-analysissoftware-architecturesystem-intelligencesystem-mapping
Install in seconds
Install Ix
Copy Ix into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ix-infrastructure/Ix/tree/main/skills/ix ~/.claude/skills/ix

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ix-infrastructure/Ix.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/ix/SKILL.md in ix-infrastructure/Ix
Installs to
~/.claude/skills/ix
Collection
The only skill cataloged from this repository
Category
AI Engineering β€” 2451 skills

What Ix does

Ix answers structural questions about a codebase by building and querying a persistent graph of symbols, calls, and imports. Use it to trace flows, find callers and callees, estimate impact, and detect code smells.

Ix is cataloged under AI Engineering on DirSkills. Ix comes from a repository tagged ai, ai-memory, claude-code, cli and code-analysis.

Documentation

README

Ix β€” Persistent Codebase Map

Overview

Ix parses a repository with tree-sitter (26 languages), builds a graph of its symbols, calls, and imports, and stores it in a local backend (ArangoDB via Docker). Query that graph with ix commands to answer bounded, structural questions instead of reading files blindly. The graph persists between sessions.

Use this skill whenever the question is about structure, relationships, or impact: what a symbol is, what calls it, what it calls, how data flows, what breaks if a change lands, which files are most depended-on, or where the smells are.

When to Use

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Ix

  • How does Ix compare to other AI Engineering skills?

    Ix ranks #1639 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Ix against them. Open each page to compare what they document and how they install.