Skip to content
Skill

industrial

by beriberikix

AI Summary

Build robust, industry-standard communication systems using Zephyr's modular industrial protocol stacks. Implement serial-based industrial communication for meters, PLCs, and sensors. Bridge industrial data over standard Ethernet or Wi-Fi networks.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "industrial" skill in my project.

Please run this command in my terminal:
# Install skill into your project (7 files)
mkdir -p .claude/skills/industrial && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/industrial/SKILL.md "https://raw.githubusercontent.com/beriberikix/zephyr-agent-skills/main/skills/industrial/SKILL.md" && mkdir -p .claude/skills/industrial/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/industrial/assets/modbus_register_map_template.csv "https://raw.githubusercontent.com/beriberikix/zephyr-agent-skills/main/skills/industrial/assets/modbus_register_map_template.csv" && mkdir -p .claude/skills/industrial/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/industrial/references/canopen_basics.md "https://raw.githubusercontent.com/beriberikix/zephyr-agent-skills/main/skills/industrial/references/canopen_basics.md" && mkdir -p .claude/skills/industrial/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/industrial/references/modbus_rtu.md "https://raw.githubusercontent.com/beriberikix/zephyr-agent-skills/main/skills/industrial/references/modbus_rtu.md" && mkdir -p .claude/skills/industrial/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/industrial/references/modbus_tcp.md "https://raw.githubusercontent.com/beriberikix/zephyr-agent-skills/main/skills/industrial/references/modbus_tcp.md" && mkdir -p .claude/skills/industrial/scripts && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/industrial/scripts/modbus_register_lint.py "https://raw.githubusercontent.com/beriberikix/zephyr-agent-skills/main/skills/industrial/scripts/modbus_register_lint.py" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/industrial/skill-meta.yaml "https://raw.githubusercontent.com/beriberikix/zephyr-agent-skills/main/skills/industrial/skill-meta.yaml"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Industrial communication protocols for Zephyr RTOS. Covers Modbus RTU (serial), Modbus TCP (Ethernet/Wi-Fi), and CANopen basics. Trigger when building factory automation controllers, industrial sensors, or medical equipment interfaces.

Automation Tools

• modbus_register_lint.py: Validate register map CSV files for duplicate addresses and overlaps.

Examples & Templates

• modbus_register_map_template.csv: Starter register allocation sheet for Modbus projects.

Zephyr Industrial Protocols

Build robust, industry-standard communication systems using Zephyr's modular industrial protocol stacks.

1. Modbus RTU (Serial)

Implement serial-based industrial communication for meters, PLCs, and sensors. • Reference: modbus_rtu.md • Key Tools: CONFIG_MODBUS, RS-485 DE/RE handling, Register Mapping.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 3mo ago
Stale
AdoptionUnder 100 stars
59 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars59
Forks13
Issues1
Updated3mo ago
View on GitHub
Apache-2.0 License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code