$npx -y skills add inkeep/open-knowledge --skill plain-notesHow to work in a Plain Notes project (the plain-notes starter pack): a flat notes/ folder plus a daily/ journal. The 'I just want to write' layout. Read when the project has these folders. Carries the linking habit and daily-entry behavior so templates and folder descriptions s
| 1 | # Plain Notes pack — how to work here |
| 2 | |
| 3 | The lightest pack: no posture imposed, just write and link. |
| 4 | |
| 5 | ## Folders |
| 6 | |
| 7 | - **`notes/`** — one file per topic, flat. Promote a note into a more structured layout later if you outgrow this. |
| 8 | - **`daily/`** — one journal entry per day (`YYYY-MM-DD.md`): morning intentions, capture through the day, evening reflection. |
| 9 | |
| 10 | ## Agent behaviors |
| 11 | |
| 12 | - **Link liberally.** The value of this pack is the graph that emerges from links — when a note or entry mentions something worth its own page, link it (stub the page if it doesn't exist yet). OK's link graph builds itself from those edges. |
| 13 | - **Daily entries:** on the first entry of a day, link to yesterday's entry (`YYYY-MM-DD-1.md`) and pre-fill the date, so the linear journal is also a navigable graph. |
| 14 | - The `mood`, `top3`, and `gratitude` frontmatter fields on daily entries let you look back across days; fill them when journaling. |
| 15 | |
| 16 | ## Templates |
| 17 | |
| 18 | `note` and `daily` carry only structure; write freely. |