notes

Standardize Markdown note creation with frontmatter and descriptive filenames.

10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/istota-project/istota --skill notes-istota-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notes
Source: https://github.com/istota-project/istota/tree/main/src/istota/skills/notes
Command: npx skills add https://github.com/istota-project/istota --skill notes-istota-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notes are often saved inconsistently across projects, making retrieval slow and information hard to organize. This Skill standardizes Markdown note conventions and save procedures to streamline note-taking.

Core Features & Use Cases

  • Markdown-driven notes: save notes as .md with a descriptive, space-delimited filename and ensure a created date is present in frontmatter.
  • Frontmatter-driven metadata: require at least a created date; optionally include an agents field to convey per-file instructions; enforce standard Markdown link syntax and avoid URL-encoding.
  • Organization and discovery: notes land in a designated notes_folder for easy access and consistent retrieval.

Quick Start

Create a new Markdown note with a descriptive filename and include a created date in the frontmatter.

Frequently Asked Questions about notes

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

FAQPage Schema
How do I standardize markdown note conventions across different projects?

Markdown frontmatter for notes requires a created date field at minimum, while an optional agents field conveys per-file instructions. This structure standardizes personal knowledge work, research notes, and meeting summaries for consistent discovery.

How do I save markdown notes with consistent metadata and naming?

When saving markdown notes, this Skill enforces standard Markdown link syntax and avoids URL-encoding to maintain clean, readable content. All notes land in a designated notes_folder, ensuring consistent retrieval and organization across personal knowledge work.

Can I add custom instructions to individual markdown note files?

Yes, you can add custom instructions to markdown note files by using the optional agents field in the frontmatter. This field conveys per-file instructions alongside the required created date, allowing tailored processing for individual research notes or meeting summaries.

Why do my markdown notes need a created date in frontmatter?

A created date in frontmatter is required to standardize note creation and storage, enabling easy discovery and consistent retrieval. This metadata rule ensures all notes in the notes_folder have a uniform structural baseline for organizing research notes and meeting summaries.

What is the best way to organize markdown notes for easy retrieval?

The best way to organize markdown notes for retrieval is enforcing frontmatter rules and descriptive filenames within a designated notes_folder. This approach standardizes storage and ensures links use standard Markdown syntax without URL-encoding, streamlining personal knowledge work.

Does this note saving method work for research notes and meeting summaries?

Yes, this note saving method works for research notes, meeting summaries, and personal knowledge work. It enforces Markdown frontmatter rules and descriptive filenames, ensuring consistent structure and easy discovery across these use cases.