md-to-gamma is agent-read markdown (skill) from fabioc-aloha/alex_skill_mall: Pre-process Markdown into a Gamma-import-ready version..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# md-to-gamma
Pre-process Markdown into a Gamma-import-ready version.
## When to Use
- Authoring presentations in Markdown then importing to [Gamma](https://gamma.app)
- Converting blog posts or docs into slide decks
- Round-tripping content between writing tools and Gamma
## What's Here
`md-to-gamma.cjs` — Node script (no external deps).
## External Dependencies
- `node` (≥ 16) — that's it
## Usage
```bash
node md-to-gamma.cjs input.md
# Emits input-gamma.md alongside the source
```
## What It Does
- Adjusts heading levels for Gamma's slide-per-heading model
- Strips frontmatter that Gamma doesn't read
- Converts Mermaid blocks to references Gamma can render
- Inserts slide-break markers where Gamma expects them
## Workflow
1. Author your deck as standard Markdown
2. Run `md-to-gamma.cjs your-deck.md`
3. In Gamma, **Import → Markdown** → upload `your-deck-gamma.md`
4. Edit visually in Gamma if you want, or re-run the converter on edits
## Notes
- Works offline — no API key, no network
- Companion to the `gamma-presentation` skill if you want full presentation tooling
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_nocya4fdxboxdkku
GET https://markdownregistry.com/api/v1/resolve?ref=fabioc-aloha/alex_skill_mall/md-to-gamma
GET https://markdownregistry.com/api/v1/blob/c537d2d1479e011dddae290ba5d26005dc454664021d977ef0ae89248b3502fb
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
fabioc-aloha/alex_skill_mall · .github/skills/source-inventory/SKILL.md · Maintain the source registry in sources/supported-stores.json — add a new third-party plugin store, retire one, refresh…
fabioc-aloha/alex_skill_mall · .github/skills/staleness-discipline/SKILL.md · Detect, classify, and prune stale source stores in the Mall — define what stale means and how to remove gracefully…
fabioc-aloha/alex_skill_mall · .github/skills/store-evaluation/SKILL.md · Evaluate a proposed store for inclusion in Alex_ACT_Plugin_Mall using a quality scorecard
fabioc-aloha/alex_skill_mall · plugins/3d-graphics/spline-3d-integration/skills/spline-3d-integration/SKILL.md · Use when adding interactive 3D scenes from Spline.design to web projects, including React embedding and runtime control…
fabioc-aloha/alex_skill_mall · plugins/academic-research/academic-paper-drafting/skills/academic-paper-drafting/SKILL.md · End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting…
fabioc-aloha/alex_skill_mall · plugins/academic-research/academic-research/skills/academic-research/SKILL.md · Research project scaffolding, thesis/dissertation writing, literature reviews, publication workflows, and the AI…