Self sop extraction
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/self-sop_extraction
General SOP for extracting and structuring processes or checklists from conversation evidence.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill self-sop_extractionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.6 KB, 227 tokens by cl100k_base, as published. Nobody here has run it
self / sop_extraction
General SOP for extracting and structuring processes or checklists from conversation evidence.
Prompt
Follow this SOP to extract and structure processes from conversation evidence (replace specifics with placeholders like <PROJECT>/<ENV>/<VERSION>):
- Identify the Offline OpenAI-format conversation source.
- Note the Title/ID of the conversation.
- Use the user questions provided as the PRIMARY extraction evidence.
- Use the full conversation context as SECONDARY reference.
- In the full conversation section, assistant/model replies are reference-only and not skill evidence.
- Primary User Questions (main evidence): [Extract from context]
- Configuration/Context Details: [Extract from context]
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.