Skip to content

Commit 0918445

Browse files
committed
docs: fix note skill date format to YYYY-MM-DD
1 parent 6d1e684 commit 0918445

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/note/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Every note MUST start with YAML frontmatter:
4646
tags:
4747
- tag1
4848
- tag2
49-
created: YYYY-MMM-DD
49+
created: YYYY-MM-DD
5050
---
5151
```
5252

5353
- 3-5 relevant tags. Lowercase, hyphenated for multi-word.
54-
- Date format `YYYY-MMM-DD` (e.g. `2026-Jan-24`).
54+
- Date format `YYYY-MM-DD` (e.g. `2026-01-24`).
5555
- Add `mode: verbatim` or `mode: concept` if you want the mode visible in frontmatter.
5656

5757
### Structure: verbatim fix

0 commit comments

Comments
 (0)