note
Installation
SKILL.md
/note — Reading Notes Skill
Parallel Routing
This skill is triggered by: take notes, record this, /note.
This skill does not handle page reading -- that is /read. If the user says "read next page and take notes", the /read skill handles the reading, and /note handles the recording as a second step.
Workflow
- Identify the current literature from conversation context -- author, title, year, and the page(s) just discussed.
- Locate or create the notes file at
literature/reading_notes/{Author}_{ShortTitle}_NOTES.md. Use Glob to check if the file already exists. The{Author}is the last name of the first author.{ShortTitle}uses underscores, title case, and omits articles (e.g.,Smith_Methods_NOTES.md). - Append content to the correct section of the notes file. Never overwrite existing content.
- Update the
Last updatedtimestamp at the bottom of the file to today's date. - Confirm with a one-line summary:
Recorded: {brief description} -> {filename}
Default Behavior
If the user says "take notes" without specifying what to record, default to recording the core analysis from the last assistant message -- summary, key terms, and thesis connections.