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 instructions/ngvoicu/kluris/agents-mdgit clone --depth 1 https://github.com/ngvoicu/klurisWrote 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/instructions/ngvoicu/kluris/agents-md)<a href="https://agentmods.dev/instructions/ngvoicu/kluris/agents-md"><img src="https://agentmods.dev/badge/instructions/ngvoicu/kluris/agents-md.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.1 | $0.01819 | $0.01819 |
| Opus 5 | $0.00910 | $0.00910 |
| Sonnet 5 | $0.00364 | $0.00364 |
| Haiku 4.5 | $0.00182 | $0.00182 |
Grade A, and why
kluris AGENTS.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 5d 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Project: kluris
CLI tool that turns AI agents into team subject matter experts with shared, human-curated knowledge.
Published to PyPI as kluris. Source: ngvoicu/kluris.
Read and write to the ngvoicu-sme brain through kluris (never edit brain files by hand). Use the /kluris-ngvoicu-sme skill — search, learn, remember, create.
Quick Reference
pip install -e ".[dev]" # dev install
pytest tests/ -v # 979 tests
pytest tests/ --cov=kluris -q # 90%+ coverage
Source Layout
All CLI commands are in src/kluris/cli.py (single file).
Core logic is in src/kluris/core/ (13 modules).
Agent skill and workflow templates are inline strings in src/kluris/core/agents.py.
No Jinja2 templates -- dependency was removed.
Key Files
src/kluris/cli.py-- all 13 Click commands (incl.register,pack, andcompanion), wizard logic, KlurisGroup error handler,search+wake-upcommands and collectors,_resolve_brains(picker + non-TTY guard +--brain all),_do_install(per-destination atomic stage-then-rename),_sync_brain_state(batch git log +update_frontmatter(preloaded=...))src/kluris/core/agents.py-- AGENT_REGISTRY (9 agents, including Hermes), per-brain SKILL.md renderer (render_skill(skill_name, brain_name, brain_path, has_git, brain_description)). Every brain gets a namedkluris-<name>skill, even when only one brain is registered. SKILL_BODY contains a single-brain header, Bootstrap, Query first, Intent detection (useskluris searchas the primary search path), Writing rules, and CLI commands sections. Brain paths are emitted in POSIX form via_posix_path()so bash on Windows handles them correctly.src/kluris/core/brain.py-- BRAIN_TYPES, scaffold_brain(), _generate_readme(), validate_brain_name() (rejects reserved wordall, max 48 chars)src/kluris/core/config.py-- Pydantic models (BrainEntry,BrainConfig,GlobalConfig), config read/write, register/unregister.src/kluris/core/maps.py-- generate_brain_md(), generate_map_md()src/kluris/core/linker.py-- synapse validation, bidirectional checks, orphan detection, detect_deprecation_issues(), type-aware check_frontmatter()src/kluris/core/search.py-- powerskluris search._collect_searchablewalks neurons + glossary + brain.md,_score_hituses occurrence-count ranking,_extract_snippetis UTF-8 safe,search_brainis the public entry point.src/kluris/core/frontmatter.py-- read_frontmatter, write_frontmatter,update_frontmatter(path, patch, *, preloaded=(meta, body)?)— the preloaded form skips the second disk read, used by dream's hot pathsrc/kluris/core/mri.py-- graph building, standalone HTML generation with file-browser tree sidebar in the expand modalsrc/kluris/core/git.py-- subprocess git wrapper;git_log_file_dates()returns(latest_by_path, created_by_path)from one walk — replaces the per-file helpers entirely
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.
- 5d ago First seen · 77 lines · 1,819 tokens per session scan A 9a60cc5ceb4a
kluris AGENTS.md is an instructions file published in the GitHub repository ngvoicu/kluris (7 stars, last pushed 2mo ago), licensed MIT. It adds 1,819 tokens to every session, about $0.0091 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-31.
Other instructions, from other repositories
pg-aiguide CLAUDE.md
Claude Code instructions for timescale/pg-aiguide, covering tiger docs mcp server - development guidelines, build, test & run commands, code style guidelines and python (ingest/).
assaio AGENTS.md
AGENTS.md instructions for assaio/assaio, covering agents.md — assaio, what this is, code philosophy (non-negotiable), code standards (enforced + human-reviewed) and honesty rules (product-critical).
assaio CLAUDE.md
Claude Code instructions for assaio/assaio, a project described as: Is your AI coding spend delivering? Offline-first analytics for Claude Code, Codex CLI, Gemini CLI, GitHub Copilot CLI and Cline — $/100 AI lines per project, every verdict carrying its own confidence, a self-contained dashboard, exec plugins in any…
claude-code-codex-bridge AGENTS.md
Instructions for vladolaru/claude-code-codex-bridge, covering agents.md, repository overview, architecture, repository structure and package layout.
vibe-coding-kit AGENTS.md
Instructions for Junliu1066/vibe-coding-kit, covering vibe-coding-kit 治理宪法 (governance constitution), 一、最高原则, 二、语言与格式, 三、文件命名强制规范 and 四、必须产出的章节(不可跳过).
skills CLAUDE.md
Claude Code instructions for rewrite-rs/skills, covering claude.md, 1. buckets, 2. prose-dominant with verification, 3. config precedence and 4. one porting language per session.