bab-ilu: Skill for Claude Code

.claude/skills/evolve-lens/SKILL.md

evolve-lens is a skill for Claude Code from P1-103n1x/bab-ilu. It costs 121 tokens per session (2,428 once invoked), scanned A, original, MIT.

A skill that studies patterns in how you work and proposes an academic theory that matches those patterns as a new reasoning lens.

In plain words
What is it for?
Use it after the system has observed activities such as collecting material, asking questions, accepting syntheses, and naming entities; an accepted lens is installed in the project's lens directory.
Why use it?
It gives you a way to turn repeated working habits into an explicit perspective that can guide later analysis.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

This is P1-103n1x/bab-ilu's own configuration. It tells Claude Code how to work on bab-ilu itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything bab-ilu configures →

Reuse

Borrowing it

Nothing to install: this file belongs to P1-103n1x/bab-ilu. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/P1-103n1x/bab-ilu/v2.2-oss-public/.claude/skills/evolve-lens/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/P1-103n1x/bab-ilu

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 evolve-lens

README.md
[![agentmods](https://agentmods.dev/badge/skills/p1-103n1x/bab-ilu/evolve-lens/github.svg)](https://agentmods.dev/skills/p1-103n1x/bab-ilu/evolve-lens)
Your own site
<a href="https://agentmods.dev/skills/p1-103n1x/bab-ilu/evolve-lens"><img src="https://agentmods.dev/badge/skills/p1-103n1x/bab-ilu/evolve-lens/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 evolve-lens

Your own site · 80×15
<a href="https://agentmods.dev/skills/p1-103n1x/bab-ilu/evolve-lens"><img src="https://agentmods.dev/badge/skills/p1-103n1x/bab-ilu/evolve-lens.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,428 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.00121 $0.02428
Opus 5 $0.00060 $0.01214
Sonnet 5 $0.00024 $0.00486
Haiku 4.5 $0.00012 $0.00243

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

Security

Grade A, and why

evolve-lens 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 12d 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.

.claude/skills/evolve-lens/SKILL.md · 249 lines

How it starts

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

/evolve-lens — the second pair of eyes

What this does

/evolve-lens fulfills Bab-ilu's central philosophical claim from PRD §0.5.2: "Bab-ilu 不是一个'知道规则'的系统,是一个'从实践中长出规则'的系统".

While the user works (ingests material, runs /ask, accepts syntheses, names entities), a background observer accumulates their behavioral pattern without listening to anything they say about what they're doing — only what they do. When they invoke /evolve-lens, you (Claude, the current session agent) perform a three-stage reasoning pass over the observed behavior, looking for an academic tradition whose structure is isomorphic to the user's unselfconscious pattern.

If you find one, you present the candidate theory with its four-piece citation, the user decides whether to accept it, and on acceptance Python tools install a new status: candidate lens under <vault>/.agent/lenses/<id>/.

This skill runs entirely inside the current Claude Code session. No ANTHROPIC_API_KEY, no outbound LLM calls. Python tools provide deterministic work (file IO, prompt construction, response parsing); you provide all the LLM reasoning.

What this does NOT do

  • Does not listen to directives. If the user runs /evolve-lens find me something about phenomenology, the phrase "phenomenology" is ignored. The observer infers from behavior only. If the user wants output biased toward a specific direction, they must practice in that direction — ingest, query, take notes in that mode.
  • Does not invent new concepts. The rigor bar (see matcher prompt) excludes pop frameworks, TED-talk mental models, LLM-introduced concepts with no pre-2020 academic literature, and academic-laundered frameworks (Simon→Design Thinking, Aristotle→First Principles, etc.).
  • Does not auto-activate. Generated lenses land at .agent/lenses/<id>/ with status: candidate. Switching to them is the user's explicit act via /genesis or by editing the active pointer.

Execution playbook — follow each step in order

Read the full file on GitHub · 249 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. 12d ago First seen · 249 lines · 0 tokens per session scan A 58cfeb705743

Subscribe to this mod's changes

evolve-lens is a skill published in the GitHub repository P1-103n1x/bab-ilu (11 stars, last pushed 4mo ago), licensed MIT. It adds 121 tokens to every session and 2,428 once invoked, about $0.0006 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

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…

microsoft/ai-agents-for-beginners · 200 tokens

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…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens