moldavite-markdownlisted
Install: claude install-skill mauropereiira/moldavite-skills
# Moldavite Markdown
Create Markdown that survives round trips through Moldavite's rich-text editor. Use standard Markdown plus only the Moldavite extensions documented here.
## Workflow
1. Read the Forge's `AGENTS.md` when present. Forge-specific rules override this skill.
2. Before editing an existing note, read its complete raw Markdown, including frontmatter.
3. Preserve unknown frontmatter keys and unsupported content unless the user asks to change them.
4. Use conservative Markdown: headings, paragraphs, lists, tasks, blockquotes, links, fenced code, and images.
5. Connect notes with Moldavite wiki links. Use standard Markdown links for external URLs.
6. Verify link order, tag syntax, frontmatter fences, and destination filename before writing.
## Supported Markdown
````markdown
# Heading 1
## Heading 2
### Heading 3
**bold** and *italic*
- Bullet
1. Ordered item
- [ ] Open task
- [x] Completed task
> Blockquote
[External link](https://example.com)
```text
Fenced code
```
````
Moldavite also round-trips underline, highlight, text alignment, and sized images as inline HTML. Do not introduce that HTML unless the task needs those editor features.
## Frontmatter
Frontmatter is optional and must begin at the start of the file:
```yaml
---
title: Project Alpha
status: active
color: moss
---
```
- Moldavite interprets `color`; valid IDs are in [SYNTAX.md](references/SYNTAX.md).
- Other valid YAML keys are preserved, but Moldavite may reorder or reformat them on