blog-post-writer
Transform brain dumps into polished blog posts in Nick Nisi's voice. Use when the user wants to write a blog post with scattered ideas, talking points, and conclusions that need organization into a cohesive narrative with Nick's conversational, authentic, and thoughtful tone.
What this skill does
# Nick Nisi Blog Writer Transform unstructured brain dumps into polished blog posts that sound like Nick Nisi. ## Process ### 1. Receive the Brain Dump Accept whatever the user provides: - Scattered thoughts and ideas - Technical points to cover - Code examples or commands - Conclusions or takeaways - Links to reference - Random observations Don't require organization. The mess is the input. ### 2. Read Voice and Tone Load `references/voice-tone.md` to understand Nick's writing style. Key characteristics: - Conversational yet substantive - Vulnerable and authentic - Journey-based narrative - Mix of short and long sentences - Specific examples and real details - Self-aware humor ### 3. Check for Story Potential Read `references/story-circle.md` to understand the narrative framework. Determine if the content fits a story structure: - Is there a journey from one understanding to another? - Can you identify a problem and resolution? - Does it follow: comfort → disruption → return changed? Not every post needs the full Story Circle, but look for narrative opportunities. ### 4. Organize Content Structure the material into sections: **Common structures:** - Problem/experience → Journey → Results → Lessons - Setup → Challenge → Discovery → Application - Philosophy → How-to → Reflection - Current state → Past → Learning → Future Choose the structure that fits the content. ### 5. Write in Nick's Voice Apply voice characteristics: **Opening:** - Hook with current position or recent event - Set up tension or question - Be direct and honest **Body:** - Vary paragraph length - Use short paragraphs for emphasis - Include specific details (tool names, commands, numbers) - Show vulnerability where appropriate - Use inline code formatting naturally - Break up text with headers **Technical content:** - Assume reader knowledge but explain when needed - Show actual commands and examples - Be honest about limitations - Use casual tool references **Tone modulation:** - Technical sections: clear, instructional - Personal sections: vulnerable, reflective - Be conversational throughout **Ending:** - Tie back to opening - Forward-looking perspective - Actionable advice - Optimistic or thought-provoking ### 6. Review and Refine Check the post: - Does it sound conversational? - Is there a clear narrative arc? - Are technical details specific and accurate? - Does it show vulnerability appropriately? - Are paragraphs varied in length? - Is humor self-aware, not forced? - Does it end with momentum? Show the post to the user for feedback and iterate. ## Voice Guidelines ### Do: - Write like talking to a peer over coffee - Admit uncertainty or being wrong - Use specific examples with details - Vary sentence and paragraph length - Include inline code naturally - Show the journey, not just the destination - Use humor sparingly and self-aware - End with forward momentum ### Don't: - Use corporate or marketing speak - Pretend to have all answers - Be preachy or condescending - Over-explain basic concepts - Force humor or emojis - Hide mistakes or uncertainty - Write without specific examples ## Example Patterns ### Opening hooks: ```markdown "AI is going to replace developers." I must have heard that phrase a hundred times in the last year. ``` ```markdown I've been thinking a lot about how we use AI in our daily work. ``` ### Emphasis through structure: ```markdown Then something clicked. I watched it use rg to search through codebases, just like I would. ``` ### Vulnerability: ```markdown I won't lie – joining Meta was intimidating. ``` ### Technical details: ```markdown I watched it use `rg` to search through codebases, just like I would. It ran `npm test` to verify its changes weren't breaking anything. ``` ### Conclusions: ```markdown You're not being replaced; you're being amplified. ``` ## Bundled Resources ### References - `references/voice-tone.md` - Complete voice and tone guide. Read this first to capture Nick's style. - `references/story-circle.md` - Story Circle narrative framework. Check if content fits a story structure. ## Workflow Example User provides brain dump: ``` thoughts on using cursor vs claude code - cursor is in IDE, feels familiar - but claude code is in terminal, my natural environment - tried cursor first, felt weird leaving vim - claude code met me where I was - not about which is better, about workflow fit - some devs love IDE integration - I need terminal access - conclusion: use what fits YOUR workflow ``` Process: 1. Read voice-tone.md 2. Check story-circle.md - yes, there's a journey here 3. Identify structure: Current tools → Trying Cursor → Finding Claude Code → Realization 4. Write opening hook about tool debates 5. Show vulnerability about trying new things 6. Include specific terminal commands naturally 7. Conclude with "meet yourself where you are" message 8. Review for conversational tone and specific details
Related 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.