mycelium
01Plugin Claude Code
Plugin marketplace listing 1 plugin: hypha.
Plugin Claude Code
Plugin marketplace listing 1 plugin: hypha.
Plugin Claude Code
Hypha is the AI agent of the Mycelium ecosystem: a connecting filament between engineers and the SysML v2 specification. Provides skills and subagents for KerML/SysML v2 metamodel lookup, standard model library lookup, normative spec citation, and SysML v2 textual-notation validation.
Instructions file
Instructions for mycelium-cmbse/mycelium-hypha, covering claude.md, what this repo is, build & test, the cli generates, the tests verify and committed vs git-ignored (and why).
Agent
Sweeps the generated OMG SysML v2 / KerML metamodel knowledge base (not OMG UML) to answer cross-cutting questions that touch many element files – e.g. 'which metaclasses have a feature typed by Expression', comparing several metaclasses, or tracing a redefinition across the hierarchy. Use for multi-element / fan-out…
Agent
Finds and quotes the exact normative text of the OMG SysML v2 and KerML specifications (not OMG UML), with clause/section references. Use when an answer must be backed by the wording of the SysML v2 or KerML specification rather than paraphrase.
Agent
Validates SysML v2 / KerML textual notation (.sysml / .kerml, not UML) against the grammar and metamodel constraints, and explains violations. Use when given SysML v2 or KerML textual notation that needs to be checked for syntactic and structural correctness.
Command
Overview of Hypha – its SysML v2 / KerML skills, how to use them, and example prompts.
Skill Claude CodeCodex
Look up the structure of the OMG SysML v2 / KerML metamodel (not OMG UML 2.x) – a metaclass's features, supertypes, subtypes, redefinitions, multiplicities and constraints, plus enumerations and primitive types. Use when the user asks how a SysML v2 or KerML element (e.g. PartUsage, ConnectionDefinition, Feature) is…
Skill Claude CodeCodex
Look up what a SysML v2 / KerML standard model library element means or where it is declared (e.g. ISQBase::mass, ScalarValues::Real, SysML.sysml's Parts::Part) – the normative library packages a user's own model specializes with :>, not the metamodel itself. Use when the user references a qualified name from ISQ…
Skill Claude CodeCodex
Quote the normative OMG SysML v2 / KerML specification text with an exact clause reference. Covers the SysML v2 and KerML specifications, not the OMG UML specification. Use when the user wants the authoritative wording of the SysML v2 or KerML spec, or asks 'what does the SysML v2 / KerML spec say about ...'.
Skill Claude CodeCodex
Validate SysML v2 / KerML textual notation (.sysml / .kerml, not UML) for syntactic and structural correctness against the grammar and metamodel, and explain any violations with fixes. Use when the user provides SysML v2 or KerML textual notation to check, or asks whether a snippet is valid.
Skill Claude CodeCodex
Manage which OMG SysML v2 / KerML release(s) hypha has fetched and generated locally – list what's installed vs. available upstream, fetch a release, switch the default, or remove one that's no longer wanted. Use when the user asks what versions are available, wants to fetch/update/switch/remove a release, or when a…