wisdom

wisdom is a skill for Claude Code, Codex from EZotoff/ez-omo-config. It costs 32 tokens per session (1,809 once invoked), scanned A, original, MIT.

A shared store of project knowledge containing operational facts, past fixes, patterns, decisions, and warnings for coding agents.

In plain words
What is it for?
It helps search for relevant knowledge before work, record non-obvious discoveries afterward, and answer project or operations questions from documented experience.
Why use it?
It prevents agents from repeating known mistakes or guessing about deployment, configuration, and infrastructure details.

Skill for Claude CodeCodex

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

Good fit It helps search for relevant knowledge before work, record non-obvious discoveries afterward, and answer project or operations questions from documented experience.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ezotoff/ez-omo-config/wisdom
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 EZotoff/ez-omo-config --skill wisdom
Clone the repo
git clone --depth 1 https://github.com/EZotoff/ez-omo-config

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 wisdom

README.md
[![agentmods](https://agentmods.dev/badge/skills/ezotoff/ez-omo-config/wisdom/github.svg)](https://agentmods.dev/skills/ezotoff/ez-omo-config/wisdom)
Your own site
<a href="https://agentmods.dev/skills/ezotoff/ez-omo-config/wisdom"><img src="https://agentmods.dev/badge/skills/ezotoff/ez-omo-config/wisdom/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 wisdom

Your own site · 80×15
<a href="https://agentmods.dev/skills/ezotoff/ez-omo-config/wisdom"><img src="https://agentmods.dev/badge/skills/ezotoff/ez-omo-config/wisdom.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,809 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.00032 $0.01809
Opus 5 $0.00016 $0.00905
Sonnet 5 $0.00006 $0.00362
Haiku 4.5 $0.00003 $0.00181

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

Security

Grade A, and why

wisdom 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/wisdom/SKILL.md · 156 lines

How it starts

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

Wisdom System

You have access to a shared knowledge store called Wisdom — institutional memory that accumulates patterns, gotchas, decisions, and operational facts across sessions. Wisdom is the primary and only runtime memory store. Use it to avoid repeating mistakes, to ground decisions in documented facts, and to reuse proven approaches.

When to Use Wisdom

Search Wisdom (before starting work)

  • Before implementing a feature or fixing a bug, search for relevant learnings
  • When encountering an unfamiliar error or build failure
  • Before making architectural decisions
  • When working in an area you haven't touched recently
  • For operational queries (deployment paths, config values, infrastructure facts, provider gotchas) — ALWAYS search Wisdom first. Do NOT infer operational facts from code.

Write Wisdom (after discovering something)

  • After finding a non-obvious fix or workaround (type: gotcha)
  • After establishing a reusable pattern or convention (type: pattern)
  • After making an architectural decision with tradeoffs (type: decision)
  • After learning a project-specific fact that isn't documented (type: fact)
  • After identifying a dangerous pitfall others should avoid (type: warning)

Commands

Search

~/.sisyphus/scripts/wisdom-search.sh "QUERY" [--scope system|project|plan|all] [--type TYPE] [--limit N] [--json]
  • --scope: Default all. Use system for universal patterns, project for project-specific.
  • --type: gotcha, pattern, fact, decision, warning
  • --limit: Default 10
  • --json: Machine-readable output
  • --authority LEVEL: Filter by canonical authority (candidate|verified|published)
  • --status STATUS: Filter by canonical status (active|stale|superseded|retracted)
  • --provenance VALUE: Filter by canonical provenance (closeout|nomination|manual|manifest-import|migration|publish-export|compat-shim)
  • Default search returns only active and stale entries.
  • Use --include-status superseded,retracted to expose hidden lifecycle states when needed.
  • Use --touch only when you intentionally want to update access telemetry.

Read the full file on GitHub · 156 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 · 156 lines · 32 tokens per session scan A 3a0a5a4e449d

Subscribe to this mod's changes

wisdom is a skill published in the GitHub repository EZotoff/ez-omo-config (5 stars, last pushed 4d ago), licensed MIT. It adds 32 tokens to every session and 1,809 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-31.