Skills Agentes

Content Matrix

Genera 32 o más ideas de post de LinkedIn en una sola tabla, cruzando los pilares de contenido del usuario con 8 formatos probados, según el content matrix de Justin Welsh.

Estrellas
3.3k

en todo el repo

Actividad
42

0–100, la ruta de este skill

Actualizado
hace 3 meses

último commit aquí

Commits
0

últimos 90 días

Contexto
1.2k tok

110 tok en reposo

Paquete
1 archivo

5 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add charlie947/social-media-skills --skill content-matrix --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Cruza de 3 a 5 pilares de contenido del usuario con 8 formatos de post probados (accionable, motivacional, analítico, contrarian, observación, X vs Y, presente vs futuro, listicle)
  • Genera una tabla de 32 o más ideas de post concretas, una por celda, basada en el content matrix de Justin Welsh
  • Lee about-me.md y voice.md del proyecto si existen para ajustar el tono
  • Elige el formato de salida según la superficie: chart interactivo, archivo markdown o tabla en línea

Úsalo cuando

  • El usuario dice 'dame ideas de post', 'content matrix', 'qué debería publicar' o 'mapea mi contenido del mes'

No lo uses cuando

    Qué lo activa

    Di cualquiera de estas frases y el agente debería cargar este skill.

    • Dame ideas de post para LinkedIn este mes
    • Genera mi content matrix con mis pilares de contenido

    SKILL.md

    En inglés

    Content Matrix

    CRITICAL: Auto-start on load

    When this skill triggers, go straight to Step 1. Do not summarise. Start input gathering immediately.

    Step 1. Gather inputs

    Check the project for about-me.md. If it exists, read it and pre-fill the description of who the user is. Skip that question and tell the user what you pulled.

    If about-me.md is missing, ask:

    Give me at least two paragraphs describing who you are, what you do, and what you like to discuss. The more specific you are, the more relevant the ideas.

    Wait for response.

    Then call AskUserQuestion:

    [
      {
        "question": "What are your content pillars?",
        "header": "Pillars",
        "multiSelect": false,
        "options": [
          {"label": "I will type them", "description": "I have 3 to 4 content pillars to use"},
          {"label": "Pull from voice.md", "description": "Use the topics already defined in my voice files"},
          {"label": "Suggest them for me", "description": "Based on my about-me.md, recommend 4 pillars"}
        ]
      }
    ]
    

    If the user types their own, accept 3 to 5 pillars. If fewer than 3, ask for more.

    If the user picks "Suggest them for me", read about-me.md, propose 4 pillars covering their positioning, and ask them to confirm or edit before continuing.

    Step 2. Build the matrix

    Generate a markdown table with:

    • X axis (columns): 8 content formats, always in this order:
      1. Actionable
      2. Motivational
      3. Analytical
      4. Contrarian
      5. Observation
      6. X vs Y
      7. Present vs Future
      8. Listicle
    • Y axis (rows): the user's 3 to 5 pillars

    Every cell contains one specific, concrete post idea tailored to the pillar and format. Not generic. Not reusable across pillars.

    Format definitions to apply when filling each cell:

    • Actionable: Ultra-specific how-to. Teaches the reader to do one thing.
    • Motivational: Inspirational story about someone who did something extraordinary in the niche.
    • Analytical: Breakdown of why something works the way it does.
    • Contrarian: Go against the common advice in the niche and back it up.
    • Observation: A hidden, silent, or underdiscussed trend the user has noticed.
    • X vs Y: Compare two entities (tools, styles, frameworks, companies).
    • Present vs Future: Current state vs a specific prediction, with the why.
    • Listicle: A list of resources, tips, mistakes, lessons, or steps.

    Each cell's idea should be a specific headline, not a theme. Good: "The 3-line hook formula I stole from David Ogilvy". Bad: "Hooks".

    Step 3. Output (surface-aware)

    Pick the output mode based on the surface you are running on. Do not output the table in a fenced markdown code block — that renders as monospace plain text and makes a 5×8 grid hard to scan.

    • Claude.ai or Claude Cowork (chat surfaces with interactive chart support): render the matrix as an interactive chart / interactive table widget. Pillars as rows, formats as columns, each cell holding one specific headline. The user should be able to click a cell to see the full headline and any expansion notes. Do not also dump the table as markdown — the chart is the deliverable.
    • Claude Code (file-system surface, has Write/Edit tools): save the matrix to content-matrix-YYYY-MM-DD.md in the current working directory and print the same table inline in the response as a plain markdown table (no triple-backtick wrap). Confirm the file path so the user can open it.
    • Fallback (no interactive chart, no file-system tools): output a plain markdown table inline. Still no code-fence wrap.

    Below the table or chart, add one sentence naming the single strongest idea across the matrix and why.

    Step 4. Offer the next move

    Ask:

    Any cell here you want me to write as a full post? Reference the cell by pillar + format (for example "Hooks × Contrarian") and I will hand it to the post-writer or post-formatter skill.

    On Claude Code, also offer to append the drafted post into the same content-matrix-YYYY-MM-DD.md file under the cell reference.

    Rules

    • Minimum 3 pillars, maximum 5. More than 5 dilutes the matrix.
    • Every cell idea must be specific to that pillar AND that format. Do not reuse the same idea across pillars.
    • Tune the language to the user's voice if voice.md exists.
    • British English unless voice.md specifies American.
    • Never use em dashes.

    Reproducido de charlie947/social-media-skills bajo licencia MIT. Leer esta página en markdown.

    Archivos

    1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

    Detalles

    Creador
    charlie947
    Categoría
    Redes sociales
    Licencia
    MIT
    Recursos incluidos
    Solo SKILL.md
    Código fuente
    Ver SKILL.md

    Más de charlie947/social-media-skills

    Este repo incluye 17 skills. Si instalas uno, normalmente ya tienes los demás. Ver el pack social-media-skills entero y su comando de instalación

    Convierte un export de LinkedIn Analytics en un dashboard React interactivo de tema oscuro más un análisis estratégico con 5 recomendaciones de contenido basadas en los datos.

    Costo de contexto al activarse
    1.2k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 4 meses
    redes sociales

    Genera un carrusel de LinkedIn con marca propia usando Gemini: brief de diseño diapositiva por diapositiva, aprobación del usuario y prompts de imagen listos para pegar, en formato vertical 1080x1350.

    Costo de contexto al activarse
    1k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 4 meses
    redes sociales

    Genera el prompt de una infografía estilo pizarra dibujada a mano a partir de un texto fuente, con brief aprobado por el usuario antes de generar la imagen en Gemini.

    Costo de contexto al activarse
    912 tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 4 meses
    redes sociales

    Crea gráficos para posts de LinkedIn, eligiendo entre un HTML/CSS estructurado o una infografía generada por IA según el contenido del post.

    Costo de contexto al activarse
    1.7k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 4 meses
    redes sociales

    Genera 6 variaciones de hook de LinkedIn a dos líneas para cualquier tema, con la fórmula de apertura de 40 caracteres y contraste, cifras y ángulos clickbait probados.

    Costo de contexto al activarse
    594 tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 4 meses
    redes sociales

    Construye instrucciones de escritura de newsletter dentro de un proyecto de Cowork, a partir de ediciones pasadas o de 6 arquetipos, para que Claude redacte futuras ediciones en la voz del usuario.

    Costo de contexto al activarse
    2k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 4 meses
    redaccion contenido

    Skills relacionados

    Instala y opera Hermes Tweet, un plugin de Hermes Agent para investigar X/Twitter, leer timelines, analizar tweets y ejecutar operaciones privadas o de cambio de estado con aprobación previa.

    Costo de contexto al activarse
    1.4k tok
    Tamaño del paquete
    3 archivos
    Última actualización
    hace 11 días
    redes sociales

    Sistema de creación de contenido de MrBeast, destilado de un manual interno filtrado y podcasts: modelos mentales, fórmulas de título/miniatura/hook y scripts para optimizar CTR y retención en YouTube.

    Costo de contexto al activarse
    6.4k tok
    Tamaño del paquete
    11 archivos
    Última actualización
    hace 2 meses
    redes sociales

    Mentor de operación en X/Twitter de nivel experto, basado en las metodologías de seis creadores top y en el algoritmo abierto de X, con manual completo de selección de tema, escritura y crecimiento.

    Costo de contexto al activarse
    4.2k tok
    Tamaño del paquete
    13 archivos
    Última actualización
    hace 2 meses
    redes sociales