Most AI writing tools generate text. Agent skills do something different: they slot into your existing workflow and handle specific parts of the content process. Research, drafting, editing, optimization — each gets its own skill. Instead of replacing the writer, they act as specialized teammates that each own one stage of the pipeline.

The content skills available today cover the full production arc. Research, long-form drafting, email composition, document summarization, meeting notes, SEO, and post-production cleanup all have dedicated skills built for coding agents like Claude Code, Cursor, and Codex.

What to Look For

Workflow fit. The best skill for you depends on where your content bottleneck sits. If research takes the longest, start there. If drafting is fast but editing is slow, look at the Humanizer or SEO Optimizer. Match the skill to the pain point, not the hype.

Output control. Writing skills should let you steer voice, tone, and structure. A skill that produces generic blog posts with no way to enforce your style guide will create more editing work, not less.

Agent compatibility. Some skills are Claude Code-only. Others work across Cursor, Codex, and Windsurf. If your team uses multiple agents, filter for “universal” compatibility.

Integration depth. Skills that read your existing files, reference prior work, or pull from your project context produce better output than those that start from a blank slate every time.

Top Agent Skills for Writing and Content Creation

1. Long-Form Writer

The workhorse for anyone producing articles, reports, or white papers. Long-Form Writer produces structured long-form content with consistent voice, clear argument flow, and proper sourcing. It handles blog posts, technical white papers, and research reports with equal confidence.

Where this skill stands out is structure. It builds an argument rather than stringing together paragraphs. The output follows a logical arc from setup through evidence to conclusion, which means less rearranging during editing. Feed it a topic and constraints, and it returns something that reads like a planned piece, not a generation dump.

Compatible with: claude-code, cursor, universal Category: content Install: gh skill install sickn33/antigravity-awesome-skills/long-form-writer

2. Research Assistant

Good writing starts with good research, and this skill handles the grunt work. Research Assistant conducts deep web research on any topic, synthesizes findings across multiple sources, and delivers a structured report with citations.

The output is not a list of links. It cross-references sources, identifies agreements and contradictions, and flags gaps in the available information. For anyone writing thought leadership or technical content, this skill handles the 3-4 hours of source gathering that usually precedes the first draft, and the output comes with citations you can actually verify.

Compatible with: claude-code, universal Category: content Install: gh skill install alirezarezvani/claude-skills/research-assistant

3. Humanizer

Every content team has the same problem: AI-generated text reads like AI-generated text. Humanizer fixes this systematically. Based on Wikipedia’s WikiProject AI Cleanup research, it identifies and rewrites 24 specific patterns that make text sound machine-produced.

This is not a synonym shuffler. It targets documented tells: significance inflation (“groundbreaking”), vague attributions (“experts say”), hedging patterns (“it is worth noting”), and structural tics that trained readers spot immediately. Run it as the last pass before publishing and the output reads like a human wrote the first draft.

Compatible with: claude-code, cursor, windsurf, universal Category: content Install: git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizer

4. SEO Content Optimizer

Writing for humans is half the job. Writing for search engines and AI answer engines is the other half. SEO Content Optimizer handles both. It rewrites meta titles and descriptions, adds structured data (FAQ, HowTo, Article schemas), improves heading hierarchy, and flags thin sections.

What sets this apart from generic SEO tools is its GEO (Generative Engine Optimization) awareness. It optimizes for AI answer engines alongside traditional search, using patterns like stat-first openings and question-answer structure that increase citation likelihood. If you publish content and want it surfaced by both Google and AI assistants, this skill covers the gap.

Compatible with: claude-code, cursor, universal Category: content Install: gh skill install wshobson/agents/seo-optimizer

5. Email Drafter

Email is content too, and most people write too many of them. Email Drafter handles cold outreach, follow-ups, client communications, and internal escalations with the right tone, length, and structure for each context.

The skill adapts to the relationship and stakes. A cold outreach email is short and specific. A client escalation is measured and factual. An internal heads-up is direct. Rather than producing one-size-fits-all templates, it reads the context and adjusts. Particularly useful for teams where outbound communication volume is high and consistency matters.

Compatible with: claude-code, cursor, universal Category: content Install: gh skill install alirezarezvani/claude-skills/email-drafter

6. Document Summarizer

Not all content creation starts from scratch. Often the job is turning a long document into something shorter and actionable. Document Summarizer converts lengthy documents into structured briefs with executive summaries, key findings, decisions, open questions, and action items.

It adapts its format based on document type. A legal agreement gets a brief with key terms and obligations. A technical report gets a summary aimed at non-technical readers. A meeting transcript gets decisions and owners. The output is always structured and scannable, which makes it immediately usable rather than just shorter.

Compatible with: claude-code, cursor, universal Category: content Install: gh skill install alirezarezvani/claude-skills/document-summarizer

7. Meeting Notes Summarizer

Meetings generate information. Turning that information into documentation is a separate task that usually falls through the cracks. Meeting Notes Summarizer transforms transcripts, audio summaries, or rough notes into structured meeting notes with agenda recaps, decisions, action items with owners and due dates, and open questions.

This is an official Anthropic skill, which means it gets first-party maintenance and testing. It identifies who said what, extracts commitments, and outputs in Markdown, Notion, or plain text. For teams running 5+ meetings per week, the time saved on documentation alone justifies the install.

Compatible with: claude-code, cursor, universal Category: content Install: gh skill install anthropics/skills/meeting-notes

How to Choose

Start with your bottleneck. If producing the first draft is where projects stall, install Long-Form Writer and Research Assistant together. If drafts come easily but editing takes too long, Humanizer and SEO Content Optimizer are the pair. If your team spends hours on email and meeting follow-ups, Email Drafter and Meeting Notes Summarizer handle the volume.

For a full content pipeline, the stack looks like this: Research Assistant for source material, Long-Form Writer for the draft, Humanizer for cleanup, and SEO Content Optimizer for distribution readiness. Four skills, four stages, one workflow.

FAQ

Q: Can I combine multiple writing skills in a single workflow? A: Yes. Most content skills are designed to handle one stage of the pipeline. Chain Research Assistant into Long-Form Writer into Humanizer for a full research-to-publish flow. See our guide on combining agent skills in one workflow for setup details.

Q: Do these skills work with agents other than Claude Code? A: Most of the skills listed here support multiple agents. Check the “Compatible with” field for each skill. Skills marked “universal” work across any agent that supports the skill install protocol.

Q: Will these skills match my brand voice? A: Skills like Long-Form Writer and Email Drafter accept tone and style parameters. For best results, pair them with a project-level style guide in your agent’s context (CLAUDE.md for Claude Code, or equivalent). The Humanizer skill specifically removes generic AI patterns, which makes your own voice easier to hear in the final output.