linkedin-engagement
LinkedIn Content-Erstellung, Engagement und Monitoring für B2B/Manufacturing. Regionale Anpassung (US/EU/Asien), Artikel mit Teasern, Bildgenerierung via Gemini, Kommentar-Monitoring.
What this skill does
# LinkedIn Engagement Skill
## Konfiguration
**LinkedIn-Profil:** Lara Knuth (echtes Profil)
**Unternehmen:** fabrikIQ / Dresden AI Insights
**Fokus:** MES, OEE, Fertigungsdatenanalyse, KMU-Digitalisierung
**Ziel-Regionen:**
- **Primär:** DACH (DE/AT/CH), USA, Kanada
- **Sekundär:** UK, Nordics, Benelux
- **Tertiär:** Japan, Südkorea, Südostasien
**Fokus-Hashtags:**
- DE: #Fertigung #Industrie40 #OEE #MES #Digitalisierung #KMU #Qualitaetssicherung
- EN: #Manufacturing #Industry40 #SmartFactory #MES #OEE #DigitalTransformation #LeanManufacturing
---
## Slash-Commands
### /linkedin-post [region]
**Zweck:** Generiert regionsspezifischen LinkedIn-Post
**Parameter:**
- `region`: us | eu | asia (default: eu)
- `type`: text | article-teaser | poll (default: text)
- `image`: true | false (default: false)
**Workflow:**
1. Erfasse Thema/Kernaussage
2. Wähle Template basierend auf Region
3. Generiere Post mit Anti-AI-Detection
4. Optional: Generiere Bild via Gemini
5. Füge optimierte Hashtags hinzu
6. Zeige Vorschau zur Freigabe
**Ausgabeformat:**
```
## LinkedIn Post [Region: EU]
### Post-Text:
[Generierter Text]
### Hashtags (5):
#Hashtag1 #Hashtag2 ...
### Bild-Prompt (falls angefordert):
[Gemini-Prompt für Bildgenerierung]
### Beste Posting-Zeit:
[Region-spezifische Empfehlung]
### Checkliste:
- [ ] Kein AI-Slop?
- [ ] Erste 2 Zeilen = Hook?
- [ ] CTA vorhanden?
```
---
### /linkedin-article [region]
**Zweck:** Erstellt LinkedIn-Artikel MIT Teaser-Post
**Workflow:**
1. Erfasse Artikel-Thema und Kernpunkte
2. Generiere Artikel-Struktur (800-1500 Wörter)
3. Erstelle separaten Teaser-Post (max 300 Zeichen vor "...mehr")
4. Generiere Header-Bild via Gemini
5. Optimiere SEO (Titel, Beschreibung)
**Ausgabeformat:**
```
## LinkedIn Artikel: [Titel]
### Teaser-Post (für Feed):
[Hook-Text, max 300 Zeichen]
[Link zum Artikel]
#Hashtags
---
### Artikel-Inhalt:
**Titel:** [SEO-optimiert]
**Intro:** [Hook, 2-3 Sätze]
**Hauptteil:**
[Strukturierter Content mit Zwischenüberschriften]
**Fazit:** [Call-to-Action]
---
### Header-Bild Prompt:
[Gemini-Prompt für 1200x627 Header]
### SEO-Daten:
- Titel: [max 60 Zeichen]
- Beschreibung: [max 160 Zeichen]
- Keywords: [...]
```
---
### /linkedin-comment [url]
**Zweck:** Generiert Value-First Kommentar für fremden Post
**Workflow:**
1. Lade Post-Inhalt (via URL oder Beschreibung)
2. Analysiere Autor-Region (Name, Sprache, Unternehmen)
3. Generiere Kommentar angepasst an Region
4. Prüfe Anti-AI-Detection
**Regeln:**
- Erst Mehrwert, dann (optional) eigene Erfahrung
- Keine direkte Werbung
- Authentische Reaktion auf Inhalt
- Frage stellen fördert Engagement
**Ausgabeformat:**
```
## Kommentar für: [Post-Titel/Autor]
**Autor-Region:** [geschätzt: US/EU/Asia]
**Ton-Empfehlung:** [Direct/Sachlich/Respektvoll]
### Vorgeschlagener Kommentar:
[Text, 50-150 Wörter]
### Alternative (kürzer):
[Text, 20-50 Wörter]
```
---
### /linkedin-scan
**Zweck:** Scannt relevante Hashtags/Influencer nach Engagement-Opportunities
**Workflow:**
1. Durchsuche Hashtags: #Manufacturing, #MES, #OEE, #Industrie40
2. Identifiziere Posts mit hohem Engagement-Potenzial
3. Priorisiere nach: Relevanz, Autor-Reichweite, Aktualität
4. Zeige Top 10 mit Kommentar-Empfehlung
**Ausgabeformat:**
```
## LinkedIn Scan: [Datum]
### Engagement-Opportunities (Top 10)
1. **[Autor]** - [Titel/Hook]
Reichweite: [geschätzt] | Engagement: [Likes/Comments]
Region: [US/EU/Asia]
→ Kommentar-Empfehlung: [Kurz-Idee]
2. ...
### Trending Topics diese Woche:
- [Topic 1]: [Warum relevant]
- [Topic 2]: ...
```
---
### /linkedin-monitor
**Zweck:** Überwacht eigene Posts auf neue Kommentare, schlägt Antworten vor
**Workflow:**
1. Lade Liste eigener geposteter Inhalte (aus tracking.md)
2. Prüfe jeden Post auf neue Kommentare
3. Analysiere Kommentar-Inhalt und Autor
4. Generiere Antwort-Vorschläge
**Ausgabeformat:**
```
## LinkedIn Monitor: [Datum]
### Neue Kommentare (seit letztem Check)
**Post:** [Post-Titel/Hook]
**Gepostet:** [Datum]
**Aktuelle Stats:** ♥ [Likes] | 💬 [Comments] | 🔄 [Shares]
#### Neuer Kommentar von [Name] ([Position]):
> "[Kommentar-Text]"
**Autor-Analyse:**
- Region: [US/EU/Asia]
- Relevanz: [Potentieller Lead/Peer/Troll]
- Ton: [Positiv/Neutral/Kritisch]
**Antwort-Vorschlag:**
[Generierte Antwort, regional angepasst]
**Alternative (kürzer):**
[Kürzere Version]
---
### Antwort-Priorität:
1. 🔴 DRINGEND: [Kritische Fragen, potentielle Leads]
2. 🟡 WICHTIG: [Fachliche Diskussionen]
3. 🟢 OPTIONAL: [Einfache Zustimmungen]
```
---
### /linkedin-image [prompt]
**Zweck:** Generiert LinkedIn-optimiertes Bild via Gemini
**Integration mit gemini-image-gen Skill:**
```python
# Verwendet GEMINI_API_KEY aus .env.local
from google import genai
from google.genai import types
from dotenv import load_dotenv
load_dotenv('.env.local')
client = genai.Client(api_key=os.environ.get("GEMINI_API_KEY"))
# Modelle (funktionieren in DE!):
# - gemini-2.5-flash-image: Schnell, gut für einfache Grafiken
# - gemini-3-pro-image-preview: Höhere Qualität, komplexere Szenen (EMPFOHLEN)
# - imagen-4.0-generate-001: Fotorealistische Bilder
response = client.models.generate_content(
model='gemini-3-pro-image-preview', # FUNKTIONIERT IN DEUTSCHLAND
contents=[prompt],
config=types.GenerateContentConfig(
response_modalities=['IMAGE']
)
)
```
**LinkedIn Bild-Formate:**
| Typ | Größe | Verwendung |
|-----|-------|------------|
| Post-Bild | 1200x1200 | Quadratisch, Feed-optimiert |
| Artikel-Header | 1200x627 | 1.91:1 Ratio |
| Carousel-Slide | 1080x1080 | PDF-Upload |
**Optimierte Prompts für Manufacturing:**
```
"Clean, professional infographic showing [TOPIC].
Modern flat design, blue and white color scheme,
minimal text, manufacturing/industrial context.
LinkedIn business style, 1200x1200px"
```
**Ausgabeformat:**
```
## LinkedIn Bild generiert
**Prompt verwendet:**
[Optimierter Prompt]
**Modell:** gemini-2.5-flash-image
**Format:** 1200x1200 (Post) / 1200x627 (Article)
**Datei:** [Pfad zur generierten Datei]
**Verwendung:**
- [ ] Als Post-Bild hochladen
- [ ] Als Artikel-Header
- [ ] Für Carousel (weitere Slides nötig?)
```
---
### /linkedin-analytics
**Zweck:** Zeigt Performance-Übersicht der geposteten Inhalte
**Metriken:**
- Impressions
- Engagement Rate (Likes + Comments + Shares / Impressions)
- Click-Through Rate (für Artikel)
- Follower-Wachstum
**Ausgabeformat:**
```
## LinkedIn Analytics: [Zeitraum]
### Top Performer
| Post | Datum | 👁 Impressions | ♥ Likes | 💬 Comments | ER% |
|------|-------|---------------|---------|-------------|-----|
| [Titel] | [Datum] | [X] | [Y] | [Z] | [%] |
### Insights:
- Beste Posting-Zeit: [Tag/Uhrzeit]
- Beste Content-Art: [Text/Artikel/Poll]
- Beste Hashtags: [Top 3]
### Empfehlungen:
- [Konkrete Handlungsempfehlung basierend auf Daten]
```
---
## Regionale Templates
### US/Kanada Template
**Stil:** Direct, Story-driven, Personal Brand
**Sprache:** Englisch
**Hashtags:** 3-5, am Ende
**Struktur:**
```
[Hook - kontrovers oder überraschend, 1 Zeile]
[Leerzeile - wichtig für Mobile!]
[Personal Story mit konkreten Zahlen, 2-3 Sätze]
[Insight/Lesson, Bullet Points OK aber nicht genau 3]
[Vulnerable Admission - was ging schief]
[Soft CTA - Frage an Community]
#Manufacturing #MES #OEE #DigitalTransformation
```
**Verboten:**
- "I'm thrilled to announce"
- "Excited to share"
- "I'm humbled"
- Mehr als 5 Emojis
**Funktioniert:**
- Konkrete Zahlen: "Reduced downtime by 23%"
- Hot Takes: "Unpopular opinion: MES is overkill for most SMBs"
- Lessons learned mit Vulnerabilität
- "Here's what I learned after..."
---
### EU/DACH Template
**Stil:** Sachlich, Fakten-basiert, Understatement
**Sprache:** Deutsch oder Englisch (je nach Zielgruppe)
**Hashtags:** 3-5, DE-Varianten
**Struktur:**
```
[Sachliche Eröffnung - Thema klar benennen]
[Kontext mit Daten/Zahlen aus echten Projekten]
[Pragmatischer Insight - was funktioniert, was nicht]
[Optional: NRelated in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.