How to install content-rewrite
npx skills add https://github.com/zc277584121/marketing-skills --skill content-rewriteFull instructions (SKILL.md)
Source of truth, from zc277584121/marketing-skills.
name: content-rewrite description: Adapt and rewrite content for different platforms (LinkedIn, X, Reddit, English blog, WeChat). Each platform has its own tone, format, and length requirements.
Content Rewrite
Adapt a piece of source content (article, blog post, announcement, etc.) into platform-specific versions for distribution across social media and content platforms.
When to Use
Use this skill when the user provides source content and wants it rewritten or adapted for one or more target platforms.
Confirm Before Writing
Before starting, always ask the user:
- Perspective / voice — Should the content use first person ("I", telling a personal story) or third person (stating facts objectively)? This significantly affects tone and credibility on every platform.
- Target platforms — Which platforms to write for? (LinkedIn, X, Reddit, English blog, WeChat, or all)
Platform References
Each platform has a dedicated style guide under references/:
| Platform | Reference | Key Characteristics |
|---|---|---|
references/linkedin.md | Professional tone, include an image or link, concise | |
| X (Twitter) | references/x.md | 280-char limit (free users), conversational, punchy |
references/reddit.md | Casual and human-like, community-aware, anti-marketing | |
| English Blog | references/blog-en.md | Slightly professional, structured, SEO-friendly |
| WeChat (公众号) | references/wechat.md | Storytelling, emotional hooks, twists and engagement |
General Guidelines
- No AI smell — All platforms require natural, human-sounding writing. Avoid robotic patterns, excessive structure, and formulaic transitions. See the
remove-ai-styleskill for detailed rules. - Conversational tone — Even on professional platforms like LinkedIn, keep the writing approachable. Nobody likes reading corporate speak.
- Platform-native — Each version should feel like it was written by someone who actually uses that platform, not cross-posted from a press release.
- Adapt, don't translate — Rewriting for a platform means rethinking the content for that audience, not just reformatting the same text.
Related skills
More from zc277584121/marketing-skills and the wider catalog.
remove-ai-style
Review and adjust writing style to reduce AI-generated patterns, making text read more naturally and human-like. Supports Chinese and English.
browser-screenshot
Take focused, region-specific screenshots from web pages. Navigates to the right page based on user context (URL, search query, social media post), locates the target region via DOM selectors, and crops to a clean, focused screenshot.
chrome-automation
Automate Chrome browser tasks using agent-browser CLI. Navigate pages, fill forms, click buttons, take screenshots, extract data, and replay recorded workflows — all inside the user's real Chrome session.
image-generation
Generate illustration images for articles and documentation with a Codex-first workflow, OpenAI API fallback, and Gemini fallback.
mermaid-to-image
Convert Mermaid code blocks in Markdown files to PNG images using the mermaid.ink API.
raw-video-processing
Post-process raw screen recordings by removing silent segments and applying speed adjustments. Uses FFmpeg-based Python scripts to optimize video pacing automatically.