lingtai-tui-anatomy

lingtai-tui-anatomy is a skill for Claude Code, Codex from Lingtai-AI/lingtai. It costs 100 tokens per session (1,376 once invoked), scanned A, original, Apache-2.0.

A code-navigation guide for the LingTai Go monorepo, a repository that contains several related programs and packages.

In plain words
What is it for?
Use it to find the right package and file, understand how components connect, and update the relevant ANATOMY.md documentation when the structure changes.
Why use it?
It shows where the terminal interface, web portal, process launching, agent inventory, and replay features are owned, reducing guesswork when changing the code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find the right package and file, understand how components connect, and update the relevant ANATOMY.md documentation when the structure changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lingtai-ai/lingtai/lingtai-tui-anatomy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Lingtai-AI/lingtai --skill lingtai-tui-anatomy
Clone the repo
git clone --depth 1 https://github.com/Lingtai-AI/lingtai

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for lingtai-tui-anatomy

README.md
[![agentmods](https://agentmods.dev/badge/skills/lingtai-ai/lingtai/lingtai-tui-anatomy/github.svg)](https://agentmods.dev/skills/lingtai-ai/lingtai/lingtai-tui-anatomy)
Your own site
<a href="https://agentmods.dev/skills/lingtai-ai/lingtai/lingtai-tui-anatomy"><img src="https://agentmods.dev/badge/skills/lingtai-ai/lingtai/lingtai-tui-anatomy/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.

agentmods 80×15 button for lingtai-tui-anatomy

Your own site · 80×15
<a href="https://agentmods.dev/skills/lingtai-ai/lingtai/lingtai-tui-anatomy"><img src="https://agentmods.dev/badge/skills/lingtai-ai/lingtai/lingtai-tui-anatomy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,376 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00100 $0.01376
Opus 5 $0.00050 $0.00688
Sonnet 5 $0.00020 $0.00275
Haiku 4.5 $0.00010 $0.00138

Measured 6d ago against content hash 97315b2d8882, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

lingtai-tui-anatomy 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 6d 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.

tui/internal/preset/skills/lingtai-tui-anatomy/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LingTai Go Anatomy — navigation guide

Canonical owner

The repository-root ANATOMY.md is both the normative anatomy-of-anatomy and the top of the distributed code-navigation graph. Per-folder ANATOMY.md files are the content. This bundled skill is the discoverable navigation aid: when it and the repository root disagree, the repository root governs.

An Anatomy file maps structure, connections, composition, and state beside the code it describes. It is not a user manual, behavior contract, design history, or test specification. The paired root CONTRACT.md owns interfaces and expected behavior; the repository-local dev guide owns contribution workflow.

How to navigate

  1. Open the repository-root ANATOMY.md and read Components plus Composition.
  2. Choose tui/ANATOMY.md for terminal UI, subprocess launch, agent inventory, lifecycle controls, and /viz; choose portal/ANATOMY.md for the web server, embedded frontend, topology, and replay.
  3. Descend to the named package Anatomy and open the cited file:line range.
  4. Treat code as structural truth. If a citation or ownership claim drifted, update the relevant Anatomy in the same change.
  5. Use search for enumeration only (every callsite/file); use Anatomy for structural ownership and data-flow questions.

Runtime-boundary route

For questions such as “Does closing the TUI stop my agent?”, “How do I attach again?”, “Who owns lifecycle?”, or “Should I add launchd?”:

  1. Start at root ANATOMY.mdtui/ANATOMY.md, section Runtime/control-surface boundary.
  2. Follow its same-repo anchors for normal Bubble Tea quit, kernel subprocess launch and duplicate-process prevention, startup attachment, explicit /sleep//suspend//cpr//refresh, inventory, and Portal process release.
  3. Use portal/ANATOMY.md for Portal's own process and shutdown boundary.
  4. Load lingtai-kernel-anatomy for exact kernel heartbeat, listener, signal, and lifecycle internals. Do not cite sibling-repo files from TUI Anatomy.

Read the full file on GitHub · 110 lines

Changes

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.

  1. 6d ago Changed · -1 lines · -12 tokens per session 97315b2d8882
  2. 13d ago First seen · 111 lines · 112 tokens per session scan A a90e87059ac3

Subscribe to this mod's changes

lingtai-tui-anatomy is a skill published in the GitHub repository Lingtai-AI/lingtai (677 stars, last pushed yesterday), licensed Apache-2.0. It adds 100 tokens to every session and 1,376 once invoked, about $0.0005 per session on Opus 5. 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-30.