sounio-examples-hygiene

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

A set of checks for keeping Sounio example programs compiling and consistent with the compiler. Sounio is a programming language with syntax rules different from Rust.

In plain words
What is it for?
Use it to run the example check, fix syntax, effects, and imports, add minimal stubs for missing features, and update related documentation when behavior changes.
Why use it?
It catches broken or outdated examples and helps preserve useful examples when a language feature is not yet implemented.

Skill for Claude CodeCodex

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

Good fit Use it to run the example check, fix syntax, effects, and imports, add minimal stubs for missing features, and update related documentation when behavior changes.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sounio-lang/sounio/sounio-examples-hygiene"><img src="https://agentmods.dev/badge/skills/sounio-lang/sounio/sounio-examples-hygiene.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 289 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.00030 $0.00289
Opus 5 $0.00015 $0.00144
Sonnet 5 $0.00006 $0.00058
Haiku 4.5 $0.00003 $0.00029

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

Security

Grade A, and why

sounio-examples-hygiene 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 11d 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-examples-hygiene/SKILL.md · 34 lines

What it actually says

Sounio Examples Hygiene

Workflow

  1. Run the example gate
  • Use scripts/check_all_examples.sh.
  • Failures are logged to /tmp/sounio_examples_failures.txt.
  1. Fix first, stub only when a feature is missing
  • Prefer minimal, targeted fixes (effects, syntax, imports) that keep the example intact.
  • If a feature is unimplemented, preserve the original content inside a block comment and add a minimal compiling stub so the gate stays green.
  1. Keep syntax Sounio-native
  • No Rust macros or attributes in .sio.
  • Use var and &! and explicit with effects.
  1. Keep docs in sync if you changed visible semantics
  • Update docs/MV_CORE_CHECKLIST.md and docs/LLM_PROGRAMMING_GUIDE.md when behavior shifts.

References

  • docs/MV_CORE_CHECKLIST.md
  • docs/LLM_PROGRAMMING_GUIDE.md
  • .claude/commands/sounio-check.md
  • .claude/commands/sounio-syntax.md

Scripts

  • scripts/check_all_examples.sh
  • scripts/scan_syntax_drift.py
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. 11d ago First seen · 34 lines · 30 tokens per session scan A 730d0b0a2202

Subscribe to this mod's changes

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

edge-python

Write, run, test and package Edge Python programs with the edge CLI. Use when editing .py files in an Edge Python project or when the user asks for Edge Python code.

dylan-sutton-chavez/edge-python · 39 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

golang-testing

Go testing best practices including table-driven tests, test helpers, benchmarking, race detection, coverage analysis, and integration testing patterns. Use when writing or improving Go tests.

affaan-m/ECC · 37 tokens

compiler-port

Port a compiler pass from TypeScript to Rust. Gathers context, plans the port, implements in a subagent with test-fix loop, then reviews.

react/react · 35 tokens

migrate-xunit-to-xunit-v3

Migrate .NET test projects from xUnit.net v2 to xunit.v3 and fix v3 breaks. Use for package/CPM conversion, OutputType=Exe, preserving the VSTest or MTP runner (including projects currently using YTest.MTP.XUnit2), incompatible TFMs, async void tests, string-to-Type attributes, custom Fact/Theory/BeforeAfterTest…

dotnet/skills · 149 tokens