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).
- 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
- Location:
gmail-invoice-processor/ - Purpose: Processes Gmail invoice emails, extracts vendor/amount data, and generates structured summaries.
- Entry:
gmail-invoice-processor/SKILL.md
- 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
skills/ ├── cite-them-all/ ├── gmail-invoice-processor/ ├── md-to-xhs-cards/ └── .github/ git clone https://github.com/erafat/skills.git cd skillsThen work inside the individual skill folder you want to update.
- 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