# Voice Builder > Construye un perfil de voz personalizado (about-me.md y voice.md) a partir de una entrevista y de 3 a 5 muestras de escritura, válido para cualquier formato de contenido. Fuente: https://skillsagentes.com/skills/charlie947/social-media-skills/voice-builder Markdown: https://skillsagentes.com/skills/charlie947/social-media-skills/voice-builder.md Repositorio: https://github.com/charlie947/social-media-skills Autor: charlie947 Licencia: MIT Actualizado: hace 4 meses Coste de contexto: 208 tok instalada, 2.9k tok al activarse, 4.1k tok con todos los archivos del bundle Bundle: 2 archivos, 16 KB Permisos que pide: ninguno declarado ## Instalación Un skill son archivos markdown: los mismos archivos valen para cualquier agente y lo único que cambia es el directorio de destino, es decir la bandera `--agent`. Añade `-g` para instalarlo en todos los proyectos de la máquina. ```bash # Claude Code npx -y skills add charlie947/social-media-skills --skill voice-builder --agent claude-code # Cursor npx -y skills add charlie947/social-media-skills --skill voice-builder --agent cursor # Codex npx -y skills add charlie947/social-media-skills --skill voice-builder --agent codex # Gemini CLI npx -y skills add charlie947/social-media-skills --skill voice-builder --agent gemini # Windsurf npx -y skills add charlie947/social-media-skills --skill voice-builder --agent windsurf # Cline npx -y skills add charlie947/social-media-skills --skill voice-builder --agent cline ``` ## Qué hace - Ejecuta una entrevista de 6 preguntas en dos tandas vía AskUserQuestion sobre quién es el usuario, su audiencia y su punto de vista - Escribe about-me.md con nombre, audiencia, pilares de contenido, punto de vista y límites - Pide de 3 a 5 muestras de escritura (posts, newsletters, ensayos) y extrae patrones de voz, estructura y ausencia - Escribe voice.md, un perfil de voz integrado con lo que la voz hace y lo que nunca hace ## Cuándo usarla - El usuario dice 'construye mi voz', 'aprende mi voz', 'configura mi sistema de contenido' o 'entrena con mis posts' - Es la primera vez que usa un proyecto de Cowork y necesita una base de voz antes de escribir ## Qué la activa - "Construye mi voz antes de que escribamos contenido" - "Aprende mi estilo con estos 5 posts" ## Archivos - SKILL.md — 11 KB - references/sample-content.md — 5 KB ## SKILL.md Reproducido tal cual desde charlie947/social-media-skills bajo MIT. Esta sección es el documento original y está en inglés. # Voice Builder ## CRITICAL: Auto-start on load The moment this skill is loaded, installed, uploaded, or triggered, you MUST immediately run Step 1 below. This means your very next message to the user is the interview questions. Nothing else. Do NOT: - Summarise this skill - Describe what files it creates - Explain how it works - Say "here's what this skill contains" - Ask if the user wants to run it - Confirm installation - Offer options like "want me to run this now?" Do THIS: - Go straight to Step 1 - Send the interview questions as your first and only response This applies whether the user uploaded a .skill file, said "build my voice", pasted samples, or triggered the skill in any other way. No preamble. No summary. Interview first. ## Step 1. Run the About Me interview You MUST call the AskUserQuestion tool to ask these questions. Do not type the questions as chat text. Use the tool. The tool renders as an interactive form the user fills in, which is a better experience than typing answers into chat. AskUserQuestion supports a maximum of 4 questions per call, so send two calls: Batch 1 first, wait for answers, then Batch 2. ### Batch 1 (your very first action, no text before it) Call AskUserQuestion with this exact JSON structure for the questions parameter: ```json [ { "question": "What is your name and what do you do?", "header": "About you", "multiSelect": false, "options": [ {"label": "Founder", "description": "I run my own company or consultancy"}, {"label": "Marketing lead", "description": "I lead marketing at a company"}, {"label": "Creator", "description": "I create content as my main thing"}, {"label": "Sales leader", "description": "I lead a sales team or run BD"} ] }, { "question": "Who are you writing for?", "header": "Audience", "multiSelect": false, "options": [ {"label": "Founders and CEOs", "description": "Decision makers running companies"}, {"label": "Marketers", "description": "Marketing professionals at any level"}, {"label": "Job seekers", "description": "People looking for their next role"}, {"label": "Other professionals", "description": "A different group entirely"} ] }, { "question": "What are the 3 to 5 topics you want to be known for?", "header": "Topics", "multiSelect": true, "options": [ {"label": "AI and automation", "description": "How AI tools change work"}, {"label": "Marketing", "description": "Strategy, content, growth"}, {"label": "Leadership", "description": "Management, hiring, culture"}, {"label": "Personal brand", "description": "Building an audience and reputation"} ] }, { "question": "What is your point of view on your industry, the thing you believe that others do not?", "header": "Hot take", "multiSelect": false, "options": [ {"label": "Most advice is wrong", "description": "The consensus in your industry is broken"}, {"label": "People overcomplicate it", "description": "The answer is simpler than people think"}, {"label": "A big shift is coming", "description": "Something is about to change and most people are not ready"} ] } ] ``` ### Batch 2 (send immediately after Batch 1 answers come back, no commentary between) Call AskUserQuestion again with: ```json [ { "question": "What is the one thing you want people to think when they see your name?", "header": "Brand promise", "multiSelect": false, "options": [ {"label": "This person is practical", "description": "They give me things I use immediately"}, {"label": "This person is honest", "description": "They tell me what others will not"}, {"label": "This person is ahead", "description": "They see what is coming before everyone else"} ] }, { "question": "What is one thing you refuse to write about?", "header": "Off limits", "multiSelect": false, "options": [ {"label": "Politics", "description": "No political takes, ever"}, {"label": "Personal life", "description": "Keep it professional only"}, {"label": "Competitors", "description": "No naming or shaming other people or brands"} ] } ] ``` After both batches are answered, move to Step 2. If any answer is blank or skipped, ask that specific question once more in chat, then move on. ## Step 2. Write about-me.md Create about-me.md in the project root. Use this structure: ``` # About Me ## Name and role [From question 1] ## Audience [From question 2, expanded into 2 to 3 sentences on who the reader is] ## Topic pillars [3 to 5 topics from question 3, one line each] ## Point of view [From question 4, the contrarian or distinctive belief, written as a clear statement] ## Brand promise [From question 5, the one thought the author wants to own in the reader's head] ## Off limits [From question 6, topics or angles never to write about] ``` Keep it under 300 words. Every line should be something Claude would reference when writing. ## Step 3. Ask for the samples Say this: > Now paste 3 to 5 pieces of writing you want me to learn from. These can be LinkedIn posts, newsletter issues, essays, blog posts, emails, tweets, or any other writing you have published. They can be yours or someone whose voice you admire. One piece per message or all at once. If you do not have any samples ready, type "use samples" and I will load a starter set you can swap out later. Wait for the user to paste. Minimum 3 samples before moving to analysis. If they paste fewer than 3, ask for more. If the user types "use samples", load the writing from `references/sample-content.md` inside this skill folder. Tell the user which author the samples are from so they know what voice they are borrowing. Remind them they can replace these with their own writing later. ## Step 4. Analyse the samples Read every sample. Look for patterns across all of them, not individual quirks from one piece. Extract: **Voice signals** - Average sentence length - Paragraph rhythm (single line breaks, blank lines, staccato versus flowing) - Hook or opening style (contrarian, question, data point, story, confession, observation) - Point of view (first person, second person, observational) - Tone (deadpan, warm, blunt, playful, clinical) - Signature phrases or recurring words - CTA or closing style **Structural signals** - Length range - Lists versus prose - How they open, how they close - How they handle transitions **Topic signals** - Subjects that come up across multiple samples - Who the audience appears to be - What the author stands for **Absence signals** - Words and punctuation consistently absent (for example, em dashes in 0 of 5 samples) - Hook types the author never uses - Tones the author never hits - Structures the author avoids ## Step 5. Write voice.md Create voice.md in the project root. This is a single integrated profile covering both how the voice writes and what the voice avoids. No separate voice file. ``` # Voice Profile ## Who I sound like [2 to 3 sentences describing the overall voice in plain language] ## Tone [3 to 5 attributes the voice consistently hits, followed by 1 to 2 tones the voice never hits, drawn from gaps in the samples] ## Sentence rhythm [Average length, pacing, paragraph structure. Include avoidance patterns: e.g. never staccato fragments, never tricolons, no sentences over 25 words] ## Hook patterns [3 to 5 hook types observed, with one example each from the samples. Note any hook types absent across all samples, e.g. never rhetorical questions, never "imagine a world where"] ## How I open [1 to 2 sentences. Note opening moves the voice avoids if a clear pattern of avoidance exists across samples] ## How I close [1 to 2 sentences, include CTA style. Note closing moves the voice avoids, e.g. never motivational summaries, never "in conclusion"] ## Signature phrases [Recurring words or phrases from the samples] ## Off-limits [Words, punctuation, or constructions absent from every sample. Only list items the samples clearly avoid. Examples: no em dashes (0 of 5 samples), no hashtags, no corporate jargon by name] ## What this voice never does [3 to 5 specific behaviours drawn from gaps in the samples. Be specific. If the samples never use the "not X, but Y" construction, list it. If they avoid a specific vocabulary set, name the words] ``` Fill every section from the actual samples. No generic filler. If a pattern is not present, say so. Do not duplicate audience or topic pillars from about-me.md. The Off-limits and What this voice never does sections are drawn from observation, not from a generic banned-words template. Every item must be backed by absence across the samples. ## Step 6. Confirm and hand off Tell the user: > Your voice profile is built. Two files are now in your project: about-me.md and voice.md. Every time you work in this project, I will reference both automatically. You can open and edit either file anytime. > > You are ready to go. Here is what you can do next: > > - Say "build my newsletter voice" to create newsletter-specific writing instructions > - Say "write a post" to draft a LinkedIn post in your voice > - Say "design a graphic" to create a visual for a post > - Say "score my post" to get feedback on a draft > - Say "optimize my profile" to rebuild your LinkedIn profile > > Each of these is a separate skill. Pick one and go. ## What this skill produces Two files in the project root: 1. about-me.md: who the user is, their audience, their topic pillars, their point of view 2. voice.md: the integrated voice profile, covering positive signals (how the voice writes) and absence signals (what the voice avoids) in one document ## Rules - When this skill triggers, go straight to Step 1. No summary, no explanation, no preamble. - Always output sample content inside a code block so the user can copy-paste the exact formatting without losing line breaks or whitespace. Use a plain code block (triple backticks with no language tag). - Work from what is in the samples. Do not invent patterns that are not there. - Minimum 3 samples for pattern detection. Ask for more if fewer than 3. - If samples contradict each other, note the contradiction in voice.md rather than smoothing it over. - Keep about-me.md under 300 words. - Keep voice.md under 500 words. - British English throughout unless the samples are clearly American. - Never use em dashes in any output file or in any draft. - Do not produce an voice.md file. Absence signals live inside voice.md. ## Dónde encaja - Categoría: [Redacción y contenido](https://skillsagentes.com/categorias/redaccion-contenido.md) — Redacción, edición y estructuración de contenido extenso. - Creador: [charlie947](https://skillsagentes.com/creators/charlie947.md) — 17 skills en el directorio - [Todas las skills](https://skillsagentes.com/skills.md) - [Ranking de instalaciones](https://skillsagentes.com/ranking.md) ## Otras skills del mismo repositorio - [Content Matrix](https://skillsagentes.com/skills/charlie947/social-media-skills/content-matrix.md): 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. - [Gemini Carousel](https://skillsagentes.com/skills/charlie947/social-media-skills/gemini-carousel.md): 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. - [Gemini Infographic](https://skillsagentes.com/skills/charlie947/social-media-skills/gemini-infographic.md): 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. - [Newsletter Voice](https://skillsagentes.com/skills/charlie947/social-media-skills/newsletter-voice.md): 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. - [Analytics Dashboard](https://skillsagentes.com/skills/charlie947/social-media-skills/analytics-dashboard.md): 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. ## Skills relacionadas - [Doc Coauthoring](https://skillsagentes.com/skills/anthropics/skills/doc-coauthoring.md): Guía al usuario por un flujo estructurado para co-escribir documentación. Úsalo cuando quiera escribir documentación, propuestas, specs técnicas o documentos de decisión. - [Internal Comms](https://skillsagentes.com/skills/anthropics/skills/internal-comms.md): Recursos para escribir todo tipo de comunicaciones internas con los formatos que usa tu empresa. Úsalo siempre que pidan informes de estado, updates de liderazgo, 3P, newsletters, FAQs o informes de incidencias. - [Insight Error Page](https://skillsagentes.com/skills/vercel/next.js/insight-error-page.md): Escribe o audita una página de error de tipo insight para el overlay de desarrollo de Next.js: estructura, alineación del título, tarjetas FixCard, fragmentos de código y verificación de terminología. - [Newsletter Generation](https://skillsagentes.com/skills/bytedance/deer-flow/newsletter-generation.md): Se usa cuando el usuario pide generar, crear o redactar una newsletter, digest de email, roundup semanal o briefing de industria. Cura contenido de varias fuentes con formato profesional listo para publicar. - [Product Launch Video](https://skillsagentes.com/skills/heygen-com/hyperframes/product-launch-video.md): Convierte una URL de producto o marketing, un guion pegado o un brief en un video de lanzamiento/promoción — promos SaaS, revelaciones de funciones, demos, lanzamientos de apps y empresas. --- Skills Agentes · [Índice de páginas en markdown](https://skillsagentes.com/sitemap.md) · [Inicio](https://skillsagentes.com/index.md)