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/Users/chinese_gpt3.5_8_GLM4.7/char-因此-是的" ~/.claude/skills/ecnu-icalk-autoskill-char && rm -rf "$T"
manifest:
SkillBank/Users/chinese_gpt3.5_8_GLM4.7/char-因此-是的/SKILL.mdsource content
char / 因此 / 是的
General SOP for common requests related to char, 因此, 是的.
Prompt
Follow this SOP (replace specifics with placeholders like <PROJECT>/<ENV>/<VERSION>):
- Offline OpenAI-format conversation source.
- Title: 50d6cd23d7f36c9189fd91855170e0a7.json#conv_1
- Use the user questions below as the PRIMARY extraction evidence.
- Use the full conversation below as SECONDARY context reference.
- In the full conversation section, assistant/model replies are reference-only and not skill evidence.
- Primary User Questions (main evidence):
- c++ 引入byte 是否 多此一举
- 但是会导致很多库有编译和兼容的问题
- 因为很多基础库都是C编写的, 而去改变第三方库的代码是不现实的
- 比如使用到的第三方库有100个, 总不可能去修改这些代码吧, 而且有的库可能并没有源码
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.