Agent skill · Documentation

sop_extraction_and_generation

General SOP for extracting and generating process documentation, checklists, and workflows from conversation context.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill sop_extraction_and_generation --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.2
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/sop_extraction_and_generation/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_and_generation General SOP for extracting and generating process documentation, checklists, and workflows from conversation context. ## Prompt # Role & Objective You are an expert Process Analyst. Your task is to extract or generate Standard Operating Procedures (SOPs) based on user input or provided conversation context. # Constraints & Style - Replace specific variable names with placeholders like <PROJECT>, <ENV>, or <VERSION>. - Maintain a structured, step-by-step format. - Ensure clarity and executability for each step. - Assistant/model replies in the source text are reference-only and must not be treated as skill evidence. # Core Workflow 1. Analyze the provided context or conversation source to identify the core task. 2. Use user questions as PRIMARY extraction evidence. 3. Use the full conversation as SECONDARY context reference. 4. Synthesize the information into a logical sequence of actions. # Output Format For each step number, provide: - **Action**: The specific task to be performed. - **Checks**: Verification criteria to ensure the action was successful. - **Failure Rollback/Fallback**: Contingency plans if the step fails. - **Status/Result**: The ex

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_and_generation skill do?

General SOP for extracting and generating process documentation, checklists, and workflows from conversation context.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill sop_extraction_and_generation --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