Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Sysml Modeling

ASecurity

Use when you must create or check SysML models for model-based systems engineering in an aerospace program: select the right SysML diagram kind for each modeling purpose (block definition BDD, internal block IBD, parametric, requirement, activity, sequence, state machine, use case), draft block definition and internal block diagrams from the system structure, build requirements diagrams with traceability closure, set up parametric diagrams for constraint-based analysis, and judge model viewpo...

2 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentspythongoperformance

Works with

claude code

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill sysml-modeling --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Sysml Modeling?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Sysml Modeling
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-sysml-modeling/badge)](https://www.skillsdirectory.com/skills/ashfordeou-sysml-modeling)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: sysml-modeling
description: "Use when you must create or check SysML models for model-based systems engineering in an aerospace program: select the right SysML diagram kind for each modeling purpose (block definition BDD, internal block IBD, parametric, requirement, activity, sequence, state machine, use case), draft block definition and internal block diagrams from the system structure, build requirements diagrams with traceability closure, set up parametric diagrams for constraint-based analysis, and judge model viewpoints complete or missing. Diagram choice follows the modeling purpose; requirements trace through design to verification, and model governance follows the mapped development guidance. Trigger: SysML, block definition diagram, BDD, internal block diagram, IBD, parametric diagram, requirements diagram, traceability."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: arp4754a
    reference-only: true
gated: false
domain: systems-engineering-safety
pack: systems-engineering-safety
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: systems-engineering-safety
  subdomain: mbse
  tags: [sysml-modeling, sysml, block-definition-diagram, bdd, internal-block-diagram, ibd, parametric-diagram, requirements-diagram, traceability, mbse]
  version: 0.1.0
  author: Aero Agent Skills
---

# SysML Modeling (systems-engineering-safety/mbse/sysml-modeling)

Use when the task is SysML diagram modeling for model-based systems
engineering: choosing diagram kinds, building block definition and
internal block diagrams, requirements traceability, parametric
constraint analysis, and model viewpoint coverage.

## Domain quick reference

- SysML diagram kinds: block definition (bdd), internal block (ibd),
  parametric (param), requirement (req), activity (act), sequence
  (seq), state machine (stm), use case (uc), and package (pkg) for
  model organization.
- Block definition diagram (bdd): declares block hierarchy, part
  types, value properties, and the system composition tree. Every
  element referenced by the model needs a definition among its parts.
- Internal block diagram (ibd): shows one block's internal structure:
  its parts, ports, and the connections (item flows) between them.
- Requirements diagram (req): captures requirements and their
  relationships (derive, satisfy, verify, refine, trace); traceability
  links each requirement through design to verification, and
  safety-critical items need full closure.
- Parametric diagram (param): binds constraint equations to block
  value properties so that analysis (mass, power, performance) runs
  on the model instead of in spreadsheets.
- Behavioral kinds: activity (functional flow), sequence (message
  ordering over time), state machine (modes and state transitions).
- Use case diagram (uc): actors, use cases, and the system boundary
  at the scoping stage.
- Viewpoints: structure, behavior, requirements, and parametric must
  all be covered for the model to be complete; a viewpoint that is
  absent is a gap, not a style choice.
- Model governance: models are configuration-managed artifacts of the
  development process (ARP4754A context); diagram content and
  traceability are reviewed like any other engineering data.

## Workflow

1. Identify the modeling purpose; select the diagram kind that matches
   it (structure, behavior, requirements, or analysis).
2. Draft the block definition diagram: enumerate the blocks, their
   parts, and the composition hierarchy.
3. Detail the internal block diagram for each composite block: parts,
   ports, and connections.
4. Capture requirements in a requirements diagram and link each
   requirement to the design elements that satisfy it; check
   traceability closure.
5. Add parametric diagrams for constraint-based analysis and bind the
   constraint equations to block value properties.
6. Add behavioral diagrams (activity, sequence, state machine) for
   functions, interactions, and modes as the model demands.
7. Check viewpoint coverage: structure, behavior, requirements,
   parametric all present; fix gaps.
8. Keep the model under configuration management and link it to the
   verification artifacts.

## Pitfalls

- Using a bdd when the question is about internal connections; that is
  an ibd concern.
- Referencing an element in a bdd that has no block definition; the
  model is invalid even if the diagram renders.
- Declaring traceability closed while a requirement has no satisfying
  design element.
- Skipping parametric diagrams and running analysis outside the model;
  the constraint links are lost.
- Treating an absent viewpoint as optional; a missing viewpoint is a
  model gap.
- Selecting the diagram by habit instead of by the modeling purpose.

## Behavior contract (gate 3)

The diagram-selection, block definition, traceability-closure, and
viewpoint logic is exercised by the gate 3 contract test:
scripts/test_sysml_modeling.py against scripts/sysml_modeling_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_sysml_modeling.py

## Compliance

- Standards referenced, not reproduced: ARP4754A text is proprietary
  (SAE); summary-only per standards-map.yaml and brief 06. SysML
  diagram semantics are common engineering knowledge.
- Revision note: ARP4754B (2023) supersedes ARP4754A; this skill keys to
  ARP4754A as the certification-baseline revision (FAA AC 20-174 cites A);
  see standards-map.yaml arp4754a.revision_decision.
- compliance: STANDARDS-REF, gated: false.

Attribution

ashfordeOUashfordeOU
View sourceMore from ashfordeOU →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →