Moss frontmatter
Skill brsbl/moss-skills/plugins/moss-skills/skills/moss-frontmatter
Skills for working with https://www.mossnotes.app/
npx -y skills add brsbl/moss-skills --skill moss-frontmatterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
YAML frontmatter rules for Moss note metadata. Use when adding or editing the optional metadata block at the top of a note.
SKILL.md
1.0 KB, as published. Nobody here has run it
Frontmatter
Frontmatter is an optional YAML block at the top of the note:
---
status: active
tags:
- project
people:
- jane
---
# Note Title
- Put structured metadata in frontmatter, not in the body.
- Use a top-level YAML mapping. Prefer simple values and string lists; nested objects are read-only in Moss.
- Use
type,people,description,tags, andstatusonly when they help retrieval. For workspace notes, let Moss managecreated_date. - The note title comes from the leading
# H1, not a frontmattertitle:key. - Omit the block when no metadata is needed.
- Do not duplicate frontmatter values as prose headings or bold labels.
Editing Frontmatter
Keep YAML valid. Moss preserves malformed frontmatter but cannot edit it. When editing files, edit metadata inside the frontmatter block; in the app, use the Properties tab.