ros2-engineering-skills
Installation
SKILL.md
ROS 2 Engineering Skills
A progressive-disclosure skill for ROS 2 development — from first workspace to
production fleet deployment. Each section below gives you the essential decision
framework; detailed patterns, code templates, and anti-patterns live in the
references/ directory. Read the relevant reference file before writing code.
How to use this skill
- Identify what the user is building (see Decision Router below).
- Read the matching
references/*.mdfile for detailed guidance. - Apply the Core Engineering Principles in every piece of code you generate.
- When multiple domains intersect (e.g. Nav2 + ros2_control), read both files.