AutoSkill motorcontrol / temp / motor

General SOP for common requests related to motorcontrol, temp, motor.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/motorcontrol-temp-motor" ~/.claude/skills/ecnu-icalk-autoskill-motorcontrol-temp-motor && rm -rf "$T"
manifest: SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/motorcontrol-temp-motor/SKILL.md
source content

motorcontrol / temp / motor

General SOP for common requests related to motorcontrol, temp, motor.

Prompt

Follow this SOP (replace specifics with placeholders like <PROJECT>/<ENV>/<VERSION>):

  1. 1.0
  2. 编制:李小海
  3. 时间:2014年04月02日
  4. 本程序为电机控制相关程序
  5. 修改记录
  6. 2014.04.02 建立文件
  7. include "global_variable.h
  8. include "hardware_config.h
  9. include "function_config.h
  10. include "sin256.h

For each step, include: action, checks, and failure rollback/fallback plan. Output format: for each step number, provide status/result and what to do next.

Triggers

  • Use when the user asks for a process or checklist.
  • Use when you want to reuse a previously mentioned method/SOP.

Examples

Example 1

Input:

Break this into best-practice, executable steps.