ariadne AGENTS.md

ariadne AGENTS.md is an instructions file for Codex, OpenCode from pariyar07/ariadne. It costs 1,885 tokens per session, scanned A, original, MIT.

A set of instructions for Ariadne, a skill package for building Markdown knowledge vaults that AI agents can navigate and maintain. Obsidian, an app for organising linked notes, can be used as the front end but is optional.

In plain words
What is it for?
Setting up vaults, registering existing vaults, defining scopes, designing navigation, capturing knowledge, and running research workflows.
Why use it?
It gives agents consistent rules for organising research, notes, scopes, and navigation in a knowledge vault. This reduces the chance that information becomes difficult to find or maintain.

Instructions file for CodexOpenCode

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/pariyar07/ariadne/agents-md
Clone the repo
git clone --depth 1 https://github.com/pariyar07/ariadne

Made for: Codex, OpenCode.

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 ariadne AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pariyar07/ariadne/agents-md.svg)](https://agentmods.dev/instructions/pariyar07/ariadne/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/pariyar07/ariadne/agents-md"><img src="https://agentmods.dev/badge/instructions/pariyar07/ariadne/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,885 This file is loaded in full into every session.
When invoked 1,885 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01885 $0.01885
Opus 5 $0.00942 $0.00942
Sonnet 5 $0.00377 $0.00377
Haiku 4.5 $0.00188 $0.00188

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

Security

Grade A, and why

ariadne 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.

AGENTS.md · 116 lines

How it starts

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

Ariadne — Agent Instructions

Ariadne is a skill package for building Markdown knowledge vaults that AI agents can navigate, maintain, and operate reliably. Obsidian is an optional, recommended frontend.

What This Repo Contains

skills/
  vault/        ← vault bootstrap skill + templates (`ariadne:vault`)
    scripts/register_vault.js    ← optional machine-level vault registration
    test/test_register_vault.js  ← registration script tests
  global-discovery/ ← workflow skill for registering existing vaults (`ariadne:global-discovery`)
  workspace-instructions/ ← workspace instruction files (`ariadne:workspace-instructions`)
  scope/        ← scope creation and wiring (`ariadne:scope`)
  navigation/   ← hub and routing design (`ariadne:navigation`)
  knowledge-capture/ ← raw input → durable notes (`ariadne:knowledge-capture`)
  research-ingest/      ← research input routing and handoff (`ariadne:research-ingest`)
  research-pipeline/    ← domain research pipeline setup (`ariadne:research-pipeline`)
  research-synthesis/   ← synthesis disposition and promotion (`ariadne:research-synthesis`)
  research-stewardship/ ← scoped research audit and repair (`ariadne:research-stewardship`)
  workstream-tracking/     ← Kanban boards and Dataview dashboards (`ariadne:workstream-tracking`)
  closeout/     ← work checkpoint, durable capture, and safe-to-close decisions (`ariadne:closeout`)
  maintenance/  ← health checks and repair (`ariadne:maintenance`)
  validator/    ← deterministic structural validation (`ariadne:validator`)
    scripts/validate_vault.js    ← the validator (Node.js, no deps)
    scripts/validate_vault.sh    ← shell wrapper
    test/                        ← test fixtures and runner
scripts/
  validate_repo.js               ← public-boundary and repository guardrail checks
docs/
  guides/quickstart.md          ← usage scenarios and skill chains
  guides/global-discovery.md     ← cold-agent vault discovery registration
  guides/research-lifecycle-migration.md ← breaking research lifecycle migration
  guides/scope-topology-migration.md ← scope contract adoption and recovery
  guides/weekly-maintenance-automation.md ← recurring maintenance automation prompt
  guides/validator.md            ← validator counter reference
  releases/                      ← published release notes
  pressure-scenarios/            ← edge case documentation

Read the full file on GitHub · 116 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. 5d ago First seen · 116 lines · 1,885 tokens per session scan A 624b88525ee3

Subscribe to this mod's changes

ariadne AGENTS.md is an instructions file published in the GitHub repository pariyar07/ariadne (19 stars, last pushed 1mo ago), licensed MIT. It adds 1,885 tokens to every session, about $0.0094 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 instructions, from other repositories

obsidian-mind CLAUDE.md

Claude Code instructions for breferrari/obsidian-mind, covering obsidian mind, skills & capabilities, custom slash commands, vault structure and obsidian cli.

breferrari/obsidian-mind · 9,405 tokens

claude-obsidian AGENTS.md

AGENTS.md instructions for AgriciDaniel/claude-obsidian, covering claude-obsidian: agent instructions, product and vault boundaries, bootstrap, canonical skills and mutation protocol.

AgriciDaniel/claude-obsidian · 1,123 tokens

obsidian-mind AGENTS.md

AGENTS.md instructions for breferrari/obsidian-mind, covering obsidian mind, hooks, commands, memory and reaching this vault from another repo.

breferrari/obsidian-mind · 1,145 tokens

obsidian-llm-wiki CLAUDE.md

Claude Code instructions for green-dalii/obsidian-llm-wiki, a project described as: Karpathy's LLM Wiki implementation plugin for Obsidian - turns notes and PDFs into a linked, LLM-powered knowledge base with entity pages, concept pages, graph-powered Q&A, and local-first privacy.

green-dalii/obsidian-llm-wiki · 234 tokens

third-brain-v7-skills AGENTS.md

Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — codex / antigravity cli, skills summary (20 skills), 📥 knowledge pipeline, 🔄 daily loop and 🎨 behavior & creativity.

Mark393295827/third-brain-v7-skills · 1,365 tokens

third-brain-v7-skills CLAUDE.md

Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — claude code, v8.1 multi-domain taxonomy specification, 20 core skills overview, 📥 knowledge pipeline and 🔄 daily loop.

Mark393295827/third-brain-v7-skills · 1,124 tokens