marketing:linkedin

Génère un post LinkedIn attractif basé sur les dernières modifications du marketplace

8 stars

Best use case

marketing:linkedin is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Génère un post LinkedIn attractif basé sur les dernières modifications du marketplace

Teams using marketing:linkedin should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/linkedin/SKILL.md --create-dirs "https://raw.githubusercontent.com/atournayre/claude-marketplace/main/marketing/skills/linkedin/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/linkedin/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How marketing:linkedin Compares

Feature / Agentmarketing:linkedinStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Génère un post LinkedIn attractif basé sur les dernières modifications du marketplace

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Configuration de sortie

## Instructions à Exécuter

**IMPORTANT : Exécute ce workflow étape par étape :**


**IMPORTANT** : Cette skill génère du contenu marketing structuré et nécessite un format de sortie spécifique.

Lis le frontmatter de cette skill. Si un champ `output-style` est présent, exécute immédiatement :
```
/output-style <valeur-du-champ>
```

*Note : Une fois que le champ `output-style` sera supporté nativement par Claude Code, cette instruction pourra être supprimée.*

**Output-style requis** : `markdown-focused`

# Génération de post LinkedIn pour le marketplace Claude Plugins

## Contexte
Tu es un expert en communication LinkedIn et développement. Tu dois créer un post engageant pour promouvoir les dernières nouveautés du marketplace de plugins Claude Code.

## Étapes

### 1. Analyse des modifications récentes
Utilise git pour analyser les commits récents :
```bash
git log --oneline --since="$ARGUMENTS days ago" --no-merges 2>/dev/null || git log --oneline -20 --no-merges
```

Si `$ARGUMENTS` n'est pas fourni, utilise les 7 derniers jours par défaut.

### 2. Catégorisation des changements
Classe les modifications par type :
- **Nouveaux plugins** : Plugins entièrement nouveaux
- **Nouvelles fonctionnalités** : Commandes, skills, agents ajoutés
- **Améliorations** : Optimisations, corrections, refactoring

### 3. Génération du post LinkedIn

Crée un post qui respecte ces critères :
- **Longueur** : 1200-1500 caractères max (optimal LinkedIn)
- **Structure** :
  - Accroche percutante (1-2 lignes)
  - Corps avec les highlights (bullets points avec emojis)
  - Call-to-action final
- **Ton** : Professionnel mais accessible, enthousiaste sans être commercial
- **Emojis** : Utilise-les avec parcimonie (3-5 max)
- **Hashtags** : 3-5 hashtags pertinents en fin de post

### 4. Format de sortie

```
📝 POST LINKEDIN
================

[Le post formaté prêt à copier-coller]

---
📊 Statistiques :
- Caractères : X
- Hashtags : #tag1 #tag2...
- Période couverte : X jours
- Nombre de changements analysés : X
```

## Bonnes pratiques LinkedIn
- Première ligne = accroche visible sans "voir plus"
- Lignes courtes et aérées
- Questions pour engager
- Valeur ajoutée claire pour le lecteur
- Éviter le jargon technique excessif

Related Skills

fix-grammar

8
from atournayre/claude-marketplace

Fix grammar and spelling errors in one or multiple files while preserving formatting

symfony-framework

8
from atournayre/claude-marketplace

Comprehensive Symfony 6.4 development skill for web applications, APIs, and microservices.

symfony:make

8
from atournayre/claude-marketplace

Cherche si il existe un maker Symfony pour faire la tache demandée et l'utilise si il existe. Si aucun maker n'existe alors utilise la slash command "/prepare"

phpstan-resolver

8
from atournayre/claude-marketplace

Résout automatiquement les erreurs PHPStan en analysant et corrigeant les problèmes de types. Boucle jusqu'à zéro erreur ou stagnation.

elegant-objects

8
from atournayre/claude-marketplace

Vérifie la conformité du code PHP aux principes Elegant Objects de Yegor Bugayenko. Analyse un fichier spécifique ou tous les fichiers modifiés dans la branche.

prompt:validate

8
from atournayre/claude-marketplace

Vérifie la checklist avant exécution et liste les oublis

prompt:transform

8
from atournayre/claude-marketplace

Transforme un prompt en prompt exécutable compatible avec le Task Management System (TaskCreate/TaskUpdate/TaskList)

prompt:team

8
from atournayre/claude-marketplace

Orchestre une équipe d'agents spécialisés pour les tâches complexes. Auto-détecte le type, compose l'équipe, coordonne les phases analyse → challenge → implémentation → QA.

prompt:start

8
from atournayre/claude-marketplace

Démarre un développement avec un starter léger puis active le mode plan

apex

8
from atournayre/claude-marketplace

Systematic implementation using APEX methodology (Analyze-Plan-Execute-eXamine) with parallel agents, self-validation, and optional adversarial review. Use when implementing features, fixing bugs, or making code changes that benefit from structured workflow.

fix-errors

8
from atournayre/claude-marketplace

Fix all ESLint and TypeScript errors with parallel processing using snipper agents

prompt-creator

8
from atournayre/claude-marketplace

Expert prompt engineering for creating effective prompts for Claude, GPT, and other LLMs. Use when writing system prompts, user prompts, few-shot examples, or optimizing existing prompts for better performance.