skill-sop-creator
skill-sop-creator
Guide for creating Standard Operating Procedures (SOPs) and composite workflows by combining atomic Agent Skills. Use this skill when users want to design, structure, or implement multi-step workflows (SOPs) that orchestrate multiple skills to achieve complex business goals. This skill transforms loose collections of tools into reliable, repeatable business processes.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| action | string | true | The action to perform. One of search_skills, draft_sop, validate_sop. |
| context | string | false | Context for the action (e.g. business goal for drafting, search query for searching). |
Actions
1. Search Atomic Skills
Finds available atomic skills to include in your SOP.
- Command:
skill-sop-creator(action="search_skills", context="pdf processing") - Output: List of relevant atomic skills (e.g.,
pdf-split,pdf-merge,ocr-extract) that can be steps in your SOP.
2. Draft SOP Structure
Generates a draft SKILL.md for a composite skill (SOP) based on a business goal.
- Command:
skill-sop-creator(action="draft_sop", context="Daily Competitor Analysis Report") - Output: A structured markdown template defining the workflow steps, required atomic skills, and decision logic.
3. Validate SOP
Checks if a proposed SOP structure is valid and if referenced skills exist.
- Command:
skill-sop-creator(action="validate_sop", context="<sop_content>") - Behavior: Verifies that steps are logical and dependencies are met.
SOP Design Principles
- Atomic Foundation: SOPs should rely on small, single-purpose skills (e.g.,
pencil-draw-rectnotdraw-entire-ui). - Deterministic Flow: Define clear steps: Step 1 -> Step 2 -> Decision -> Step 3.
- Human-in-the-loop: Include checkpoints where the Agent should ask for user confirmation.
Example SOP Structure
# Daily Competitor Analysis SOP
## 1. Information Gathering
- **Skill**: `web-search`
- **Action**: Search for "competitor name" + "news"
- **Output**: List of URLs
## 2. Content Extraction
- **Skill**: `web-scraper`
- **Input**: URLs from Step 1
- **Output**: Raw text
## 3. Analysis
- **Skill**: `llm-summarize`
- **Input**: Raw text
- **Prompt**: "Identify key pricing changes and feature launches."
## 4. Reporting
- **Skill**: `pdf-generator`
- **Input**: Summary
- **Output**: PDF Report
Notes
- An SOP is essentially a "Composite Skill" that acts as a conductor for other "Atomic Skills".
- This skill helps you design that conductor.
More from partme-ai/full-stack-skills
vite
Guidance for Vite using the official Guide, Config Reference, and Plugins pages. Use when the user needs Vite setup, configuration, or plugin selection details.
68element-plus-vue3
Provides comprehensive guidance for Element Plus Vue 3 component library including installation, components, themes, internationalization, and API reference. Use when the user asks about Element Plus for Vue 3, needs to build Vue 3 applications with Element Plus, or customize component styles.
63vue3
Guidance for Vue 3 using the official guide and API reference. Use when the user needs Vue 3 concepts, patterns, or API details to build components, apps, and tooling.
54electron
Build cross-platform desktop applications with Electron, covering main/renderer process architecture, IPC communication, BrowserWindow management, menus, tray icons, packaging, and security best practices. Use when the user asks about Electron, needs to create desktop applications, implement Electron features, or build cross-platform desktop apps.
51uniapp-project
Provides per-component and per-API examples with cross-platform compatibility details for uni-app, covering built-in components, uni-ui components, and APIs (network, storage, device, UI, navigation, media). Use when the user needs official uni-app components or APIs, wants per-component examples with doc links, or needs platform compatibility checks.
40ascii-cli-logo-banner
Entry point for ASCII CLI banners that routes to the Python built-in font skill or figlet.js/FIGfont skill. Use when the user wants a startup banner, ASCII logo, terminal welcome screen, or CLI branding for a service.
38