Loading...
Loading...
Guide for creating Standard Operating Procedures and SOPs and composite workflows by combining atomic Agent Skills. Use when users want to design, structure, or implement multi-step workflows that orchestrate multiple skills for complex business goals. Transforms loose tool collections into reliable, repeatable business processes.
npx skill4agent add partme-ai/full-stack-skills skill-sop-creator| Name | Type | Required | Description |
|---|---|---|---|
| action | string | true | The action to perform. One of |
| context | string | false | Context for the action (e.g. business goal for drafting, search query for searching). |
skill-sop-creator(action="search_skills", context="pdf processing")pdf-splitpdf-mergeocr-extractSKILL.mdskill-sop-creator(action="draft_sop", context="Daily Competitor Analysis Report")skill-sop-creator(action="validate_sop", context="<sop_content>")pencil-draw-rectdraw-entire-ui# 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