一键导入
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.