model-library-lookup

model-library-lookup is a skill for Claude Code from mycelium-cmbse/mycelium-hypha. It costs 104 tokens per session (1,240 once invoked), scanned A, original, Apache-2.0.

A lookup tool for the standard model libraries of SysML v2 and KerML. These libraries contain reusable definitions, such as units, quantities, and common system elements, that user models can specialize.

In plain words
What is it for?
Use it to look up names such as ISQBase::mass, ScalarValues::Real, or Parts::Part and identify their declaration and meaning.
Why use it?
It helps you determine what a qualified library name means and where it is declared, without confusing library definitions with the metamodel that defines the language itself.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the hypha plugin — 5 skills, 1 command, 3 agents shipped together

Good fit Use it to look up names such as ISQBase::mass, ScalarValues::Real, or Parts::Part and identify their declaration and meaning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mycelium-cmbse/mycelium-hypha/model-library-lookup
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 mycelium-cmbse/mycelium-hypha --skill model-library-lookup
Clone the repo
git clone --depth 1 https://github.com/mycelium-cmbse/mycelium-hypha

Made for: Claude Code.

Or install hypha, the plugin that ships this one along with the rest of its 5 skills, 1 command, 3 agents.

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 model-library-lookup

README.md
[![agentmods](https://agentmods.dev/badge/skills/mycelium-cmbse/mycelium-hypha/model-library-lookup/github.svg)](https://agentmods.dev/skills/mycelium-cmbse/mycelium-hypha/model-library-lookup)
Your own site
<a href="https://agentmods.dev/skills/mycelium-cmbse/mycelium-hypha/model-library-lookup"><img src="https://agentmods.dev/badge/skills/mycelium-cmbse/mycelium-hypha/model-library-lookup/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 model-library-lookup

Your own site · 80×15
<a href="https://agentmods.dev/skills/mycelium-cmbse/mycelium-hypha/model-library-lookup"><img src="https://agentmods.dev/badge/skills/mycelium-cmbse/mycelium-hypha/model-library-lookup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,240 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00104 $0.01240
Opus 5 $0.00052 $0.00620
Sonnet 5 $0.00021 $0.00248
Haiku 4.5 $0.00010 $0.00124

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

Security

Grade A, and why

model-library-lookup 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/model-library-lookup/SKILL.md · 88 lines

How it starts

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

Standard model library lookup

Answer questions about the SysML v2 / KerML standard model libraries – the normative library packages (ISQBase::mass, ScalarValues::Real, Parts::Part, ...) a user's own model specializes, not the metamodel that describes what a metaclass is. Be exact and cite the source file.

Releases

The knowledge base is generated per upstream release tag (YYYY-MM, e.g. 2026-05). Read knowledge/versions.json first: it lists the installed tags newest first and names the default one to answer from.

jq -r '.default, (.versions[].tag)' knowledge/versions.json

Then substitute that tag for <tag> in every path below.

  • Answer from the default release unless the user names one.
  • Say which release you answered from. The standard libraries change between releases like everything else in the knowledge base.
  • If the user asks about a release that is not installed, say so and list the ones that are.

What this is – and is not

This is the declaration surface: a qualified name, the literal keyword that introduced it (e.g. attribute def, datatype, part), and where it is declared. It is built by a lightweight scanner over the verbatim library source, not a real parser.

It does not resolve :>/:>> specialization or redefinition chains, does not know a library element's supertypes or effective feature set, and cannot tell a public member from a private one. If asked "what does ISQBase::LengthValue inherit" or "what is mass's full feature set", say plainly that this index does not compute that – read the page's verbatim source and follow its own :>/:>> references by hand, or use metamodel-lookup for the metaclass (e.g. AttributeUsage) the declaration is written as. Do not fabricate a resolved structure to fill the gap.

Knowledge base

  • knowledge/<tag>/model-library/index.jsondeclarations, keyed by qualified name (e.g. "ISQBase::mass"), each {kind, file, source}: kind is the literal introducing keyword(s), file is the package page relative to model-library/, source is the upstream path under sysml.library/. counts gives the number of files and distinct qualified names.
  • knowledge/<tag>/model-library/packages/<slug>.md — one page per standard-library file: front matter (name, language, source, declares, license), the verbatim KerML/SysML source in a fenced block, and a ## Declarations list of every qualified name that page declares.
  • knowledge/<tag>/model-library/index.md — human-readable index, grouped by upstream folder (Domain Libraries, Kernel Libraries, Systems Library).

Read the full file on GitHub · 88 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. 11d ago First seen · 88 lines · 104 tokens per session scan A 5ce7ca26bcca

Subscribe to this mod's changes

model-library-lookup is a skill published in the GitHub repository mycelium-cmbse/mycelium-hypha (11 stars, last pushed 4d ago), licensed Apache-2.0. It adds 104 tokens to every session and 1,240 once invoked, about $0.0005 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

reqvire-ontology-authoring

Expert workflow for creating, extending, and validating Reqvire structural ontology elements for IT engineering, systems engineering, MBSE, and system-of-interest modeling. Use for competency-question-driven OWL/Turtle vocabulary, semantic-contract boundaries, ontology hierarchy, domain/range/property modeling…

reqvire-org/reqvire · 98 tokens

reqvire-ontology-authoring

Expert workflow for creating, extending, and validating Reqvire structural ontology elements for IT engineering, systems engineering, MBSE, and system-of-interest modeling. Use for competency-question-driven OWL/Turtle vocabulary, semantic-contract boundaries, ontology hierarchy, domain/range/property modeling…

reqvire-org/reqvire · 98 tokens

reqvire-concept-authoring

Expert workflow for authoring Reqvire native concept schemes and concepts as SKOS thesauri. Use when creating or revising concept-scheme or concept elements, designing controlled vocabularies, concept taxonomies, broader/narrower/related links, labels, definitions, scope notes, examples, mappings, concept scheme…

reqvire-org/reqvire · 116 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

K-Dense-AI/scientific-agent-skills · 42 tokens