robotics-engineer

Review robotics systems using ROS2, ISO safety standards, and motion planning algorithms.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/linardsb/fredis --skill robotics-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: robotics-engineer
Source: https://github.com/linardsb/fredis/tree/main/.claude/skills/robotics-engineer
Command: npx skills add https://github.com/linardsb/fredis --skill robotics-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides engineering reviews and guidance for designing and reviewing robotics systems, ensuring adherence to ROS2 architecture, ISO safety standards, and motion planning algorithms.

Core Features & Use Cases

  • Design and Review Robotics Systems: Grounded in ROS2 architecture and ISO safety standards.
  • Motion Planning Algorithms: Selects the optimal motion-planning algorithm (RRT*, MPC, PRM, A*/D*) based on the problem context.
  • Safety Classification: Determines the appropriate ISO safety regime for various robot types and settings.
  • Output Drafts: Writes reviews in a concise, actionable format without direct sending to any external channels.

Quick Start

Use the robotics-engineer skill to get a review on designing a new industrial robot with ROS2.

Frequently Asked Questions about robotics-engineer

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

FAQPage Schema
How do I design a robotics system architecture that complies with ROS2 and ISO safety standards?

Design a ROS2-compliant robotics system by mapping node communication patterns and determining the appropriate ISO safety regime for your robot type and operational setting to ensure safe operation.

How do I choose the right motion planning algorithm for my robotics application?

Select a motion planning algorithm by evaluating problem context to choose optimally between RRT*, MPC, PRM, and A*/D* based on dynamic constraints and environment complexity.

What ISO safety classification should I apply to my industrial robot?

Determine the ISO safety classification by analyzing the robot type and operational setting, matching the industrial environment to the appropriate safety regime for compliant design.

Can I use ROS2 architecture for engineering reviews of complex motion planning systems?

Yes, you can use ROS2 architecture as the foundation for engineering reviews, evaluating motion planning algorithms and safety guidelines to produce concise, actionable design drafts.

What are the limitations of using RRT* versus MPC for robot motion planning?

RRT* handles high-dimensional path planning in complex environments, while MPC optimizes dynamic trajectory tracking, meaning algorithm selection depends on whether spatial feasibility or dynamic control is the priority.