tia-mac-module-builder

tia-mac-module-builder is a skill for Claude Code from Czarnak/totally-integrated-claude. It costs 74 tokens per session (1,087 once invoked), scanned A, original, MIT.

Development guidance for Siemens Modular Application Creator modules built with Module Builder for TIA Portal V21. TIA Portal is Siemens software used to configure and program industrial automation systems.

In plain words
What is it for?
Use it for module lifecycle code, models and use cases, generated resources, user-interface and help resources, package construction, and qualification evidence.
Why use it?
It provides the relevant structure and version boundaries for building modules instead of treating them as ordinary .NET applications or raw TIA Portal automation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the totally-integrated-claude plugin — 19 skills, 1 hook, 1 MCP server shipped together

Good fit Use it for module lifecycle code, models and use cases, generated resources, user-interface and help resources, package construction, and qualification evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/czarnak/totally-integrated-claude/tia-mac-module-builder
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.

Any agent
npx skills add Czarnak/totally-integrated-claude --skill tia-mac-module-builder
Clone the repo
git clone --depth 1 https://github.com/Czarnak/totally-integrated-claude

Made for: Claude Code.

Or install totally-integrated-claude, the plugin that ships this one along with the rest of its 19 skills, 1 hook, 1 MCP server.

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 tia-mac-module-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/czarnak/totally-integrated-claude/tia-mac-module-builder/github.svg)](https://agentmods.dev/skills/czarnak/totally-integrated-claude/tia-mac-module-builder)
Your own site
<a href="https://agentmods.dev/skills/czarnak/totally-integrated-claude/tia-mac-module-builder"><img src="https://agentmods.dev/badge/skills/czarnak/totally-integrated-claude/tia-mac-module-builder/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 tia-mac-module-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/czarnak/totally-integrated-claude/tia-mac-module-builder"><img src="https://agentmods.dev/badge/skills/czarnak/totally-integrated-claude/tia-mac-module-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,087 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00074 $0.01087
Opus 5 $0.00037 $0.00544
Sonnet 5 $0.00015 $0.00217
Haiku 4.5 $0.00007 $0.00109

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

Security

Grade A, and why

tia-mac-module-builder 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 10d 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.

skills/tia-mac-module-builder/SKILL.md · 103 lines

How it starts

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

TIA MAC Module Builder

Scope

Use this skill for source-level development and review of Siemens Modular Application Creator modules built with Module Builder. It covers the framework above raw TIA Portal Openness: module lifecycle orchestration, model/use-case code, generated resource wrappers, UI/help resources, package construction, and qualification evidence.

The audited baseline is MAC V21.0.5 for TIA Portal V21 on .NET Framework 4.8. Treat those versions as a known-compatible baseline, not as a claim that they are the newest available versions.

Do not use this skill as authority for unrelated raw Openness automation. When a task crosses into direct Siemens.Engineering object access, load tia-csharp-common and the relevant domain skill selected by tia-openness-roadmap alongside this skill.

Reference files

Load only the reference file(s) needed for the current task.

Reference file Load when the task involves
references/architecture-and-lifecycle.md TiaEquipmentModule, phase ordering, model/use-case structure, or generated/custom ownership.
references/project-and-dependencies.md Project creation, V21 references, NuGet dependencies, version migration, or build diagnosis.
references/resources-packaging-and-trust.md .tiares, generated library wrappers, XAML/help localization, .nuspec, .nupkg, licensing, or package provenance.
references/testing-and-qualification.md MacFunctionTest, MacGenerationTest, test design, generation qualification, or evidence claims.

Required workflow

  1. Establish authority. Locate the target solution/project, MAC and Module Builder versions, TIA Portal major version, target framework, package sources, and the file or artifact that proves each value. Do not infer compatibility from a nearby sample.
  2. Classify the task. State whether it is lifecycle/model code, generated resource integration, packaging, static review, or authorized generation.
  3. Map ownership before editing. Separate generated files from custom extension points. Never hand-edit generated output to make a build pass.
  4. Load focused references. Read only the table entries that match the task. If direct Openness code is required, load tia-csharp-common and the routed device, PLC, project, network, HMI, drive, or other domain skill.
  5. Make the smallest source change. Preserve the module's phase boundaries, naming, resources, package metadata, and existing extension patterns.
  6. Verify in layers. Run project/static tests first. Run Module Builder or TIA generation only when the environment and authority are explicit. Report static, generated, and live evidence separately.

Read the full file on GitHub · 103 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 103 lines · 74 tokens per session scan A dcd5a324be2c

Subscribe to this mod's changes

tia-mac-module-builder is a skill published in the GitHub repository Czarnak/totally-integrated-claude (57 stars, last pushed 25d ago), licensed MIT. It adds 74 tokens to every session and 1,087 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

eplan-development

Develop EPLAN Electric P8 scripts, API extensions, and remote-control applications. Use when writing C# scripts for EPLAN (actions, event handlers, ribbon), accessing the EPLAN API (parts database, projects, pages), building external apps that drive EPLAN via Remote Client, or debugging EPLAN automation issues…

covagashi/eplan-rag-mcp · 84 tokens

bootstrap-solution

Bootstrap or guide a reproducible .NET solution with explicit F# or C# language choice, SDK selection, project layout, test project setup, and initial validation commands.

gaelic-ghost/socket · 38 tokens

build-csharp-project

Build or modify idiomatic C# .NET projects using nullable-aware APIs, records/classes, async/task behavior, analyzer conventions, tests, and repo-local validation.

gaelic-ghost/socket · 37 tokens

csharp-developer

Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Builds REST APIs using minimal or controller-based routing, configures database access with Entity Framework Core, implements async patterns and cancellation, structures applications with CQRS via MediatR, and scaffolds Blazor…

Jeffallan/claude-skills · 102 tokens

dotnet-core-expert

Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.

Jeffallan/claude-skills · 47 tokens

cran-extrachecks

Prepare R packages for CRAN submission by checking for common ad-hoc requirements not caught by devtools::check(). Use when: (1) Preparing a package for first CRAN release, (2) Preparing a package update for CRAN resubmission, (3) Reviewing a package to ensure CRAN compliance, (4) Responding to CRAN reviewer feedback.…

posit-dev/skills · 98 tokens