hyalo: Skill for Claude Code

.claude/skills/hyalo-tidy/SKILL.md

hyalo-tidy is a skill for Claude Code from ractive/hyalo. It costs 0 tokens per session (16 once invoked), scanned A, original, MIT.

A tidy-up skill referenced by a template file, but its actual purpose is not described here.

In plain words
What is it for?
The available information does not say what concrete jobs it supports.
Why use it?
The provided information is only a file path, so it does not explain what problem the skill solves.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is ractive/hyalo's own configuration. It tells Claude Code how to work on hyalo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything hyalo configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ractive/hyalo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ractive/hyalo/main/.claude/skills/hyalo-tidy/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ractive/hyalo

Made for: Claude Code.

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 hyalo-tidy

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ractive/hyalo/hyalo-tidy"><img src="https://agentmods.dev/badge/skills/ractive/hyalo/hyalo-tidy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 16 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.00000 $0.00016
Opus 5 $0.00000 $0.00008
Sonnet 5 $0.00000 $0.00003
Haiku 4.5 $0.00000 $0.00002

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

Security

Grade A, and why

hyalo-tidy 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.

.claude/skills/hyalo-tidy/SKILL.md · 1 lines

What it actually says

../../../crates/hyalo-cli/templates/skill-hyalo-tidy.md

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 · 1 lines · 0 tokens per session scan A 6a0faec94771

Subscribe to this mod's changes

hyalo-tidy is a skill published in the GitHub repository ractive/hyalo (24 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 16 tokens. 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-30.

Related

Other skills, from other repositories

migrate-v0-to-v1

Migrate a Scraps wiki from v0 to v1. Use this whenever the user asks to upgrade Scraps, migrate v0 wiki syntax/config, convert implicit tags to explicit #[[tag]], move from scraps-writer to scraps, or audit a wiki for v1 readiness. This skill is designed for one-pass LLM-led migrations that discover the latest v0 and…

boykush/scraps · 105 tokens

reduce

Extract structured knowledge from source material. Comprehensive extraction is the default — every insight that serves the domain gets extracted. For domain-relevant sources, skip rate must be below 10%. Zero extraction from a domain-relevant source is a BUG. Triggers on "/reduce", "/reduce [file]", "extract…

agenticnotetaking/arscontexta · 73 tokens

ingest

Create a new scrap from a source (prompt, URL, or arbitrary markdown), update cross-links in related scraps, and run a sanity check. Use this when the user wants to add a scrap, summarize an article, save synthesized content to the wiki, or file back a Q&A result.

boykush/scraps · 62 tokens

rethink

Challenge system assumptions against accumulated evidence. Triages observations and tensions, detects patterns, generates proposals. The scientific method applied to knowledge systems. Triggers on "/rethink", "review observations", "challenge assumptions", "what have I learned".

agenticnotetaking/arscontexta · 51 tokens

query

Answer questions about the wiki by searching, reading, and synthesizing relevant scraps with [[Title]] citations. Use this when the user wants to query the wiki, ask what they have written about a topic, compare scraps, find related notes, or pull a synthesized overview from existing scraps.

boykush/scraps · 61 tokens

graph

Interactive knowledge graph analysis. Routes natural language questions to graph scripts, interprets results in domain vocabulary, and suggests concrete actions. Triggers on "/graph", "/graph health", "/graph triangles", "find synthesis opportunities", "graph analysis".

agenticnotetaking/arscontexta · 50 tokens