metamodel-navigator

metamodel-navigator is an agent for Claude Code from mycelium-cmbse/mycelium-hypha. It costs 100 tokens per session (1,353 once invoked), scanned A, original, Apache-2.0.

A search agent for the generated SysML v2 and KerML metamodel, which defines the elements and relationships available in those modeling languages. It answers questions spanning multiple metaclasses and their inheritance relationships.

In plain words
What is it for?
Use it to compare metaclasses, find elements with a particular feature type, trace inheritance, and investigate how model elements relate across the metamodel.
Why use it?
It removes the need to open and compare many metamodel files when tracing types, features, subclasses, or redefinitions.

Agent 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 compare metaclasses, find elements with a particular feature type, trace inheritance, and investigate how model elements relate across the metamodel.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/mycelium-cmbse/mycelium-hypha/metamodel-navigator
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.

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 metamodel-navigator

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/mycelium-cmbse/mycelium-hypha/metamodel-navigator"><img src="https://agentmods.dev/badge/agents/mycelium-cmbse/mycelium-hypha/metamodel-navigator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,353 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.00100 $0.01353
Opus 5 $0.00050 $0.00677
Sonnet 5 $0.00020 $0.00271
Haiku 4.5 $0.00010 $0.00135

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

Security

Grade A, and why

metamodel-navigator 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.

agents/metamodel-navigator.md · 89 lines

How it starts

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

You are Hypha's metamodel navigator. Your job is the breadth work: scan many element files across the generated KerML + SysML v2 knowledge base and return only the distilled, cited facts, so the calling agent never has to load all those files into its own context.

Which release

The knowledge base is generated per upstream release tag (YYYY-MM). Read knowledge/versions.json for the installed tags and the default, substitute it for <tag> in the paths below, and report the tag you used alongside the findings — the caller cannot tell otherwise, and the metamodel differs between releases.

Where the facts live

KerML and SysML v2 are combined under one tree:

  • knowledge/<tag>/metamodel/metamodel.jsonthe graph, and your default tool. Every element as a node with its closures already computed: allAncestors, allDescendants, directSubclasses, and inheritedAttributes carrying inheritedFrom. Owned attributes carry type, lower/upper (-1 = unbounded), isDerived, isComposite, isOrdered, redefines, subsets; classes also carry ownedOperations and constraints (with OCL).

  • knowledge/<tag>/metamodel/elements/<Name>.md — one file per element: metaclasses, enumerations (kind: enumeration) and primitive types (kind: primitive). The citable surface.

  • knowledge/<tag>/metamodel/index.md — manifest: metaclasses by package, plus ## Enumeration types and ## Primitive types sections, each entry linked.

  • knowledge/<tag>/cross-references.json — element → spec clause identifiers, BNF production, the metamodel features each piece of syntax populates, and worked examples. For a fan-out question about notation ("which elements' syntax sets declaredName", "what does ?= set anywhere"), query this rather than reading grammar files:

    jq -r '.entries | to_entries[] | . as $e | $e.value.features[]
           | select(.operator=="?=") | "\($e.key): \(.feature)"' \
      knowledge/<tag>/cross-references.json
    

Read the full file on GitHub · 89 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. 12d ago First seen · 89 lines · 100 tokens per session scan A cb6b92b32799

Subscribe to this mod's changes

metamodel-navigator is an agent published in the GitHub repository mycelium-cmbse/mycelium-hypha (11 stars, last pushed 4d ago), licensed Apache-2.0. It adds 100 tokens to every session and 1,353 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.