Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/ix-infrastructure/ix-claude-pluginnpx agentmods add skills/ix-infrastructure/ix-claude-plugin/ix-understandWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ix-infrastructure/ix-claude-plugin/ix-understand)<a href="https://agentmods.dev/skills/ix-infrastructure/ix-claude-plugin/ix-understand"><img src="https://agentmods.dev/badge/skills/ix-infrastructure/ix-claude-plugin/ix-understand/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ix-infrastructure/ix-claude-plugin/ix-understand"><img src="https://agentmods.dev/badge/skills/ix-infrastructure/ix-claude-plugin/ix-understand.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.02515 |
| Opus 5 | $0.00000 | $0.01257 |
| Sonnet 5 | $0.00000 | $0.00503 |
| Haiku 4.5 | $0.00000 | $0.00251 |
Grade A, and why
ix-understand scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Check command -v ix first. If unavailable, stop and say so.
Flag parsing
Parse $ARGUMENTS before doing anything else:
- The first non-flag token is
TARGET(may be empty — means whole repo) --shallow: orient only, no agents (default if no flag given)--medium: single agent regardless of system count--deep: full parallel agent strategy--save [path]: if present, setSAVE_PATH; path is optional — if absent, auto-generateix-understand-<target-slug>.mdin cwd (target slug =TARGETwith spaces and slashes replaced by-, orrepoif TARGET is empty); if--saveis not given at all,SAVE_PATHis empty.
MANDATORY for --medium and --deep: This skill MUST use the Agent tool (subagent_type: "ix-memory:ix-system-explorer") for all exploration work. Do NOT run ix commands yourself except for the Phase 1 orient commands below. All subsystem exploration MUST be delegated to agents.
Phase 1 — Orient
Run these commands in parallel to discover the architecture:
ix subsystems --format llm
ix subsystems --list --format llm
ix rank --by dependents --kind class --top 15 --exclude-path test --format llm
ix rank --by callers --kind function --top 15 --exclude-path test --format llm
ix stats --format llm
From the results, identify:
- All top-level systems (names, file counts, cohesion, coupling scores)
- The top 10-15 structurally important classes and functions
- Total codebase scale (files, nodes, edges)
If TARGET is set, scope the orient to that target's subsystems.
Confidence check: Scan confidence scores in the ix subsystems results:
- Any system with
confidence < 0.5: add this caveat to the final output header:⚠ Graph boundary confidence is low for [system] (${confidence}). Structural claims for this region may not reflect actual file relationships. - Any system with
confidence < 0.3: report fuzzy boundary as an explicit finding. Label all structural claims for that region as[uncertain].
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 259 lines · 0 tokens per session scan A 3b0544dfa90c
ix-understand is a skill published in the GitHub repository ix-infrastructure/ix-claude-plugin (7 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,515 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…