Agent skill
safety-checklist
Robotics safety validation checklist for reviewing robot code and configurations. Use when reviewing URDF files, ROS 2 nodes, or any robotics content for safety issues.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/safety-checklist
SKILL.md
Safety Checklist
Instructions
When reviewing robotics content for safety:
- Check against the safety checklist
- Flag any missing safety measures
- Verify all limits are defined
- Ensure warnings are present for dangerous operations
Quick Safety Check
Before publishing any robotics content, verify:
- All joint limits are defined
- Emergency stop considerations mentioned
- Simulation-only content is marked
- No dangerous default values
- Proper units are used (SI units)
Safety Categories
Hardware Safety
- Joint limits and torque limits
- Collision avoidance
- Emergency stop handling
Software Safety
- Error handling in nodes
- Watchdog timers
- State validation
Educational Safety
- Clear warnings for real hardware
- Simulation vs real robot distinctions
- Supervised operation requirements
Reference
See checklist.md for the complete safety checklist.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?