skill-sop-creator
Installation
SKILL.md
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.