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 skills/pariyar07/ariadne/scopenpx skills add pariyar07/ariadne --skill scopegit clone --depth 1 https://github.com/pariyar07/ariadneWrote 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/skills/pariyar07/ariadne/scope)<a href="https://agentmods.dev/skills/pariyar07/ariadne/scope"><img src="https://agentmods.dev/badge/skills/pariyar07/ariadne/scope.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 | $0.00033 | $0.01318 |
| Opus 5 | $0.00016 | $0.00659 |
| Sonnet 5 | $0.00007 | $0.00264 |
| Haiku 4.5 | $0.00003 | $0.00132 |
Grade A, and why
ariadne:scope 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 4d 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 — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ariadne Scope
Use this skill when a vault already exists and the user wants a new durable scope or child scope.
Start
- Read root instructions and every applicable ancestor scope instruction through the intended parent.
- Read root/local indexes, agent navigation, task routing, and the parent hub.
- In a multi-scope vault, require the new scope name and parent to be named or confirmed in the current turn.
- Run the validator-owned
sync_scope_topology.js --checkin zero-write mode. Use scope-operation-request.md for the exact schema-v1 request and CLI. - If the vault is Git-backed, inspect status before writing. Preserve unrelated modified and untracked files, never use broad staging, and stage only paths in the declared write set when the user explicitly authorizes a commit.
Minimal Questions
Ask only what is missing:
- What is the scope name?
- Where should it live?
- What recurring job does it serve?
- Does it need intake infrastructure —
Raw/Sources/,Inbox/,Processing Queue/, localIngest Compile Workflow? - Does it need local rules, templates, Bases, or only a hub?
Promotion Threshold
Promote only when repeated work needs a durable route, local lifecycle, or local operating rules. A useful folder, a one-off project, or a possible future route stays a normal folder.
Create, Adopt, Move, Or Change Status
- Confirm the target scope and requested lifecycle action in the current turn. Audit/check is always zero-write; create, adopt, move, set-status, and repair require confirmation.
- Build the exact request with
allowed_write_paths: []. Run it to obtain the refusal/disclosure, then show every proposedcontent_write_pathsentry. Generated-only checkpoints do not waive confirmation. - After confirmation, copy exactly those paths into
allowed_write_pathsand invokesync_scope_topology.js --write --request. Never directly edit descriptors, generated files, generated blocks, registry/map artifacts, physical moves, parent relationships, or redirects. - For create, prepare the destination directory and user-owned content, then let the engine create the descriptor and generated wiring. Non-registry root Base formulas are report-only: the synchronizer detects missing or misordered scope branches but does not authorize or rewrite these user-authored formulas. After the engine write, update each reported Base outside generated blocks only when it is named in an explicit allowed_write_set. Insert the most-specific child branch before its parent branch; first-match formulas otherwise classify the child as its parent.
- For adopt, choose
ancestor-chain(target plus required ancestors) orwhole-vaultexplicitly. Do not adopt candidates markedariadne_scope_adoption: dismissed. - For move/reparent, provide the exact current
source_pathand newdestination_path. The engine performs the physical move, reparents the subtree, records former paths, and writes the redirect; never emulate those steps manually. - For status, use only supported transitions: active to archived, archived to active or retired, and retired to archived. A retired scope cannot have active children. A replacement is valid only when retiring.
- If interrupted, report the operation ID and use
--resumeor--abort; never manipulate engine control files. Reconcile any abortreconciliation_pathsbefore another operation. - Run scoped validation first, then whole-vault validation. The scoped run must report
routing-matrix-warnings: 0andbase-scope-formula-warnings: 0for the subtree. Report unrelated pre-existing whole-vault warnings separately. - Run a second check with
sync_scope_topology.js --check. It must disclose no changes; this is the idempotency checkpoint. - If the parent vault is not globally registered, or its global discovery block is stale, offer
ariadne:global-discoveryfor the parent vault. Scope creation should not write global files or add scope-specific global discovery rules. - If an external code repository or folder should point to this scope, offer
ariadne:workspace-instructions. Scope-specific workspace links require a current-turn explicit target or user confirmation and belong in workspace files, not global discovery.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 4d ago First seen · 79 lines · 33 tokens per session scan A cf0e24bc2bad
ariadne:scope is a skill published in the GitHub repository pariyar07/ariadne (19 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 1,318 once invoked, about $0.0002 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.
Other skills, from other repositories
wiki-retrieve
Build and query a vault-local contextual BM25 retrieval index with optional multilingual Nomic cosine reranking; use for retrieve, hybrid retrieval, BM25, rerank, contextual retrieval, chunk search, vault search, semantic search, find relevant passages, or retrieval diagnostics. Derived caches stay under .vault-meta…
wiki
Initialize, adopt, and route work for a separate Obsidian knowledge vault through the portable claude-obsidian core. Use for vault setup, scaffolding, workspace selection, cross-project configuration, or choosing the correct wiki sub-skill. Triggers: /wiki, set up wiki, scaffold vault, create knowledge base, adopt…
obsidian-bases
Explain, draft, and validate Obsidian Bases .base files with filters, formulas, properties, summaries, and table, card, or list views. Use for Obsidian Bases, database-like vault views, dynamic tables, reading lists, task trackers, filters, formulas, summaries, and .base file edits.
save
Save a user-selected answer, decision, insight, or session summary into an Obsidian vault as one reviewed transaction. Use only when the user explicitly asks to preserve specific conversation content, not when they supply a file or URL to ingest. Triggers: /save, save this, save that answer, file this conversation…
wiki-fold
Create a bounded, extractive, structurally idempotent rollup of recent Obsidian wiki log entries, with dry-run preview by default and one optional transaction apply. Use for manual log compression without modifying child pages. Triggers: fold the log, run a fold, run wiki-fold, log rollup, roll up log entries, commit…
wiki-mode
Read or configure the vault filing methodology and suggest destinations for planned knowledge creation under Generic, LYT, PARA, or Zettelkasten. Use for wiki mode, methodology mode, what is my vault mode, set vault mode, switch to PARA, use LYT, Zettelkasten setup, change mode, configure mode, or methodology routing.…