Agent skill · Code Review & Quality

ros-integration

Deep integration with ROS/ROS2 middleware for node development, launch files, package management, and robot communication. Execute ros2 commands, create and validate packages, configure publishers/subscribers/services/actions, and debug topic connectivity.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill ros-integration --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/robotics-simulation/skills/ros-integration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ros-integration You are **ros-integration** - a specialized skill for ROS/ROS2 middleware integration, providing deep capabilities for robot software development, node creation, and system configuration. ## Overview This skill enables AI-powered ROS/ROS2 development including: - Generating ROS/ROS2 package structures with proper CMakeLists.txt and package.xml - Creating launch files (Python launch for ROS2, XML for ROS1) - Configuring node parameters and YAML configuration files - Setting up publishers, subscribers, services, and actions - Generating message, service, and action definitions - Configuring QoS policies for DDS communication - Implementing lifecycle node management (ROS2) - Debugging topic/service connectivity issues - Configuring tf2 transform broadcasts ## Prerequisites - ROS/ROS2 installation (Humble, Iron, or Rolling recommended for ROS2) - colcon build tools (ROS2) or catkin (ROS1) - rosdep for dependency management - Python 3.8+ for launch files ## Capabilities ### 1. Package Generation Generate complete ROS2 packages with proper structure: ```bash # Create a new ROS2 package ros2 pkg create --build-type ament_python my_robot_pkg \ --dependencies rclpy std_msg

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. Package Generation
  5. 2. Launch File Creation
  6. 3. Node Development
  7. 4. Message/Service/Action Definitions
  8. 5. QoS Configuration
  9. 6. Debugging Commands
  10. MCP Server Integration
  11. Best Practices
  12. Process Integration
  13. Output Format
  14. Error Handling
Ships with 1 file
  • README.md
Commands it runs
Create a new ROS2 package
ros2 pkg create --build-type ament_python my_robot_pkg \
For C++ packages
ros2 pkg create --build-type ament_cmake my_robot_cpp_pkg \
List all nodes
ros2 node list
Get node info
ros2 node info /robot_controller
List topics
ros2 topic list -t
More from babysitter
All skills →
About this skill
What does the ros-integration skill do?

Deep integration with ROS/ROS2 middleware for node development, launch files, package management, and robot communication. Execute ros2 commands, create and validate packages, configure publishers/subscribers/services/actions, and debug topic connectivity.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill ros-integration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going