exo-gardener

exo-gardener is a skill for Claude Code, Codex from janos-gyorgy/exocortex. It costs 67 tokens per session (645 once invoked), scanned A, original, MIT.

A set of working rules for maintaining an Exocortex vault, a shared collection of human-and-AI notes stored as Markdown files. It covers searching before writing, linking related notes, indexing changes, and making small Git commits.

In plain words
What is it for?
Use it when searching, adding, editing, indexing, or committing notes in the Exocortex vault, especially when preserving links and metadata.
Why use it?
It prevents duplicate notes, disconnected information, and untracked edits in the shared knowledge store.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when searching, adding, editing, indexing, or committing notes in the Exocortex vault, especially when preserving links and metadata.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/janos-gyorgy/exocortex/exo-gardener
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.

Any agent
npx skills add janos-gyorgy/exocortex --skill exo-gardener
Clone the repo
git clone --depth 1 https://github.com/janos-gyorgy/exocortex

Made for: Claude Code, Codex.

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 exo-gardener

README.md
[![agentmods](https://agentmods.dev/badge/skills/janos-gyorgy/exocortex/exo-gardener/github.svg)](https://agentmods.dev/skills/janos-gyorgy/exocortex/exo-gardener)
Your own site
<a href="https://agentmods.dev/skills/janos-gyorgy/exocortex/exo-gardener"><img src="https://agentmods.dev/badge/skills/janos-gyorgy/exocortex/exo-gardener/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for exo-gardener

Your own site · 80×15
<a href="https://agentmods.dev/skills/janos-gyorgy/exocortex/exo-gardener"><img src="https://agentmods.dev/badge/skills/janos-gyorgy/exocortex/exo-gardener.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 645 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00067 $0.00645
Opus 5 $0.00034 $0.00322
Sonnet 5 $0.00013 $0.00129
Haiku 4.5 $0.00007 $0.00064

Measured 10d ago against content hash ae514dddd96e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

exo-gardener 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 10d 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.

skills/claude/exo-gardener/SKILL.md · 52 lines

How it starts

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

Exocortex vault work

The vault is shared human+AI memory. Markdown is canonical; the index is a cache. You are a librarian and gardener, not a hoarder.

Golden rules (violations happen — check yourself)

  1. Search before you write: hybrid_search (MCP) or exo search first. Near-duplicate exists → extend/link it, never create a parallel note.
  2. Every write is a small, reviewable git commit. Set agent: on notes you author or materially edit.
  3. Link, don't pile: a new note needs ≥1 relations: edge (plain note IDs in frontmatter) AND ≥1 body [[Wikilink]]. Body links and typed relations are different layers — don't mechanically mirror them.
  4. After file edits: EXO_EMBED_BACKEND=none exo index, then commit; push with pull-rebase on rejection (parallel agents write too).

Note shape

Frontmatter: stable id slug; type ∈ concept|claim|source|project|person| log|moc; one-line current summary:; relations: as plain ID strings (YAML mangles brackets — wikilinks go in the body only). Projects carry lifecycle:. Template: vault/templates/note.md.

Garden pass routine

  1. Read vault/10-notes/gardener-policy.md FIRST — standing case law. Don't re-litigate what it rules on. Highlights (verify against the note): radar reconciliation before anything (the Projects MOC reliably lags new lifecycle: notes); ignore report "summary missing" on notes that carry a current summary; preserve original agent: on pure pointer appends; job- application prep notes stay OFF the Projects radar; garden logs are logs — don't enrich them.
  2. garden_report → propose concrete edits → write → reindex → commit garden: <what changed>.
  3. Amendment rule: same skip-reason recorded in two prior logs → graduate it into gardener-policy (small diff citing the logs) instead of writing it a third time.

Don'ts

  • Never delete a human's note — mark status: or move to 90-meta/archive/.
  • Append, don't overwrite human prose. No invented citations.
  • Reporting to János: plain language, outcomes. He runs the system, not its plumbing — no "edges/graph/indexer" jargon.
  • Family/private content lives OUTSIDE vault/ (the viewer serves all of it).

Read the full file on GitHub · 52 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. 10d ago First seen · 52 lines · 67 tokens per session scan A ae514dddd96e

Subscribe to this mod's changes

exo-gardener is a skill published in the GitHub repository janos-gyorgy/exocortex (0 stars, last pushed 2mo ago), licensed MIT. It adds 67 tokens to every session and 645 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

wiki-import

Import a wiki knowledge graph into the current vault — either from a graph.json export file (stubs) or from an OKF (Open Knowledge Format) markdown bundle (full page bodies). Use this skill when the user says "import wiki", "import from export", "load graph.json", "import vault", "import OKF bundle", "import OKF"…

Ar9av/obsidian-wiki · 108 tokens

wiki-research

Autonomously research a topic via multi-round web search, synthesize findings, and file structured results into the Obsidian wiki. Use this skill when the user says "/wiki-research [topic]", "research X", "find everything about Y", "do a deep dive on Z", "autonomous research on X", or wants comprehensive, web-sourced…

Ar9av/obsidian-wiki · 87 tokens

openclaw-history-ingest

Ingest OpenClaw agent history into the Obsidian wiki. Use this skill when the user wants to mine their past OpenClaw sessions for knowledge, import their /.openclaw folder, extract insights from previous OpenClaw conversations, or says things like "process my OpenClaw history", "add my OpenClaw sessions to the wiki"…

Ar9av/obsidian-wiki · 125 tokens

wiki-digest

Generate a periodic knowledge digest — a human-readable newsletter-style summary of what was learned, updated, and connected in your wiki over a specified period (day/week/month). Use when the user says "what did I learn this week", "give me a digest", "weekly summary", "knowledge report", "what's new in my wiki"…

Ar9av/obsidian-wiki · 121 tokens

hermes-history-ingest

Ingest Hermes agent history into the Obsidian wiki. Use this skill when the user wants to mine their past Hermes sessions for knowledge, import their /.hermes folder, extract insights from previous Hermes conversations, or says things like "process my Hermes history", "add my Hermes memories to the wiki", "ingest…

Ar9av/obsidian-wiki · 108 tokens

wiki-narrate

Turn a wiki topic into a cited Markdown briefing, plain-language explanation, or progressive lecture. Use this skill for topic-based briefing, explanation, and lecture requests that must stay within the evidence compiled in an Obsidian vault.

Ar9av/obsidian-wiki · 50 tokens