Skip to content
BeClaude

WXLayoutSkill

New
7GitHub TrendingGeneralby TanShilongMario

一个用于微信公众号排版的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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/wxlayoutskill.md https://raw.githubusercontent.com/TanShilongMario/WXLayoutSkill/main/SKILL.md
3
Invoke in Claude Code
/wxlayoutskill

Use Cases

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.

Usage Examples

1

/wxlayoutskill create article with title 'My Article' and add a heading 'Introduction' followed by two paragraphs of lorem ipsum.

2

/wxlayoutskill add image centered with caption 'Figure 1: Example' after the second paragraph.

3

/wxlayoutskill format code block with language python and content 'print("hello world")'.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..