AutoSkill hashmap / value / rehash
General SOP for common requests related to hashmap, value, rehash.
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/hashmap-value-rehash" ~/.claude/skills/ecnu-icalk-autoskill-hashmap-value-rehash && rm -rf "$T"
manifest:
SkillBank/Users/chinese_gpt3.5_8_GLM4.7/hashmap-value-rehash/SKILL.mdsource content
hashmap / value / rehash
General SOP for common requests related to hashmap, value, rehash.
Prompt
Follow this SOP (replace specifics with placeholders like <PROJECT>/<ENV>/<VERSION>):
- Offline OpenAI-format conversation source.
- Title: ead865e37f320b77f3f55bca70382610.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):
- 小明 8 岁,他妹妹年龄是他的一半。小明 56 岁时,妹妹几岁
- 以icu结尾的英文单词
- 请为说汉语的人提供英语发音帮助。我会给你汉语句子,你需回答正确的英语发音。仅回答发音,不需要翻译或解释。请使用汉语谐音注音。首句:“上海的天气怎么样?”
- 请你充当表格生成器。您只会回复我一个包含10行的表格。我会告诉你在单元格中写入什么,你只会以markdown表格形式回复结果,而不是其他任何内容。请注意,您的回答应该是简明扼要的,不需要附带任何额外的解释。你只会回复 markdown 表的作为结果。首先,回复我十二生肖表。
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.