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.mdsource 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.0
- 编制:李小海
- 时间:2014年04月02日
- 本程序为电机控制相关程序
- 修改记录
- 2014.04.02 建立文件
- include "global_variable.h
- include "hardware_config.h
- include "function_config.h
- 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.