Main
Install only the domains you need (ROS2, bringup, testing, security) instead of a generic prompt; each skill has trigger descriptions.
Use the testing and bringup skills as a checklist: they cover launch testing, systemd bringup, and common production failure modes.
Treat security as first-class: the library includes robotics hardening topics like DDS encryption and segmentation (per README skill list).
Source-backed notes
- README lists multiple skills (ROS1, ROS2, testing, bringup, security, docker-ros2, web integration).
- README shows how to use in Claude Code: copy or symlink skill dirs into
.claude/skills/. - README states skills follow the Anthropic SKILL.md format with YAML frontmatter and actionable patterns.
FAQ
- Do I need to install all skills?: No — README shows copying only the skill directories you need into
.claude/skills/. - Can I symlink instead of copying?: Yes — README shows
ln -s ...as an option to avoid duplication. - What’s included?: README’s table lists ROS1/ROS2, design patterns, perception, testing, bringup, and security skills.