# Notes

> Quickly capture and organize notes for later reference. Use when: user wants to save a note, jot down an idea, retrieve saved notes. Don't use when: user wants to manage tasks (use todo skill), set a timed reminder (use reminders skill), or save a URL (use bookmark skill).

- Skill: `sepivip/notes` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sepivip/notes`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sepivip/notes/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: sepivip (https://skillmd.com/u/sepivip)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/sepivip/notes

---


# Quick Notes

## Use when
- "note this down", "save this", "remember that..."
- Retrieve a saved note
- Organize thoughts with tags

## Don't use when
- Manage tasks with done/not-done tracking (use todo)
- Time-based reminder (use reminders)
- Save a URL (use bookmark)

## Instructions
When the user wants to save a note:

1. Identify the content to save

2. Determine if it should go to:
   - daily_note: Temporary, day-specific info
   - memory_save: Long-term, important info

3. Add appropriate tags if mentioned (#idea, #todo, #link)

4. Format notes clearly with topic and content

5. Confirm the note was saved

When retrieving notes:
- Check both MEMORY.md and today's daily file
- Search for relevant tags or keywords

