sounio-ontology

sounio-ontology is a skill for Claude Code, Codex from Sounio-lang/sounio. It costs 44 tokens per session (241 once invoked), scanned A, original, Apache-2.0.

Guidance for working on Sounio’s scientific ontology system, which connects scientific terms with semantic types and related meaning data. It covers term lookup, storage, embeddings, and combining multiple ontologies.

In plain words
What is it for?
Use it when editing ontology resolution, caching and loading, embeddings, similarity search, federated ontologies, or their compiler diagnostics and types.
Why use it?
It keeps ontology changes organized and encourages small tests instead of making every development check depend on large data sets.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it when editing ontology resolution, caching and loading, embeddings, similarity search, federated ontologies, or their compiler diagnostics and types.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sounio-lang/sounio/sounio-ontology
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 Sounio-lang/sounio --skill sounio-ontology
Clone the repo
git clone --depth 1 https://github.com/Sounio-lang/sounio

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 sounio-ontology

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sounio-lang/sounio/sounio-ontology"><img src="https://agentmods.dev/badge/skills/sounio-lang/sounio/sounio-ontology.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 241 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.00044 $0.00241
Opus 5 $0.00022 $0.00120
Sonnet 5 $0.00009 $0.00048
Haiku 4.5 $0.00004 $0.00024

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

Security

Grade A, and why

sounio-ontology 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 12d 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/sounio-ontology/SKILL.md · 31 lines

What it actually says

Sounio Ontology

Overview

Maintain the ontology-backed semantic type layer and its tooling without forcing heavy, data-dependent workflows into the fast dev loop.

Workflow

1) Identify which ontology surface you’re touching

  • Semantic typing and term resolution: compiler/src/ontology/resolver.rs, compiler/src/ontology/mod.rs
  • Storage/caching/loading: compiler/src/ontology/cache.rs, compiler/src/ontology/loader/
  • Embeddings and similarity: compiler/src/ontology/embedding/
  • Federated ontology support: compiler/src/ontology/federated.rs

2) Keep tests small

  • Prefer unit tests using tiny fixtures/mocks.
  • Gate large integration tests behind a feature flag and document runtime expectations.

References

  • Ontology map: references/ontology-navigation.md
  • Claude command reference: .claude/commands/sounio-ontology.md
Files

What ships with it

1 file 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.

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. 12d ago First seen · 31 lines · 44 tokens per session scan A f4d5a795c71f

Subscribe to this mod's changes

sounio-ontology is a skill published in the GitHub repository Sounio-lang/sounio (6 stars, last pushed today), licensed Apache-2.0. It adds 44 tokens to every session and 241 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.

Related

Other skills, from other repositories

vera-language

Write programs in the Vera programming language. Use when asked to write, edit, debug, or review Vera code (.vera files). Vera is a statically typed, purely functional language with algebraic effects, mandatory contracts, and typed slot references (@T.n) instead of variable names.

aallan/vera · 61 tokens

vera-language

Write programs in the Vera programming language. Use when asked to write, edit, debug, or review Vera code (.vera files). Vera is a statically typed, purely functional language with algebraic effects, mandatory contracts, and typed slot references (@T.n) instead of variable names.

aallan/vera · 61 tokens

lean-axiom-provenance

Find out what a Lean 4 project actually rests on, and why. Reports every theorem reaching a sorry anywhere upstream, everything settled by nativedecide rather than the kernel, and the shortest path from any declaration to any axiom with each hop labelled a statement dependency or a proof dependency. Use when the user…

vince-gonzalez/gonzalgo · 203 tokens

lean-generated-proof-audit

Check whether a machine-generated Lean 4 proof actually proves its theorem. A proof can appear in the environment, pass lake build, and still not have been proved: when elaboration fails Lean admits the declaration carrying sorryAx, which an axiom report cannot tell apart from a sorry somebody typed. Use when auditing…

vince-gonzalez/gonzalgo · 143 tokens

tla-check

Write and iteratively refine executable TLA+ specs (.tla) and TLC model configs (.cfg) from natural-language system designs; run TLC model checking; summarize pass/fail and counterexamples with explicit assumptions and bounds. Use when asked to design or validate a protocol/state machine, create or edit .tla/.cfg…

younes-io/agent-skills · 79 tokens

tla-proof

Write and iteratively refine TLA+ theorem proofs in .tla modules with TLAPS (tlapm); run proof checks and summarize proved vs failed/omitted obligations with explicit assumptions and trust boundaries. Use when asked to create or fix THEOREM or PROOF blocks, diagnose TLAPS failures, strengthen inductive invariants…

younes-io/agent-skills · 87 tokens