From copywriter
This skill should be used when the user asks to 'publish to WordPress', 'post to WordPress', or 'push this to my blog'.
npx claudepluginhub jamon8888/cc-suite --plugin CopywriterThis skill uses the workspace's default tool permissions.
Takes a Markdown artifact (Blog Post, Page) and facilitates its publication to your WordPress CMS.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Takes a Markdown artifact (Blog Post, Page) and facilitates its publication to your WordPress CMS.
┌─────────────────────────────────────────────────────────────────┐
│ STANDALONE (always works) │
│ ✓ Markdown Conversion: Clean HTML generation for Gutenberg. │
│ ✓ Meta Data Prep: Generates Slugs, Excerpts, and Alt Text. │
│ ✓ Category Matching: Aligns with your SEO pillar strategy. │
├─────────────────────────────────────────────────────────────────┤
│ SUPERCHARGED (connect ~~wordpress_mcp) │
│ + Direct Publish: Pushes content to your live site (Draft/Pub).│
│ + Image Upload: Uploads and links media assets automatically. │
│ + SEO Plugin Sync: Updates Yoast/RankMath fields directly. │
└─────────────────────────────────────────────────────────────────┘
${CLAUDE_PLUGIN_ROOT}/data/2-Domaines/business-profile.json.website_url and blog_categories.Before publishing, ensure:
Convert Markdown to HTML (if API requires) or clean Gutenberg blocks.
# Heading -> <h1>**Bold** -> <strong>> Quote -> <blockquote>{{business.blog_categories}}.wordpress_create_post (via MCP).draft (Default) or publish (if requested).# 🚀 Publish Status
**Destination**: {{business.website_url}}
**Status**: [Draft/Published]
**Link**: [URL]
## ✨ Meta Data
- **Category**: [Category]
- **Tags**: [Tag1, Tag2]
- **Slug**: [slug]
> [!TIP]
> Go to your dashboard to add the Featured Image before hitting publish.