P1-103n1x

21 mods across 1 repository, 11 stars between them.

taste-eye

01

P1-103n1x/bab-ilu

Agent Claude Code

Domain detector and first-impression reader. Invoked at the start of a /taste run when the input is ambiguous (user dropped mixed materials, or format/domain unclear). Outputs a single domain hint and a one-paragraph phenomenological first impression. Optional — skip when /taste is called with explicit domain context.

11 4mo ago A 65 tokens original MIT

taste-icon

02

P1-103n1x/bab-ilu

Agent Claude Code

Panofsky pre-iconographic and iconographic layer analyst. Produces the first two strata of visual interpretation — concrete visible attributes (color, light, composition, material, lens) and cultural convention markers (period, setting, wardrobe, iconography). Does NOT perform iconological interpretation (that is…

11 4mo ago A 76 tokens original MIT

taste-lineage

03

P1-103n1x/bab-ilu

Agent Claude Code

Warburg Nachleben specialist. Reads taste-icon's output and traces the visual motif to the Warburg panel(s) it exemplifies. Proposes new panels when no existing panel fits. Explicitly forbidden from shallow style labeling or influence-graph speculation without visual evidence.

11 4mo ago A 57 tokens original MIT

taste-synthesis

04

P1-103n1x/bab-ilu

Agent Claude Code

Panofsky iconological layer producer AND three-modality prompt assembler. Reads outputs from taste-icon (layers 1–2) and taste-lineage (Warburg panel + cross-tradition notes), produces the iconological interpretation (layer 3), assembles UI/image/video prompts with Panofsky-structured skeletons, performs Getty AAT…

11 4mo ago A 86 tokens original MIT

UserPromptSubmit

05

P1-103n1x/bab-ilu

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing ingest-image.sh. From P1-103n1x/bab-ilu.

11 4mo ago A tokens not measured original MIT

bab-ilu

06

P1-103n1x/bab-ilu

Settings file Claude Code

Agent settings declaring 1 hook event (UserPromptSubmit).

11 4mo ago A tokens not measured original MIT

ask

07

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Lens-aware natural-language query over the vault. Injects the active lens's prompts.md + entitymodel into the LLM context so answers use lens-appropriate terminology (aesthetic-warburg → Pathosformel vocabulary; engineering-alexander → Alexander pattern vocabulary; general-zettelkasten → Bloom-indexed notes).…

11 4mo ago A 93 tokens original MIT

check

08

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Health audit across the vault. Reads schema.md as the contract and reports divergences — schema-version drift, missing auto-generated sections, stale AAT/Wikidata resolutions, expired prompt tests, unstable Warburg panels, glossary drift, broken links, orphan pages, and freshness violations. Produces an actionable…

11 4mo ago A 64 tokens original MIT

distill

09

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Lens-aware cognitive reconstruction of foreign-language sources into the user's vault language. Not translation — rewrites content using the target language's conceptual vocabulary while preserving key original terms as bilingual anchors. The set of anchor types to preserve is per-lens (aesthetic-warburg keeps…

11 4mo ago A 105 tokens original MIT

evolve-lens

10

P1-103n1x/bab-ilu

Skill Claude CodeCodex

LENS EVOLUTION — behavioral matcher that proposes an academic theory (Warburg-grade rigor) whose structure matches the user's unselfconscious working pattern. If accepted, operationalizes the theory as a new candidate lens installed at /.agent/lenses/ /. Reads observer state built silently from prior /ingest, /ask…

11 4mo ago A 121 tokens original MIT

evolve

11

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Self-evolving vault driver. Reads wiki/insights.md (graph-computed topology + content gaps), surfaces top-priority gaps, and either suggests or autonomously executes the next lens-appropriate follow-up (/taste under aesthetic, /ingest under any lens, /check --migrate). This is Bab-ilu's answer to InfraNodus-style…

11 4mo ago A 89 tokens original MIT

gap

12

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Lens-aware gap discovery for the vault. Runs community detection (louvain or leiden per lens) over the vault's bipartite graph, qualifies tier-1 cluster candidates per D2 spec thresholds, surfaces unbridged gaps, and writes candidate files to .agent/todos/. Delegates to tools/gaprunner.py which wraps the lens-aware…

11 4mo ago A 108 tokens original MIT

genesis

13

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Initialize a Bab-ilu v2.1 vault with a chosen lens. Interactive 5-question flow (or --lens= skip), creates wiki/ directory structure per the lens's entitymodel, copies the active lens config to .agent/lenses/active/, optionally imports the seed kit. Run once per fresh clone.

11 4mo ago C 69 tokens original MIT

ingest

14

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Lens-aware entry point for any raw material (image / video / URL / PDF / text). Auto-detects type, resolves the output tier0 directory from the active lens's entitymodel, and dispatches to the lens-appropriate downstream skill (aesthetic-warburg → /taste; engineering-alexander → pattern-extraction…

11 4mo ago A 98 tokens original MIT

lint

15

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Structural + lens-aware validation for the vault. Runs v2.0 entity checks plus (with --lens ) authority-anchor coverage and tier-1-cluster consistency. --rebuild-graph delegates to graphanalyzer. Safe to run any time; non-destructive without --fix.

11 4mo ago A 66 tokens original MIT

prompt

16

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Lens-aware deliverable producer. Reads the active lens's deliverabletypes list and emits the lens-specific creative output — aesthetic-warburg produces four-segment UI/image/video generation prompts, engineering-alexander produces Pattern cards (problem-solution-context triads), general-zettelkasten produces…

11 4mo ago B 86 tokens original MIT

reset

17

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Reset wiki state to a clean scaffold by scope (wiki / raw / log / checkpoints / all). Useful during development or carefree restarts after a botched setup.

11 4mo ago A 33 tokens original MIT

setup

18

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Interactive configuration guide for Bab-ilu's optional Review LLM. Checks .env state, walks through LLMAPIKEY / LLMBASEURL / LLMMODEL, and offers auto-registration or skip.

11 4mo ago A 42 tokens original MIT

taste

19

P1-103n1x/bab-ilu

Skill Claude CodeCodex

Lens-aware taste/analysis entry point. Under aesthetic-warburg, runs the Panofsky/Warburg pipeline on a visual input and produces an Aesthetic MD. Under engineering-alexander or general-zettelkasten, runs the lens's own taste contract — reports over the vault's tier-0/tier-1 distribution, not a creative deliverable.…

11 4mo ago A 89 tokens original MIT

llm-review

20

P1-103n1x/bab-ilu

MCP server Claude CodeCodexCursor +2

MCP server "llm-review" as configured in P1-103n1x/bab-ilu. Runs mcp-servers/llm-review/server.py with python3.

11 4mo ago A tokens not measured copy · 100% MIT

bab-ilu CLAUDE.md

21

P1-103n1x/bab-ilu

Instructions file

A project guide for AI coding agents, stored in an AGENTS.md file. It describes the Bab-ilu project's principles, required practices, and design direction.

11 4mo ago A 2,094 tokens original MIT