code/respond-to-message/SKILL.md
Crafts a response to a pasted message (LinkedIn, Slack, Gmail, Teams, etc.) in the user's configured tone and voice. Loads platform-specific context and formatting rules, generates a response matching the platform's conventions, and copies it to clipboard for immediate pasting. Use when you receive a message and need to reply quickly in your own voice.
npx skillsauth add mostafa-drz/claude-skills respond-to-messageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Craft responses to messages in your voice, matched to the platform. Copies to clipboard for pasting.
Before starting, use the Read tool to read ~/.claude/skills/respond-to-message/preferences.md. If the file does not exist, treat as "no preferences set" and use defaults.
Use the Read tool to read ~/.claude/skills/respond-to-message/reference/tone-profile.md. If it does not exist, fall back to preferences tone keywords. If neither exists, ask the user to describe their tone.
Use Glob to check which platform files exist at ~/.claude/skills/respond-to-message/reference/platforms/*.md. For the active platform, read its context file. If no file exists for the requested platform, use sensible defaults for that platform's conventions.
Check $ARGUMENTS:
help → display help then stopconfig → interactive setup then stopreset → delete ~/.claude/skills/respond-to-message/preferences.md, confirm, stoptone → open tone profile editing flow then stopRespond to Message — Craft replies in your voice, matched to the platform
Usage:
/respond-to-message <platform> Craft a response (then paste the message)
/respond-to-message Auto-detect platform or ask
/respond-to-message --refine Re-draft the last response with feedback
/respond-to-message --formal Override tone to more formal
/respond-to-message --casual Override tone to more casual
/respond-to-message config Set up tone, platforms, and context
/respond-to-message tone Edit your tone profile with examples
/respond-to-message reset Clear preferences
/respond-to-message help This help
Platforms: linkedin, slack, gmail, teams, whatsapp, twitter, generic
Examples:
/respond-to-message linkedin Then paste the LinkedIn message in chat
/respond-to-message slack Then paste the Slack message + optional draft
/respond-to-message gmail --formal Reply to an email with formal tone override
Current preferences:
(from preferences.md or defaults)
Use AskUserQuestion to collect:
Q1: Tone keywords — How would you describe your communication style? (e.g., "direct, warm, professional but not stiff, uses analogies")
Q2: Your role/title — Used for professional context in responses (e.g., "VP of Engineering at Acme Corp")
Q3: Active platforms — Which platforms do you want configured? (multiSelect: LinkedIn, Slack, Gmail, Teams, WhatsApp, Twitter/X)
Q4: Sample messages — "Would you like to paste 2-3 example messages you've written so I can learn your tone? (recommended)" (Yes/No)
If Q4 is Yes, use AskUserQuestion to collect sample messages, then analyze them for:
Save tone analysis + samples to reference/tone-profile.md.
For each platform selected in Q3, ask:
Platform-specific Q — "Any specific context for {platform}? (e.g., your LinkedIn headline, Slack workspace role, email signature)" — save to reference/platforms/{platform}.md.
Save overall preferences to ~/.claude/skills/respond-to-message/preferences.md.
Interactive flow to update the tone profile:
reference/tone-profile.md (if exists, show summary)reference/tone-profile.mdDelete ~/.claude/skills/respond-to-message/preferences.md and confirm: "Preferences cleared. Using defaults. (Tone profile and platform contexts are preserved — delete them manually if needed.)"
If no preferences file AND no tone profile exist, show:
First time using /respond-to-message? Run
/respond-to-message configto set up your tone and platforms, or just continue — I'll ask what I need as we go.
Then proceed normally.
If $ARGUMENTS contains a platform name (linkedin, slack, gmail, teams, whatsapp, twitter, generic), use it.
If no platform specified, check the pasted message for cues:
If still ambiguous, ask:
What platform is this message from?
Options: LinkedIn, Slack, Gmail, Teams, WhatsApp, Twitter/X, Other
From the conversation context, extract:
If the incoming message isn't clear, ask:
Paste the message you want to respond to. You can also include a draft response if you have one.
reference/tone-profile.mdreference/platforms/{platform}.mdpreferences.mdMerge into a response framework:
Before drafting, consider:
If the user provided a draft, identify what to keep and what to improve.
If the intent is unclear, ask one clarifying question:
This looks like [interpretation]. Do you want to [suggested action], or something else?
Write the response following platform conventions:
LinkedIn:
Slack:
Gmail:
Teams:
WhatsApp:
Twitter/X:
Generic:
Apply tone profile throughout. The response should sound like the user, not like AI.
/tmp/respond-to-message-output.md using the Write toolpbcopy < /tmp/respond-to-message-output.md via BashCopied to clipboard. Ready to paste.
{the response, displayed for review}
/respond-to-message --refineto adjust, or just paste it.
If --refine flag is set or the user asks to adjust:
pbcopy. The user should be able to Cmd+V immediately after the skill runs.development
--- name: triage-board description: >- Generates a structured triage artifact from the current conversation's findings — a self-contained Desktop folder with a JSON Schema, schema-conformant report.json, prose markdown, and a single-file HTML viewer. Viewer ships with MD / CSV / JSON download buttons in the header and a per-finding "Copy as Markdown" action that produces a GitHub/Linear/Notion-ready ticket block. Stateless — triage state lives in the user's ticket system, not in the
development
Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL. Drives Chrome through every interactive element on the target surface, collects structured findings (severity, category, where, symptom, impact, repro, triage), and hands the result off to `/triage-board` which produces the Desktop folder (schema + JSON + Markdown + single-file HTML viewer with MD/CSV/JSON exports and a per-finding Copy as Markdown button). Use when you want fresh-eyes verification of a feature, page, modal, flow, branch, or whole app — before shipping, before review, before a demo, or any time the UI deserves a careful poke.
development
Reviews the user's past Claude Code conversations from a wellbeing perspective — sentiment, tone, emotional arc, recurring patterns — and generates a supportive, science-grounded report in both Markdown and HTML. Default lookback is 48 hours across all projects. Uses recognised emotion frameworks (Plutchik, Ekman, Russell's circumplex, Pennebaker linguistic markers) and cites the science behind every observation. Learns the user's baseline tone over time so future reports flag genuine shifts, not noise. Use when the user asks for an emotional/wellbeing recap, mood check, sentiment review, or wants to understand their own ups and downs across recent work sessions.
development
--- name: workflow-advisor description: >- Analyzes recent Claude Code conversations and local Claude state (skills, settings, memory files, CLAUDE.md), researches the latest Claude Code features and best practices online, and suggests one workflow improvement at a time with reasoning and a concrete action item. Can save accepted suggestions to memory for tracking. Use when you want to discover underused Claude Code features, improve your development workflow, stay current with the lat