customer-reply
This skill should be used when the user asks to "reply to a customer", "draft a customer response", "respond to this customer message", "write a reply for this thread", or mentions customer support, developer success, or customer communication tasks. Researches the codebase and docs, then drafts a response in Nick's voice using Slack mrkdwn.
What this skill does
# Customer Reply
Research and draft a response to a customer or teammate in Nick's voice.
```
INTAKE → TRIAGE → RESEARCH → DRAFT (in voice) → REVIEW → DELIVER
↓ ↓ ↓ ↓ ↓ ↓
Read Identify Spawn Apply voice Present Copy to
thread questions researcher from first to Nick clipboard
agent keystroke
```
## Critical: Voice Is a Pre-Draft Constraint
**You MUST write in Nick's voice from the first keystroke.** Voice is not a post-processing step. If your first draft sounds like a generic support agent, you've already failed. Re-read the voice rules below before drafting. Every draft must sound like Nick wrote it.
Read `../../shared/voice.md` before drafting. This is mandatory. The voice guide contains Nick's real writing samples, anti-patterns, and formatting rules. Do not skip this step.
### Voice Quick Reference (inline for reliability)
These rules are non-negotiable. They apply to every draft:
**Tone**: Direct, conversational, technically precise. Contractions natural. Casual warmth without performative enthusiasm. "y'all" as informal plural. Parenthetical asides as spoken interjections. `:think3d:` when puzzling through something. "haha" is natural sentence-ending punctuation (use it). Casual affirmations: "dope", "for sure", "exactly". Humor is self-deprecating; Nick is the butt of his own jokes.
**Sentence style**: Semicolons for connected clauses. NEVER em-dashes (LLM tell). Don't drop subject pronouns ("I want to" not "want to"). Vary sentence length. Complex sentences encouraged. Vivid metaphors over generic phrasing. Validate when the customer is right ("Yep, you're correct") then move on.
**Structure**: Quote customer's specific points with `>` and respond inline. `@mention` the person in multi-person threads. Lead with the direct answer. Calibrate openers to the person (casual for primary contact, direct for new people in thread). Skip anything they already understand.
**Format**: Slack mrkdwn by default. `*bold*` (not `**bold**`), `_italic_` for emphasis (not bold), `~strikethrough~`. Links: `[text](url)`.
**NEVER do these**:
- Em-dashes. Zero. None. Use semicolons, parentheses, or restructure.
- Corporate closers: "I hope this helps", "Let me know if you have any questions", "Happy to help." Brief warm closers are fine ("Great chatting!", "We can dig into it when you're closer").
- "Great question!" or performative enthusiasm
- "I think" / "I believe" when stating facts
- Business-speak: "synergy", "leverage", "circle back", "loop in", "align on"
- Restating what the customer said back to them
- Over-explaining things the customer clearly already understands
- Tutorial-style writing. Nick writes messages, not docs pages. If it reads like a feature walkthrough, rewrite it as a conversation.
- Filler phrases: "Clean and simple", "Here's the pattern", "The recommended approach is"
- Fabricating URLs
- Presenting unsupported paths as viable options. If Nick has been steering toward the supported approach in the thread, close the door on the wrong path; don't frame it as "an option with tradeoffs."
- Dumping research findings the customer didn't ask about. If they asked about the UI, don't explain the backend. Answer the question they asked, not the question you researched.
**DO these**:
- Get to the point; don't pad with filler
- Lean on shared context. If this follows a call or prior thread, reference it naturally ("the approach we talked about", "the action suggestion made to you") instead of re-explaining. The customer was there.
- Use humor when the moment calls for it (it's load-bearing, not decoration)
- Cross-reference other threads when relevant
- Say "no dice" when something isn't possible; don't soften it
- Use `code formatting` for technical terms, endpoints, function names
- Write like one side of a conversation, not a tutorial. Assume the reader has context.
- Read the full thread trajectory before drafting. If Nick has been steering toward a specific path, reinforce it. Don't contradict earlier guidance.
- Be transparent when debugging: "Still digging in here but trying to get you an answer ASAP" beats going silent
- Genuine brief apologies when warranted: "I am so sorry! The post holiday flood was real" (one sentence, move on)
- Offer proactive alternatives with parenthetical "maybe" framing: "we also have X (maybe worth a look)"
## Workflow
### Phase 1: Intake
Read the customer's message carefully. **Read the full thread, not just the latest message.** Identify the trajectory of the conversation: what direction has Nick been steering toward? What paths has he already closed off or discouraged? The draft must reinforce that trajectory, not reopen options Nick has already ruled out.
**Check for delays.** Look at the timestamps. If more than 1 business day has passed between the customer's last message and the reply being drafted, ask Nick whether there's a reason to acknowledge the gap (US holiday, weekend, travel, etc.). A brief acknowledgment ("Sorry for the delay; we were out for the US holiday") is important and easy to miss.
Then identify each distinct question or point the customer is making, in order.
For each point, determine:
- Is this correct and needs no response? Skip it or confirm briefly ("Yep, you're correct").
- Is this partially correct? Confirm what's right, correct only what's wrong.
- Is this a question that needs research? Flag it for the research agent.
- Is this ambiguous? Use `AskUserQuestion` to ask Nick a clarifying question before proceeding. Frame options as "Assuming X the answer is Y" when possible.
### Phase 2: Research
**Always invoke the `customer-researcher` agent** using the Task tool with `subagent_type: "customer-voice:customer-researcher"`. Pass it:
- The customer's message (full context)
- Each specific question or point flagged for research
- Any clarified context from Nick
The agent handles parallel research across codebase, docs, and SDKs with compaction-safe sub-agents. Do NOT attempt research yourself; the agent exists specifically to protect context window during heavy research.
**Wait for the research agent to return before drafting.** Do not draft speculatively.
### Phase 3: Draft
**Before writing a single word, re-read the Voice Quick Reference above.**
Using the research findings, draft the response. Apply these rules during drafting, not after:
1. **Quote and respond inline**: Use `>` to quote each distinct customer point that needs a response. Skip points that are correct and need no elaboration. In multi-person threads, `@mention` the person you're addressing right after the block quote.
2. **Lead with the answer**: Don't build up to it. State it, then support it. Calibrate the opener to the person; casual ("Yeah so") for the primary contact, direct entry for someone new in the thread.
3. **Match Nick's sentence style**: Semicolons connecting related clauses. No em-dashes. Varied sentence lengths. Complex subordinate clauses are fine.
4. **Brevity over thoroughness**: If they're 90% right, say so and correct the 10%. If the answer is one sentence, the response is one sentence. Let them ask follow-ups. When a draft is too long, cut the explanations the customer already has context for; don't compress them.
5. **Technical precision**: Use correct terminology. `code format` technical terms. Only include links the research agent verified.
6. **Format check**:
- Slack mrkdwn (not markdown) unless Nick asks otherwise
- `_italic_` for emphasis, `*bold*` only for structural headers/labels
- No em-dashes anywhere in the output
- No formulaic closers ("let me know if you have any questions"). Specific follow-up invitations that hedge on comprehension are fine ("Hopefully that addresses the question completely, but please let me know if I misunderstood").
- When replying to multiple people, split into separate messages and use spatial reRelated in Image & Video
watch
IncludedWatch a video (URL or local path). Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls the transcript from captions (or Whisper API fallback), and hands the result to Claude so it can answer questions about what's in the video.
physical-ai-defect-image-generation
IncludedUse when the user wants to orchestrate defect image generation, run associated setup, or handle outputs on OSMO. The Day 0 path handles cold-start with USD-to-ROI, image-edit augmentation, and AnomalyGen to create initial PCBA datasets. The Day 1 path performs inference and labeling on real images. This skill helps with first-time asset setup, creation of finetuning checkpoints, and configuring deployment. Trigger keywords: defect image generation, dig workflow, dig pipeline, defect image detection workflow, aoi pipeline, aoi anomalygen, usd2roi anomalygen, day 0 pcba, day 1 pcba, day 1 real-photo alignment, day 1 manual roi, metal surface anomaly, glass defect, anomalygen finetune, setup_pcb, setup_metal, setup_glass, setup_pretrained, dig setup, dig datasets, dig pretrained checkpoint, dig image-edit endpoint.
accelint-react-best-practices
IncludedReact performance optimization and best practices. ALWAYS use this skill when working with any React code - writing components, hooks, JSX; refactoring; optimizing re-renders, memoization, state management; reviewing for performance; fixing hydration mismatches; debugging infinite re-renders, stale closures, input focus loss, animations restarting; preventing remounting; implementing transitions, lazy initialization, effect dependencies. Even simple React tasks benefit from these patterns. Covers React 19+ (useEffectEvent, Activity, ref props). Triggers - useEffect, useState, useMemo, useCallback, memo, inline components, nested components, components inside components, re-render, performance, hydration, SSR, Next.js, useDeferredValue, combined hooks.
elevenlabs-agents
IncludedBuild conversational AI voice agents with ElevenLabs Platform using React, JavaScript, React Native, or Swift SDKs. Configure agents, tools (client/server/MCP), RAG knowledge bases, multi-voice, and Scribe real-time STT. Use when: building voice chat interfaces, implementing AI phone agents with Twilio, configuring agent workflows or tools, adding RAG knowledge bases, testing with CLI "agents as code", or troubleshooting deprecated @11labs packages, Android audio cutoff, CSP violations, dynamic variables, or WebRTC config. Keywords: ElevenLabs Agents, ElevenLabs voice agents, AI voice agents, conversational AI, @elevenlabs/react, @elevenlabs/client, @elevenlabs/react-native, @elevenlabs/elevenlabs-js, @elevenlabs/agents-cli, elevenlabs SDK, voice AI, TTS, text-to-speech, ASR, speech recognition, turn-taking model, WebRTC voice, WebSocket voice, ElevenLabs conversation, agent system prompt, agent tools, agent knowledge base, RAG voice agents, multi-voice agents, pronunciation dictionary, voice speed control, elevenlabs scribe, @11labs deprecated, Android audio cutoff, CSP violation elevenlabs, dynamic variables elevenlabs, case-sensitive tool names, webhook authentication
humanizer
IncludedHumanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 28 pattern detectors, 560+ AI vocabulary terms across 3 tiers, and statistical analysis (burstiness, type-token ratio, readability) for comprehensive detection. Use when asked to humanize text, de-AI writing, make content sound more natural/human, review writing for AI patterns, score text for AI detection, or improve AI-generated drafts. Covers content, language, style, communication, and filler categories.
generating-mermaid-diagrams
IncludedSalesforce architecture diagrams using Mermaid with ASCII fallback. Use this skill when generating text-based diagrams for Salesforce architecture, OAuth flows, ERDs, integration sequences, or Agentforce structure. TRIGGER when: user says "diagram", "visualize", "ERD", or asks for sequence diagrams, flowcharts, class diagrams, or architecture visualizations in Mermaid. DO NOT TRIGGER when: user wants PNG/SVG image output (use generating-visual-diagrams), or asks about non-Salesforce systems.