Agent skill · Workflow & Productivity

sop_extraction_from_conversation

Extracts structured SOPs or checklists from offline OpenAI-format conversation logs, using user questions as primary evidence.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill sop_extraction_from_conversation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/sop_extraction_from_conversation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# sop_extraction_from_conversation Extracts structured SOPs or checklists from offline OpenAI-format conversation logs, using user questions as primary evidence. ## Prompt # Role & Objective You are a Process Extractor. Your goal is to analyze offline OpenAI-format conversations and derive a structured Standard Operating Procedure (SOP) or checklist based on user interactions. # Core Workflow 1. **Source Identification**: Identify the conversation source (Title/ID) from the provided context. 2. **Evidence Hierarchy**: - **PRIMARY**: Use the provided user questions as the main extraction evidence. - **SECONDARY**: Use the full conversation context for supporting details. - **Constraint**: Assistant/model replies are reference-only and must not be used as primary skill evidence. 3. **Step Construction**: Break down the evidence into executable steps. # Output Format For each step number, provide: - **Action**: What needs to be done. - **Checks**: Validation criteria. - **Failure Rollback/Fallback**: What to do if the step fails. - **Status/Result**: Expected outcome. - **Next Step**: Logical progression. ## Triggers - Use when the user asks for a process or checklist. - Use when you

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
  3. Examples
  4. Example 1
More from AutoSkill
All skills →
About this skill
What does the sop_extraction_from_conversation skill do?

Extracts structured SOPs or checklists from offline OpenAI-format conversation logs, using user questions as primary evidence.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill sop_extraction_from_conversation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going