An Agent Skill for working with SysML v2 systems modeling language accurately and effectively.
This skill provides AI agents with authoritative guidance for creating valid SysML v2 models. It includes syntax reference, validation workflows, common patterns, and error troubleshooting based on OMG specifications.
SysML v2 is a textual modeling language with formal syntax, standardized by the Object Management Group (OMG). This skill helps agents produce valid models that work with tools like SysON and Eclipse SysML.
Clone or download this skill into your agent's skills directory:
git clone https://github.com/your-org/sysmlv2-skill.git ~/.skills/sysmlv2-skillOr add as a git submodule to your project:
git submodule add https://github.com/your-org/sysmlv2-skill.git .skills/sysmlv2-skillAdd the skill path to your Claude Code configuration.
Once installed, compatible agents will automatically activate this skill when:
- Working with
.sysmlfiles - Validating SysML v2 models
- User mentions "sysml", "systems modeling", or "architecture model"
- Working with SysON or Eclipse SysML tools
- Syntax guidance: Correct SysML v2 textual notation
- Error resolution: Common errors with solutions
- Pattern library: Reusable modeling patterns
sysmlv2-skill/
├── SKILL.md # Main skill instructions (required)
├── README.md # This file
├── CLAUDE.md # Claude Code specific guidance
└── references/
├── SYNTAX.md # Complete syntax reference
├── PATTERNS.md # Common modeling patterns
└── ERRORS.md # Error troubleshooting guide
This structure follows the Agent Skills Specification.
This skill is designed for portability:
- No external runtime dependencies
- Works with any compatible agent
- POSIX-friendly documentation