ワンクリックで
moss-frontmatter
YAML frontmatter rules for Moss note metadata. Use when adding or editing the optional metadata block at the top of a note.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
YAML frontmatter rules for Moss note metadata. Use when adding or editing the optional metadata block at the top of a note.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create or edit Moss canvas blocks and choose between moss-canvas and plain ASCII sketches for proposal notes, UI option cards, ASCII wireframes, rough diagrams, flows, and spatial visual thinking.
Comment annotation syntax for Moss notes. Use when adding, preserving, or editing note comments and their sidecar metadata.
Create or edit Moss formulas and variables, including editable anchors, derived values, bound references, display values, IDs, metadata, and table-cell usage.
Author self-contained moss-html blocks for HTML previews, embedded HTML, interactive prototypes, and behavior demos in Moss notes.
Create or edit Moss links, including wiki note links, heading links, aliases, Markdown links, YouTube embeds, and media/link preservation rules.
Syntax and file rules for creating or editing Moss notes under ~/Moss/Notes/. Use when authoring or modifying notes, choosing a node type, or following Moss markdown conventions.
| name | moss-frontmatter |
| description | YAML frontmatter rules for Moss note metadata. Use when adding or editing the optional metadata block at the top of a note. |
Frontmatter is an optional YAML block at the top of the note:
---
status: active
tags:
- project
people:
- jane
---
# Note Title
type, people, description, tags, and status only when they help retrieval. For workspace notes, let Moss manage created_date.# H1, not a frontmatter title: key.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.