WXLayoutSkill
New一个用于微信公众号排版的Skill
Summary
WXLayoutSkill is a tool for formatting and styling WeChat Official Account articles.
- It helps developers quickly generate clean, mobile-friendly layouts with proper spacing, headings, and media elements, saving time on manual formatting.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/wxlayoutskill.md https://raw.githubusercontent.com/TanShilongMario/WXLayoutSkill/main/SKILL.md/wxlayoutskillUse Cases
Usage Examples
/wxlayoutskill create article with title 'My Article' and add a heading 'Introduction' followed by two paragraphs of lorem ipsum.
/wxlayoutskill add image centered with caption 'Figure 1: Example' after the second paragraph.
/wxlayoutskill format code block with language python and content 'print("hello world")'.
Security Audits
Frequently Asked Questions
What is WXLayoutSkill?
WXLayoutSkill is a tool for formatting and styling WeChat Official Account articles. It helps developers quickly generate clean, mobile-friendly layouts with proper spacing, headings, and media elements, saving time on manual formatting.
How to install WXLayoutSkill?
To install WXLayoutSkill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/wxlayoutskill.md https://raw.githubusercontent.com/TanShilongMario/WXLayoutSkill/main/SKILL.md. Finally, /wxlayoutskill in Claude Code.
What is WXLayoutSkill best for?
WXLayoutSkill is a skill categorized under General. Created by TanShilongMario.
What can I use WXLayoutSkill for?
WXLayoutSkill is useful for: Generate a WeChat article layout with proper heading styles and paragraph spacing.; Add a centered image with caption to a WeChat article.; Create a bulleted list for a WeChat article.; Insert a blockquote for highlighting key quotes in a WeChat article.; Format a code snippet with syntax highlighting for a WeChat article.; Apply a consistent color scheme and font size across the entire article..