From totally-integrated-claude
Guides C# Openness import/export strategy and round-trip engineering for TIA Portal automation projects. Helps choose XML/SimaticML/AML formats, manage export granularity, and handle bulk changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/totally-integrated-claude:tia-import-exportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Import/export strategy and round-trip design — full C# Openness implementation.
Import/export strategy and round-trip design — full C# Openness implementation.
When the roadmap routes here, the entire solution is C#. Do not mix with Python wrapper calls.
Load ONLY the reference file(s) relevant to the task. Do not load all files at once.
| Reference file | Load when the task involves |
|---|---|
references/overview.md | general import/export principles, ExportOptions/ImportOptions enums, open references, SIMATIC ML versioning, exportable object matrix |
references/hmi-screens.md | exporting or importing HMI screens, screen templates, pop-up screens, slide-in screens, permanent areas, faceplate instances |
references/hmi-tags-and-data.md | HMI tag tables, individual HMI tags, cycles, connections, text lists, graphic lists, VB scripts, special HMI tag considerations (integrated connection, UDT) |
references/plc-blocks.md | PLC block export/import (FB, FC, OB, DB), UDTs, know-how protection, failsafe blocks, system blocks, GRAPH, snapshots, instance DB creation, DB value access, OPC UA XML export, document export/import, open-reference and structural-change import |
references/plc-alarms-and-tags.md | PLC tag tables, individual PLC tags/constants, alarm classes, PLC alarm text lists (XLSX), ProDiag supervisions, watch tables, force tables |
references/hardware-aml.md | CAx/AML export and import, CaxProvider service, project-level vs device-level transfer, CaxImportOptions, TransferResult, type identifiers, AML structure |
references/project-data.md | project-level texts export/import (XLSX), project graphics export/import |
npx claudepluginhub czarnak/totally-integrated-claude --plugin totally-integrated-claudeEntry point that routes TIA Portal automation tasks to the correct implementation path (MCP, Python, C#) and loads the right domain skills.
Creates, edits, builds, runs, and debugs UiPath RPA projects with .xaml workflows and .cs coded workflows. Includes UI automation, Integration Service connectors, and test case authoring.
Statically reviews exported IEC 61131-3 PLC programs (Ladder, ST, FBD, SFC) for safety-critical defects like E-stop issues, unresolved latches, forced I/O, and interlock bypass risks in OT/ICS environments.