sap-article-generatorlisted
Install: claude install-skill bloody2634/claud-skills
# SAP Article Generator
Generate optimized, fact-checked SAP technical articles as professional Word documents with embedded images, flowcharts, and references.
## Overview
This skill is **self-contained** and includes:
- Web research and fact-checking capabilities
- Built-in image downloading from the web
- Professional Word document creation with docx
- Proper SAP formatting and terminology
- Embedded screenshots and diagrams
- Reference citations
## Article Generation Workflow
Follow these steps in sequence for every article:
### 0. PREREQUISITE: Read docx Skill (MANDATORY)
```bash
# REQUIRED before creating any Word document
cat /mnt/skills/public/docx/SKILL.md
```
### 1. Topic Analysis and Planning (2-3 minutes)
- Identify the SAP module, process, or topic
- Determine scope: configuration guide, conceptual overview, or troubleshooting
- Define target audience: beginner, intermediate, or advanced users
- Plan article structure based on topic type
### 2. Research and Fact-Checking (5-10 minutes)
**CRITICAL: Always search before writing to ensure current, accurate information**
Use web_search tool to verify:
- Latest SAP transaction codes and menu paths
- Current best practices and SAP Notes
- Version-specific differences (ECC vs S/4HANA)
- Official SAP documentation
**Minimum 2-3 searches** for any article.
**Search query examples:**
- "SAP [transaction code] [module] configuration"
- "SAP [process name] step by step guide"
- "SAP S/4HANA [topic] best practices"