Claude Skills Guide

Best Claude Skills for Writing and Content Creation

Claude Code’s skills system extends beyond software development Writers, technical communicators, and content teams use skills to automate document creation, maintain consistency across projects, and produce multiple output formats from a single session. Skills are .md files in ~/.claude/skills/, invoked with /skill-name.

Document Creation and Editing with the docx Skill

The docx skill creates and edits Word documents, including tracked changes, comments, and structured formatting.

/docx create a project proposal document with these sections: Executive Summary, Problem Statement, Proposed Solution, Timeline, Budget. Use H1 for the title, H2 for sections.
/docx add a tracked change to section 3 of proposal.docx: replace "Q3 delivery" with "Q4 delivery" and add a comment explaining the reason
/docx convert this markdown outline into a formatted Word document with a table of contents: [paste outline]

Writers working on collaborative documents use this skill to produce clean drafts that clients or editors can mark up in Word without losing formatting.

PDF Generation with the pdf Skill

The pdf skill creates and processes PDFs — both generating new documents and extracting content from existing ones.

/pdf create a PDF from this content with a title page, page numbers, and a header showing "Confidential": [paste content]
/pdf extract all text from client-brief.pdf and reformat it as a structured markdown outline
/pdf merge cover-letter.pdf and portfolio.pdf into a single document in that order

Content creators distributing finalized work as PDFs use this skill to produce properly formatted documents without desktop publishing software.

Presentation Creation with the pptx Skill

The pptx skill converts written content into presentation slide decks.

/pptx create a 10-slide presentation from this article. Use the section headers as slide titles. Include a title slide and a summary slide at the end: [paste article]
/pptx add speaker notes to each slide in quarterly-review.pptx based on this additional context: [paste notes]
/pptx create a product demo deck: 1 title slide, 3 feature slides with bullet points, 1 pricing slide, 1 call-to-action slide. Brand colors: #1A73E8 and #FFFFFF.

Writers developing talks or webinars use this to adapt existing written content into visual formats without rebuilding slides from scratch.

Data-Backed Content with the xlsx Skill

The xlsx skill creates and edits spreadsheets, which is useful when articles or reports require supporting data tables, trackers, or calculations.

/xlsx create a content performance tracker in content-metrics.xlsx with columns: Article Title, Publish Date, Pageviews, Time on Page, Conversions. Add data validation to the Conversions column (numbers only).
/xlsx read editorial-calendar.xlsx and list all articles scheduled for Q2 that don't have an author assigned
/xlsx add a summary tab to metrics.xlsx that pulls totals from each monthly sheet using SUMIF formulas

Content teams tracking editorial calendars, performance metrics, or campaign budgets use this skill to maintain spreadsheets without switching to a separate tool.

Persistent Style Guides with the supermemory Skill

The supermemory skill stores and recalls style guidelines, brand voice, and project-specific rules across sessions.

/supermemory store: acme-brand-voice = conversational, direct, no jargon, second person ("you"), Oxford comma, active voice, max sentence length 25 words
/supermemory store: acme-taboo-words = use, use, collaboration, advanced, modern, best-in-class

In any future session:

/supermemory What is the Acme brand voice?

Then apply it:

Edit this draft to match the Acme brand voice: [paste recalled guidelines]
Draft: [paste draft]

Writers managing multiple clients use this to switch between brand voices without re-explaining each one from scratch.

Design Documentation with the frontend-design Skill

Technical writers documenting design systems use the frontend-design skill to verify accuracy between component specs and written documentation.

/frontend-design review this component documentation for accuracy — does the prop table match the implementation?: [paste docs, paste component code]
/frontend-design generate documentation for this Button component: list all props, their types, default values, and an example usage snippet: [paste component]

Style guide authors and developers writing component library docs use this to keep documentation synchronized with actual implementations.

A Complete Content Pipeline

These skills work together in sequence. A typical long-form content workflow:

Step 1 — Recall client guidelines:

/supermemory What is the Acme brand voice?

Step 2 — Draft the document:

/docx create a 1500-word guide on [topic] following this brand voice: [paste recalled voice]

Step 3 — Build supporting data:

/xlsx create a comparison table from this data: [paste data]

Step 4 — Generate PDF for distribution:

/pdf convert article-draft.docx to a formatted PDF with page numbers and the logo at [path] in the header

Step 5 — Adapt for presentation:

/pptx create a 6-slide summary deck from the article's key points

Each skill handles one stage of the content lifecycle. The result is a consistent output across formats without rebuilding content from scratch at each step.



*Built by theluckystrike — More at zovo.one *