lint

lint is a skill for Claude Code from jessepinkman9900/claude-second-brain. It costs 62 tokens per session (625 once invoked), scanned A, original, MIT.

A maintenance command for a personal wiki: a collection of linked notes and source pages. It checks the wiki for disconnected pages, conflicting statements, outdated information, missing pages, broken links, and missing data.

In plain words
What is it for?
Use it for regular wiki health checks, link maintenance, contradiction reviews, and finding pages or information that need attention.
Why use it?
It helps reveal problems that make a wiki harder to trust or navigate. Where possible, it fixes issues automatically and reports those that need a decision.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

Good fit Use it for regular wiki health checks, link maintenance, contradiction reviews, and finding pages or information that need attention.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jessepinkman9900/claude-second-brain/lint
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 jessepinkman9900/claude-second-brain --skill lint
Clone the repo
git clone --depth 1 https://github.com/jessepinkman9900/claude-second-brain

Made for: Claude Code.

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 lint

README.md
[![agentmods](https://agentmods.dev/badge/skills/jessepinkman9900/claude-second-brain/lint/github.svg)](https://agentmods.dev/skills/jessepinkman9900/claude-second-brain/lint)
Your own site
<a href="https://agentmods.dev/skills/jessepinkman9900/claude-second-brain/lint"><img src="https://agentmods.dev/badge/skills/jessepinkman9900/claude-second-brain/lint/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 lint

Your own site · 80×15
<a href="https://agentmods.dev/skills/jessepinkman9900/claude-second-brain/lint"><img src="https://agentmods.dev/badge/skills/jessepinkman9900/claude-second-brain/lint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 625 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.
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.00062 $0.00625
Opus 5 $0.00031 $0.00313
Sonnet 5 $0.00012 $0.00125
Haiku 4.5 $0.00006 $0.00063

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

Security

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 9d 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.

template/.claude/skills/lint/SKILL.md · 58 lines

How it starts

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

Lint

Runs the full lint workflow defined in CLAUDE.md. Checks for six categories of issues, fixes what can be fixed automatically, and reports the rest.

Workflow

Run all six checks. For each: identify issues, apply fixes where possible, and note anything that needs user input.

Check 1 — Orphan pages

  • Find wiki pages with no inbound [[links]] from any other wiki page
  • Glob wiki/*.md, read each, check whether any other page links to it
  • Fix: add links from relevant topic pages where appropriate
  • If a page is a stub with no clear home, flag it for the user to decide

Check 2 — Unresolved contradictions

  • Grep wiki/ for [!WARNING] Contradiction callouts
  • Report each one: which pages, what the conflict is, which sources are involved
  • Fix: flag to user with a recommendation — a new source may resolve it

Check 3 — Stale claims

  • Look for claims on older pages that newer source-summary pages have superseded
  • Cross-reference updated dates in frontmatter against source dates
  • Fix: update the claim and update the sources frontmatter attribution

Check 4 — Missing pages

  • Find [[wikilinks]] that appear frequently across wiki pages but have no corresponding file
  • Glob wiki/*.md, extract all [[...]] links, check each against the file system
  • Fix: create stub pages for high-frequency missing links and queue them for ingestion

Check 5 — Broken links

  • Find [[wikilinks]] pointing to files that don't exist
  • Fix: create the missing page as a stub, or correct the link if it's a typo

Check 6 — Data gaps

  • Identify important topics in the wiki that have many cross-references but thin source coverage
  • Look for topic pages with empty or sparse sources frontmatter
  • Report: suggest specific sources, articles, or web searches to fill each gap

Output

Produce a lint report with three sections:

  1. Issues found — count and description per category
  2. Fixes applied — what was changed automatically
  3. Next sources to investigate — recommended reads to address data gaps or resolve contradictions

Read the full file on GitHub · 58 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. 9d ago First seen · 58 lines · 62 tokens per session scan A a8a8dda3dda2

Subscribe to this mod's changes

lint is a skill published in the GitHub repository jessepinkman9900/claude-second-brain (47 stars, last pushed 4mo ago), licensed MIT. It adds 62 tokens to every session and 625 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.

Related

Other skills, from other repositories

node-connect

Diagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale…

the-open-agent/openagent · 81 tokens

diagnose-backend-bug

Diagnose a bounded backend or multi-service failure from GitHub Issues, Jira, Aone, user-provided exports, logs, traces, responses, stack traces, or job records. Use when a service, API, RPC, worker, queue, CLI, or scheduled job bug needs correlation through the project's existing observability route before repair; do…

QoderAI/better-harness · 87 tokens

debug-live

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…

microsoft/DebugMCP · 84 tokens

report-issue-local

File a bug or feature request against this MCP server's own repo. Use for server-specific issues — tool logic, service integrations, config problems, or domain bugs that aren't caused by the framework.

cyanheads/obsidian-mcp-server · 44 tokens

remove-deadcode

Remove unused code from this project with ultrawork mode, LSP-verified safety, atomic commits. Triggers: remove dead code, dead code, cleanup, remove unused.

code-yeongyu/oh-my-openagent · 41 tokens

karpathy-llm-wiki

Use when building or maintaining a personal LLM-powered knowledge base. Triggers: ingesting sources into a wiki, querying wiki knowledge, linting wiki quality, 'add to wiki', 'what do I know about', or any mention of 'LLM wiki' or 'Karpathy wiki'.

Astro-Han/karpathy-llm-wiki · 67 tokens