agentsclimarketplace

Moss frontmatter

Skill brsbl/moss-skills/skills/moss-frontmatter

Skills for working with https://www.mossnotes.app/

Install
npx -y skills add brsbl/moss-skills --skill moss-frontmatter

Assembled 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, and status only when they help retrieval. For workspace notes, let Moss manage created_date.
  • The note title comes from the leading # H1, not a frontmatter title: 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.