Use when the user provides meeting notes, transcripts, emails, or a list of action items that require outreach. Triggers for "draft follow-ups", "write these emails", "draft comms from my notes", "help me follow up on this meeting", or "draft messages from this transcript".
npx claudepluginhub oliverames/ames-claude --plugin ames-standalone-skillsThis skill uses the workspace's default tool permissions.
Reads source material, identifies every action item requiring outreach, drafts each message in the user's personal voice using the humanizer skill, and saves drafts to ~/Documents/drafts/.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Reads source material, identifies every action item requiring outreach, drafts each message in the user's personal voice using the humanizer skill, and saves drafts to ~/Documents/drafts/.
Read the source material — Read the transcript, notes, or text provided. If no file or text is given, ask for it before proceeding.
Identify action items — Extract every item requiring outreach: follow-ups, confirmations, introductions, thank-yous, proposals. List them for the user before drafting.
Draft each message — For each action item, invoke the ames-standalone-skills:humanizer skill to write the draft. Never output corporate or AI-sounding prose. The tone should already reflect the user's voice in the first draft.
Save each draft — Write each message to ~/Documents/drafts/ as a markdown file named descriptively (e.g., 2026-04-10-followup-beth-roberts.md). Create the directory if it doesn't exist.
Present and copy — Show each draft to the user one at a time. After the user approves, copy the final text to the clipboard using pbcopy.