Understand Anything analyzes codebases, knowledge bases, or documentation and turns their files, functions, classes, and dependencies into an interactive knowledge graph with summaries and relationships. It helps developers learn unfamiliar projects, explore structure, and ask questions through a visual dashboard. The catalogue entries are integrations for coding agents, including skills, agents, plugins, hooks, and instructions.
Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Egonex-AI/Understand-Anything/plugin install understand-anythingWrote 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/egonex-ai/understand-anything/understand)<a href="https://agentmods.dev/skills/egonex-ai/understand-anything/understand"><img src="https://agentmods.dev/badge/skills/egonex-ai/understand-anything/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/egonex-ai/understand-anything/understand"><img src="https://agentmods.dev/badge/skills/egonex-ai/understand-anything/understand.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk 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.00021 | $0.14189 |
| Opus 5 | $0.00010 | $0.07095 |
| Sonnet 5 | $0.00004 | $0.02838 |
| Haiku 4.5 | $0.00002 | $0.01419 |
Grade C, and why
understand scanned grade C with 1 finding 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 yesterday.
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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
3.1. **Purge stale trash dirs.** Phase 7 cleanup `mv`s scratch dirs into `.trash-<timestamp>/` rather than `rm -rf`ing them directly (see issue #301), so that destructive-action gates on hardened hosts don't trip on just How it starts
The opening of the file, as written. The whole thing — 932 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/understand
Analyze the current codebase and produce a knowledge-graph.json file in the project's data directory (.ua/, or the legacy .understand-anything/ when it already exists). This file powers the interactive dashboard for exploring the project's architecture.
Options
$ARGUMENTSmay contain:--full— Force a full rebuild, ignoring any existing graph--auto-update— Enable automatic graph updates on commit (writesautoUpdate: trueto$UA_DIR/config.json)--no-auto-update— Disable automatic graph updates (writesautoUpdate: falseto$UA_DIR/config.json)--review— Run full LLM graph-reviewer instead of inline deterministic validation--language <lang>— Generate all textual content (summaries, descriptions, tags, titles, languageNotes, languageLesson) in the specified language. Accepts ISO 639-1 codes (zh,ja,ko,en,es,fr,de, etc.) or friendly names (chinese,japanese,korean,english,spanish, etc.). Locale variants supported:zh-TW,zh-HK, etc. Defaults toen(English). Stores preference in$UA_DIR/config.jsonfor consistency across incremental updates.--exclude <patterns>— Comma-separated glob patterns for additional files/directories to exclude from analysis (e.g.,--exclude "tests/*,docs/*"). These patterns take highest priority over built-in defaults and.understandignorerules. Supports gitignore syntax including!negation.- A directory path (e.g.
/path/to/repoor../other-project) — Analyze the given directory instead of the current working directory
Progress Reporting
Throughout execution, report progress to the user at each phase transition and during batch processing. This keeps users informed on large codebases where analysis can take a long time.
-
Phase transitions: At the start of each phase, print a status line:
[Phase N/7] <phase name>...Example:
[Phase 2/7] Analyzing files (12 batches)... -
Batch progress: During Phase 2, report each batch with its index and total:
Analyzing batch X/N (files: foo.ts, bar.ts, ...)(list up to 3 filenames, then...if more)
What ships with it
53 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- build-fingerprints.mjs 3.7 KB runs code
- compute-batches.mjs 26 KB runs code
- extract-import-map.mjs 81 KB runs code
- extract-structure-result.mjs 9.8 KB runs code
- extract-structure.mjs 5.8 KB runs code
- finalize-incremental.mjs 17 KB runs code
- frameworks/django.md 4.7 KB
- frameworks/express.md 4.3 KB
- frameworks/fastapi.md 4.3 KB
- frameworks/flask.md 3.4 KB
- frameworks/gin.md 4.5 KB
- frameworks/nextjs.md 4.3 KB
- frameworks/rails.md 5.3 KB
- frameworks/react.md 3.7 KB
- frameworks/spring.md 4.9 KB
- frameworks/vue.md 4.4 KB
- generate-ignore.mjs 2.5 KB runs code
- languages/cpp.md 2.5 KB
- languages/csharp.md 2.6 KB
- languages/css.md 2.0 KB
- languages/dockerfile.md 1.9 KB
- languages/go.md 2.4 KB
- languages/graphql.md 1.9 KB
- languages/html.md 1.9 KB
- languages/java.md 2.4 KB
- languages/javascript.md 2.3 KB
- languages/json.md 1.7 KB
- languages/kotlin.md 2.5 KB
- languages/markdown.md 1.9 KB
- languages/php.md 2.5 KB
- languages/protobuf.md 1.8 KB
- languages/python.md 2.6 KB
- languages/ruby.md 2.4 KB
- languages/rust.md 2.4 KB
- languages/scala.md 3.2 KB
- languages/shell.md 1.8 KB
- languages/sql.md 2.0 KB
- languages/swift.md 2.5 KB
- languages/terraform.md 2.1 KB
- languages/typescript.md 2.5 KB
- languages/yaml.md 1.9 KB
- locales/en.md 1.5 KB
- locales/ja.md 2.1 KB
- locales/ko.md 1.9 KB
- locales/ru.md 3.1 KB
- locales/zh-TW.md 1.7 KB
- locales/zh.md 1.7 KB
- merge-batch-graphs.py 57 KB runs code
- merge-subdomain-graphs.py 16 KB runs code
- prepare-incremental.mjs 25 KB runs code
- prepare-symbol-retry.mjs 7.4 KB runs code
- scan-project.mjs 31 KB runs code
- validate-incremental-symbols.mjs 26 KB runs code
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.
- yesterday Changed · +27 lines 1f6acd37e150
- 4d ago Changed · +46 lines e1315b9d6007
- 9d ago First seen · 859 lines · 21 tokens per session scan C b09dcea9aa16
understand is a skill published in the GitHub repository Egonex-AI/Understand-Anything (81,763 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 14,189 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
skill-sanitizer
Pre-share leak scanner for Claude Code skills (or any folder). Scans BEFORE you publish for secrets (API keys, tokens, private keys, .env values, high-entropy strings), PII (emails/phones), local machine paths (C:\Users\ , /home/ , /Users/ , UNC, internal hostnames), and client/proper-noun names from a LOCAL private…
public-skill-launcher
Package an AI skill, prompt workflow, or internal operating habit into a public-ready release with a catchy hook, safe redaction, useful examples, demo tasks, README copy, and launch messaging. Use when preparing a skill for GitHub, social sharing, marketplace submission, documentation, or community feedback.
knowledge-gravity-lab
Analyze folders of Markdown/text research notes, Obsidian vaults, paper cards, invention notes, or memory exports as a practical knowledge map. Use when asked to find center topics, noisy or low-signal notes, possible contamination, overgrown topic groups, orphan notes, cleanup actions, or a useful public…
super-lab-lite
Lightweight multi-agent research orchestration using one coordinator, three domain leads, and three lightweight research agents. Use for medium-size research, market scans, competitor comparisons, prior-art style exploration, report planning, and any task that benefits from parallel domain decomposition without…
dirty-skill
A deliberately leaky demo skill used to show what skill-sanitizer catches before you publish. Do not ship this.
baoyu-comic
A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.