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.
npx agentmods add skills/superhero-tech/super-brain/lintnpx skills add superhero-tech/super-brain --skill lintgit clone --depth 1 https://github.com/superhero-tech/super-brainWrote 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/superhero-tech/super-brain/lint)<a href="https://agentmods.dev/skills/superhero-tech/super-brain/lint"><img src="https://agentmods.dev/badge/skills/superhero-tech/super-brain/lint.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00052 | $0.01247 |
| Opus 5 | $0.00026 | $0.00624 |
| Sonnet 5 | $0.00010 | $0.00249 |
| Haiku 4.5 | $0.00005 | $0.00125 |
Grade A, and why
lint 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 3d 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 — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lint
Find what has rotted in the wiki, rank it, and hand the list to the human. Fixing is a separate decision.
Write the report in the language the wiki is written in.
How to invoke
- "Check the wiki", "run a lint", "health check"
- The monthly maintenance pass
- Before the human leans on the vault for something expensive
What this catches, and what it does not
Structural problems - missing citations, orphans, index drift, stale pages - it finds reliably, because they are mechanical.
Reasoning errors it finds badly. The model running this check shares its blind spots with the model that wrote the pages, so a clean report means the wiki is tidy, not that it is right. Say this out loud when you hand over a report with no errors. 8-System/limits.md has the longer version.
How it works
1. Decide whether there is anything to check
Count the pages in 4-Knowledge/. Under ten, say there is not enough wiki to lint yet and stop. An empty report trains the human to ignore the next one.
2. Read everything
Read 4-Knowledge/index.md, then every wiki page. This is the one workflow that does not get to work from the index alone.
3. Classify what you find
| Severity | What to look for |
|---|---|
ERROR |
Two pages that contradict each other |
ERROR |
Claims with no [source: ...] citation |
ERROR |
Index entries pointing at pages that do not exist, or pages missing from the index |
ERROR |
A sources: entry or [source: ...] citation naming a file that is not in 5-Raw/ |
WARN |
Orphan pages - nothing links to them |
WARN |
Pages marked status: needs_update, or with last_updated older than six months |
WARN |
Pages with source_count: 1 that assert more than one source can carry |
INFO |
Concepts mentioned across several pages with no page of their own |
INFO |
People, companies or tools named on three or more pages with no entity page |
INFO |
Entity pages longer than the concept pages they point at - the argument is in the wrong place |
INFO |
Connections worth making between existing pages |
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.
- 3d ago First seen · 118 lines · 52 tokens per session scan A c3beb841a87c
lint is a skill published in the GitHub repository superhero-tech/super-brain (110 stars, last pushed 9d ago), licensed MIT. It adds 52 tokens to every session and 1,247 once invoked, about $0.0003 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.
Other skills, from other repositories
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
notion
Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
ondb
A logical analysis and reasoning tool for AI. Use when decomposing documents into structured knowledge, querying entities and relations, validating consistency, or indexing files. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", "analyze this document", entity CRUD, or cross-skill…
sn-da-large-file-analysis
万行以上 Excel 数据集的高性能分析引擎。提供 openpyxl readonly 流式读取(iterrows 支持 10 万行以上)、Parquet 转换加速、内存优化、分块处理和大文件写入模式。遇到以下任一情况就主动使用本 skill:①数据行数 ≥ 10k(由 sn-da-excel-workflow 的行数评估步骤触发);②用户出现触发词:大文件 / 大数据量 / 性能优化 / 内存不足 / OOM / 百万行 / 十万行 / 流式读取 / Parquet / 分块处理 / large file / big data / streaming read / chunked processing;③直接使用…