Skills
Reusable Codex/Claude skills, including md-to-xhs-cards for Markdown to Xiaohongshu (RedNote) image cards and direct XHS publishing
Install / Use
/learn @erafat/SkillsAbout this skill
Quality Score
0/100
Category
Development & EngineeringSupported Platforms
Claude Code
Claude Desktop
OpenAI Codex
README
Skills Repository
Reusable skills for Codex and Claude.
This repository contains multiple self-contained skills. Each skill has its own SKILL.md and support files (scripts/, references/, templates, examples).
Available Skills
cite-them-all
- Location:
cite-them-all/ - Purpose: Detects claims in Markdown manuscripts that need citations and helps add references from biomedical sources.
- Entry:
cite-them-all/SKILL.md
gmail-invoice-processor
- Location:
gmail-invoice-processor/ - Purpose: Processes Gmail invoice emails, extracts vendor/amount data, and generates structured summaries.
- Entry:
gmail-invoice-processor/SKILL.md
md-to-xhs-cards
- Location:
md-to-xhs-cards/ - Purpose: Converts Markdown into Xiaohongshu image cards while preserving structure and embedded local images.
- Entry:
md-to-xhs-cards/SKILL.md
Repository Layout
skills/
├── cite-them-all/
├── gmail-invoice-processor/
├── md-to-xhs-cards/
└── .github/
Development
git clone https://github.com/erafat/skills.git
cd skills
Then work inside the individual skill folder you want to update.
References
- Gmail installation docs:
gmail-invoice-processor/docs/INSTALLATION.md - Gmail examples:
gmail-invoice-processor/docs/EXAMPLES.md - Gmail contributing guide:
gmail-invoice-processor/CONTRIBUTING.md
