sounio-epistemic-types

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

A set of instructions for changing Sounio's epistemic type system, which represents knowledge, uncertainty, confidence, and where information came from.

In plain words
What is it for?
It guides edits to the compiler, dependent-type proofs, and epistemic standard-library code, along with the tests and specifications that protect them.
Why use it?
It helps preserve the language's typing rules and prevents uncertainty from being incorrectly treated as confidence.

Skill for Claude CodeCodex

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

Good fit It guides edits to the compiler, dependent-type proofs, and epistemic standard-library code, along with the tests and specifications that protect them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sounio-lang/sounio/sounio-epistemic-types
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-epistemic-types
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-epistemic-types

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sounio-lang/sounio/sounio-epistemic-types"><img src="https://agentmods.dev/badge/skills/sounio-lang/sounio/sounio-epistemic-types.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 373 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.00071 $0.00373
Opus 5 $0.00036 $0.00187
Sonnet 5 $0.00014 $0.00075
Haiku 4.5 $0.00007 $0.00037

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

Security

Grade A, and why

sounio-epistemic-types 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-epistemic-types/SKILL.md · 34 lines

What it actually says

Sounio Epistemic Types

Overview

Make changes to Sounio’s epistemic system without breaking its invariants or collapsing uncertainty into confidence (or vice versa).

Workflow

1) Start from the invariants

  • Read stdlib/epistemic/SEMANTICS.md and treat it as the spec for “what must never be violated”.
  • When changing semantics, update tests (or add new ones) that protect those invariants.

2) Locate the implementation layer you’re editing

  • Frontend surface syntax / parsing: compiler/src/ast/mod.rs, compiler/src/parser/, compiler/src/parser/tests/epistemic.rs
  • Core compiler epistemic structures: compiler/src/epistemic/ (e.g., knowledge.rs, promotion.rs, kec.rs)
  • Dependent epistemic typing + subtyping proofs: compiler/src/dependent/ (e.g., types.rs, subtyping.rs)
  • Stdlib semantics + user-facing APIs: stdlib/epistemic/

3) Define purity/effects explicitly

  • If an epistemic operation changes confidence or provenance, decide whether it must be effectful (and enforce via effect checking).
  • Keep “confidence monotone under pure transforms” enforceable by construction.

References

  • Epistemic map + search patterns: references/epistemic-navigation.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 · 34 lines · 71 tokens per session scan A 08aec3bc573d

Subscribe to this mod's changes

sounio-epistemic-types is a skill published in the GitHub repository Sounio-lang/sounio (6 stars, last pushed today), licensed Apache-2.0. It adds 71 tokens to every session and 373 once invoked, about $0.0004 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