Skills Agentes

Graphic Designer

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.

Estrellas
3.3k

en todo el repo

Actividad
38

0–100, la ruta de este skill

Actualizado
hace 4 meses

último commit aquí

Commits
0

últimos 90 días

Contexto
1.7k tok

102 tok en reposo

Paquete
1 archivo

7 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add charlie947/social-media-skills --skill graphic-designer --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Lee el post más reciente del proyecto o pide uno, y decide entre un gráfico HTML/CSS estructurado o un prompt de infografía generada por IA
  • Camino A: genera un archivo HTML autocontenido con CSS en línea para frameworks, pasos, comparaciones o datos
  • Camino B: extrae titular, puntos clave y cifras del post y produce un prompt de imagen estilo pizarra o infografía con marca propia
  • Nunca copia el post completo: siempre destila el contenido antes de diseñar

Úsalo cuando

  • El usuario dice 'diseña un gráfico', 'crea un visual', 'haz una imagen' o 'gráfico para mi post'
  • Acaba de escribir un post y quiere un gráfico a juego

No lo uses cuando

    Qué lo activa

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

    • Diseña un gráfico para este post
    • Hazme un visual que acompañe mi post de LinkedIn

    SKILL.md

    En inglés

    Graphic Designer

    CRITICAL: Auto-start on load

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

    Step 1. Read the post

    Check the project for the most recent post file. If found, read it. If not, say:

    Paste the post you want a graphic for.

    Wait for the post, then call AskUserQuestion:

    [
      {
        "question": "What type of graphic fits this post best?",
        "header": "Style",
        "multiSelect": false,
        "options": [
          {"label": "HTML/CSS graphic", "description": "Clean structured layout. Framework, comparison, steps, data. Fully editable, screenshot to export."},
          {"label": "Whiteboard infographic", "description": "Hand-drawn marker style on a whiteboard or notebook page. Recaps the post visually. Generated in Gemini."},
          {"label": "Branded infographic", "description": "Professional infographic using your brand colours. Recaps the post visually. Generated in Gemini."},
          {"label": "You decide", "description": "Analyse the post and pick the best format automatically"}
        ]
      }
    ]
    

    If "You decide": analyse the post. If it contains numbered steps, frameworks, comparisons, or data tables, go Path A (HTML/CSS). If it recaps a workflow, shares tips, teaches a concept, or tells a story, go Path B (image prompt) and pick whichever style fits better.

    Path A: HTML/CSS structured graphic

    Design constraints:

    • 1200 x 1400 pixels (LinkedIn optimal)
    • Dark background (#1a1a2e or user's brand colour) with high contrast text
    • Clean sans-serif font (Inter, system-ui)
    • White or light text on dark background
    • One accent colour for highlights and dividers
    • 40px minimum padding on all sides
    • No stock photo backgrounds
    • Let the post content dictate how many sections the graphic has. 3 steps = 3 blocks. 10 tips = 10 blocks. The constraint is legibility, not a fixed number. Every element must be large enough to read on a mobile screen.

    Single self-contained HTML file with inline CSS. Include viewport meta tag.

    Extract the core framework or steps from the post. Do not copy the full post. Distil into:

    • A short headline (5 to 8 words)
    • Key points as visual blocks (Unicode icons fine)
    • Footer with author name from about-me.md if available

    Save the HTML file. Tell the user:

    Open the HTML in your browser and screenshot it.

    Path B: Image generation prompt

    The graphic must recap the post content visually. It is not an abstract illustration or stock photo. It summarises the key information from the post in a visual format the reader can scan.

    First, extract the content for the infographic from the post:

    • The main headline or hook (shortened to 5 to 10 words)
    • 3 to 6 key points, steps, or takeaways (one short line each)
    • Any numbers, stats, or data worth highlighting
    • A footer line (author name and CTA if appropriate)

    Then build the prompt based on the chosen style.

    Style 1: Whiteboard infographic

    Use this prompt template. Fill in the content sections from the post.

    Generate a single image of a physical, hand-drawn infographic on a large whiteboard or notebook page.
    
    Crucial Style Instructions (Read First):
    Medium: The image must look like a photograph of a real whiteboard or large paper notepad.
    Texture: All elements must look created by hand using colored marker pens (black, blue, red, green) and highlighters (yellow/orange). Lines should be slightly imperfect, wobbly, and have the texture of ink on a surface.
    No Digital Fonts: All text, headings, and bullet points must appear handwritten or hand-printed in marker pen.
    
    Layout: Structure the 1080x1350 image as follows:
    
    TITLE (large, bold marker, top of page):
    [Insert headline from the post]
    
    CONTENT (hand-drawn sections with marker pen):
    [Insert 3 to 6 key points, each as a short hand-written line with a bullet, number, or small icon drawn next to it]
    
    [If there are stats or numbers, draw them large with a circle or box around them]
    
    Use multi-colored markers for emphasis. Keep text large and legible. Make everything look hand-drawn with slight imperfections. Make it look like a photograph of an actual notebook page.
    
    Always include the handwritten text "[Author name from about-me.md] | Repost" at the bottom of the image, in the same hand-drawn marker style.
    

    Style 2: Branded infographic

    Ask the user for brand colours if not already known. If about-me.md exists, check there first.

    Generate a professional infographic image at 1080x1350 pixels.
    
    Style: Clean, modern, editorial. Flat design with sharp edges and strong typography. No 3D effects, no gradients, no stock photos.
    
    Colour palette:
    - Background: [primary brand colour or dark neutral]
    - Text: [white or high-contrast colour]
    - Accent: [secondary brand colour]
    
    Layout:
    HEADLINE (top, large bold text):
    [Insert headline from the post]
    
    BODY (structured sections, each with an icon or number):
    [Insert 3 to 6 key points as short lines, each with a visual marker: numbered circle, checkmark, or simple icon]
    
    [If there are stats, display them as large feature numbers with a label underneath]
    
    FOOTER:
    [Author name from about-me.md] | [CTA or tagline if appropriate]
    
    Keep text large and scannable. Maximum 40 words on the entire image. No decorative borders. No watermarks. No logos unless the user provides one.
    

    Output the complete prompt in a code block. Tell the user:

    Paste this into Gemini or your image generator. The prompt is ready to go.

    After either path

    Say:

    Graphic ready. Say "score my post" when you want feedback before publishing.

    Rules

    • Always read the post before designing. The graphic must recap the post content, not illustrate an abstract concept.
    • Structured graphics (Path A) must be a single HTML file with inline CSS.
    • Image prompts (Path B) must be fully self-contained. The user pastes it cold into Gemini and gets the graphic.
    • Extract and distil the post content into the graphic. No copying the full post text.
    • Whiteboard style: always hand-drawn marker look, imperfect lines, coloured pens, notebook/whiteboard texture.
    • Branded style: always clean, flat, modern, using the user's brand colours.
    • Never use em dashes in any output.
    • British English throughout.

    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

    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.

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

    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

    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