note-taking

Guides agents to write and link notes in a flat notes folder with daily journal entries.

Updated Sep 7, 2026
One-click install
npx skills add https://github.com/jcafeitosa/anxionOS --skill note-taking-jcafeitosa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: note-taking
Source: https://github.com/jcafeitosa/anxionOS/tree/main/.cursor/skills/note-taking
Command: npx skills add https://github.com/jcafeitosa/anxionOS --skill note-taking-jcafeitosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It gives agents clear working rules for projects using the plain-notes starter pack, so quick notes and daily journal entries are captured consistently and linked into a navigable knowledge graph instead of becoming isolated files. ## Core Features & Use Cases - Flat notes layout: One markdown file per topic in notes/, with the option to promote notes into a more structured layout later. - Daily journal habit: One dated entry per day (YYYY-MM-DD.md) in daily/, with automatic links to yesterday's entry and frontmatter fields like mood, top3, and gratitude. - Link-first behavior: Agents link liberally and stub missing pages so the Open Knowledge link graph builds itself from those edges. - Use Case: Ask your agent to jot a quick thought or write today's journal entry, and it creates the right file in the right folder, pre-fills the date, and links related notes. ## Quick Start Ask your agent to write today's journal entry or capture a quick note about a topic, and it will create the correctly dated or named markdown file with links to related notes.

Frequently Asked Questions about note-taking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I take notes with an AI agent in a plain-notes project?▼

Just ask the agent to jot a note or capture a thought. It creates one markdown file per topic in the flat notes/ folder and links related pages, stubbing new pages when a linked note does not exist yet.

How do daily journal entries work in the plain-notes pack?▼

Each day gets one file named YYYY-MM-DD.md in the daily/ folder. On the first entry of a day, the agent links to yesterday's entry and pre-fills the date, and can fill mood, top3, and gratitude frontmatter fields.

Does the note-taking skill replace the open-knowledge skill?▼

No. It is pack guidance layered on top of the platform open-knowledge skill, which still governs every markdown read, write, preview, linking, and grounding operation.

What is required to use the plain-notes note-taking skill?▼

You need an agent host with the OpenKnowledge MCP server configured, and the pack installed project-locally via the ok seed --pack plain-notes command.

When should I move beyond the plain-notes layout?▼

The pack imposes no structure, so when a flat notes/ folder becomes hard to navigate, you can promote a note into a more structured layout. The linking habit carries over regardless of layout.