Skip to main content

Skills in this repository

TingxiaoDong/FeishuCLassmate - Page 2

SkillsMP has collected 49 skills from TingxiaoDong/FeishuCLassmate. Open a skill to review its source and details.

TingxiaoDong/FeishuCLassmate

Showing 9 of 49 collected skills.

occupation
Engineers, All Other
description

Use when a robot acknowledges a navigation command but does not move. Follow systematic diagnostics before assuming location name issues.

updated
occupation
Engineers, All Other
description

Use when sending navigation commands to a robot. Always verify the robot actually reached the destination by checking position or arrival status, not just command acknowledgment.

updated
occupation
Software Developers
description

When the conversation already contains the function name or parameters needed for the requested task, use them directly instead of searching for them.

updated
occupation
Software Developers
description

Use when executing Python or Node scripts. Always invoke scripts with the direct `python <file>.py` or `node <file>.js` pattern to avoid preflight validation failures.

updated
occupation
Software Developers
description

When instructed to write or append to a file, always verify the parent directory exists before attempting the write operation.

updated
occupation
Software Developers
description

Use after making code fixes to verify the change is complete and logically sound before running tests, preventing wasted test cycles on incomplete fixes.

updated
occupation
Chemical Engineers
description

Use after sending any movement command to a robot. Always verify that is_moving becomes true or poll for position change to confirm execution.

updated
Showing 9 of 49 collected skills.