From jot
This skill should be used when the user asks to "jot this down", "note this", "capture a note", "remember this for later", "log a reminder", "save this thought", "make a note", or wants to quickly record a bug, idea, reminder, or improvement for any project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jot:noteThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quickly capture notes, ideas, bugs, reminders, or improvements for any project without disrupting the current workflow.
Quickly capture notes, ideas, bugs, reminders, or improvements for any project without disrupting the current workflow.
Observations and ideas arise mid-task. Provide a fire-and-forget capture mechanism so nothing is lost. All entries are stored in a single catalog file tagged by project/topic for later review via /jot:review.
The plugin root is the directory containing skills/, docs/, and .claude-plugin/. All file paths below are relative to the plugin root.
docs/notes.md/jot:note [project/topic] [context of the note]
/jot:note [context without explicit project]
When no project is explicitly stated, infer the project from context (e.g., current working directory, recent conversation topic). If unambiguous, use the inferred project. If truly ambiguous, use general.
Extract two components from the user's input:
aqimo, devcoffee, personal). Infer from context if not explicitly stated.From the user's raw context, generate an expanded interpretation:
bug, improvement, feature, reminder, or ideaRead docs/notes.md and append a new entry. Determine the next note number by reading existing entries — zero-pad to 3 digits (e.g., Note 007).
After appending, update the header counters in notes.md:
Entry format:
---
### Note NNN
**Date:** YYYY-MM-DD
**Project:** [project/topic name]
**Category:** [bug | improvement | feature | reminder | idea]
**Status:** pending
**Raw:** [User's original context text]
**Expanded:** [Agent's expanded interpretation of the context]
Provide a brief confirmation (2-3 lines max):
Then immediately return control to the user. Do NOT engage in discussion or ask follow-up questions. This is fire-and-forget.
general. Use conversation history, working directory name, or explicit mention.npx claudepluginhub itsdevcoffee/devcoffee-agent-skills --plugin jotCaptures lightweight short-form notes (observations, insights, strategy snippets) to `meta/notes/` with optional tags and artifact linkage. Use when you want to quickly jot something down.
Creates dated Markdown notes with YAML frontmatter, tags, summaries, and references in .claude/data/notes/ for secondbrain. Activates on 'create note', 'capture thought', 'save this', etc.