qelectrotech-skill

Parse QElectroTech .qet files to extract structures, elements, and cross-references.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/r2d2helm/claude-code-system --skill qelectrotech-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qelectrotech-skill
Source: https://github.com/r2d2helm/claude-code-system/tree/main/skills/qelectrotech-skill
Command: npx skills add https://github.com/r2d2helm/claude-code-system --skill qelectrotech-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

qElectroTech skill provides a structured framework to manage electrical diagram projects by exposing commands, templates, and documentation that enable consistent creation, editing, and auditing of unifilar and multifilar schematics, collections, and cross-references.

Core Features & Use Cases

  • Centralized knowledge base for QElectroTech projects, including sheet templates, reference collections, and cross-reference rules.
  • End-to-end project support: from project creation to folio organization, BOM generation, validation, and export workflows.
  • Real-world use cases include building project templates for residential or commercial installations, verifying cross-references, and generating reports and BOMs.

Quick Start

Create a new QET project with the provided CLI commands, then start adding folios, elements, and conductors using the built-in templates and references.

Frequently Asked Questions about qelectrotech-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract a BOM from QElectroTech .qet project files?

You can generate a BOM from .qet files by parsing the embedded XML structure to identify elements and conductors, producing an inventory report for residential, commercial, or industrial electrical diagrams.

How do I validate cross-references in QElectroTech schematics?

Cross-references in QET schematics are validated by enforcing structured XML parsing and consistent UUIDs across folios, ensuring integrity and adherence to NF C 15-100 and IEC 60617 standards.

Can I use QElectroTech for commercial and industrial electrical diagrams?

Yes, QElectroTech supports commercial and industrial electrical diagrams by applying unifilar and multifilar schematic templates and cross-reference rules to manage complex project folio organizations.

What is the best way to parse QElectroTech XML for element identification?

The best way to parse QET XML is through structured collection embedding that extracts elements and conductors while enforcing consistent UUIDs across the project to maintain structural integrity.

Does QElectroTech enforce NF C 15-100 and IEC 60617 standards?

Yes, QET enforces NF C 15-100 and IEC 60617 standards by validating extracted structures and cross-references against these norms, producing compliance reports for electrical installations.

Why do my QElectroTech cross-references break when moving elements between folios?

Cross-references break when UUIDs are not maintained during folio organization, which is why enforcing consistent UUIDs and structured XML parsing is required to preserve element links and collection integrity.