LibrAIum CLAUDE.md

LibrAIum CLAUDE.md is an instructions file for coding agents from nel-neru/LibrAIum. It costs 3,266 tokens per session, scanned A, a copy of LibrAIum AGENTS.md, MIT.

Repository instructions for LibrAIum, a desktop app that stores curated GitHub repositories as Markdown files and makes them available to Claude Code through an MCP server.

In plain words
What is it for?
Use them when developing, testing, building, or explaining the LibrAIum app and its Rust, Svelte, Tauri, or MCP components.
Why use it?
They keep communication in Japanese while keeping the public code and documentation in English, and document the project’s commands and structure.

Instructions file

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.

agentmods
npx agentmods add instructions/nel-neru/libraium/claude-md
Clone the repo
git clone --depth 1 https://github.com/nel-neru/LibrAIum

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 LibrAIum CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nel-neru/libraium/claude-md.svg)](https://agentmods.dev/instructions/nel-neru/libraium/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/nel-neru/libraium/claude-md"><img src="https://agentmods.dev/badge/instructions/nel-neru/libraium/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,266 This file is loaded in full into every session.
When invoked 3,266 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod 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 $0.03266 $0.03266
Opus 5 $0.01633 $0.01633
Sonnet 5 $0.00653 $0.00653
Haiku 4.5 $0.00327 $0.00327

Measured 3d ago against content hash b2fe82938c1a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

LibrAIum CLAUDE.md 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.

Origin

This is a copy

94% identical to LibrAIum AGENTS.md — 12 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 81 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Language

Always converse with the user in Japanese — replies, explanations, plans, questions, and progress reports. Keep repository artifacts in English: code, comments, commit messages, README/docs, and identifiers (the repo is published publicly in English; the owner reads both).

What LibrAIum Is

A local-first Tauri v2 + Svelte 5 desktop app for curating best-practice GitHub repositories, storing everything as YAML-frontmatter Markdown files in a local git repository, and exposing the library to Claude Code through an MCP server. The authoritative spec is LibrAIum_完全設計書_v1.0.md (Japanese). v1.0 MVP is fully implemented.

Commands

npm run tauri dev                # run the desktop app (Rust compiles on first run)
npm run tauri build              # package release build
npm run build                    # frontend-only production build (vite)
npm test                         # frontend unit tests (markdown-renderer hardening, node --test)
cd src-tauri && cargo test       # Rust unit tests — all core logic lives here
cd src-tauri && cargo test store # run one module's tests (store/search/gitops/github/…)
cd mcp-server && npm test        # store.js unit tests + MCP stdio smoke test (all 8 tools)
bash scripts/make-icons.sh       # regenerate icons from scripts/generate-icons.mjs (macOS)
node scripts/register-mcp.mjs    # user-scope MCP registration plan (--yes to apply, --doctor to diagnose)

Rust was installed via Homebrew; if cargo is missing from PATH: export PATH="/opt/homebrew/bin:$PATH".

Note: cargo test/cargo build require dist/ to exist (Tauri's generate_context! embeds it) — run npm run build first on a fresh clone.

Architecture

Two independent consumers share one data format:

  1. Desktop app — Svelte 5 GUI (src/) → Tauri commands (src-tauri/src/commands.rs) → Rust core modules.
  2. MCP server (mcp-server/, Node stdio) — reads/writes the same data/ directory directly.

Read the full file on GitHub · 81 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. 3d ago First seen · 81 lines · 3,266 tokens per session scan A b2fe82938c1a

Subscribe to this mod's changes

LibrAIum CLAUDE.md is an instructions file published in the GitHub repository nel-neru/LibrAIum (0 stars, last pushed today), licensed MIT. It adds 3,266 tokens to every session, about $0.0163 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to LibrAIum AGENTS.md, differing in 12 lines, and is treated as a copy.

Related

Other instructions, from other repositories