From jot
Use when the user asks to "list my notes", "show my notes", "what notes do I have", "jot list", "show notes for [project]", or wants a quick overview of captured notes without starting a full review session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jot:listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display a quick summary table of all captured jot notes.
Display a quick summary table of all captured jot notes.
Provide a fast, read-only overview of notes without entering a full triage session (/jot:review). Supports optional filtering by project or status.
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:list
/jot:list [project]
/jot:list [status]
/jot:list [project] [status]
aqimo, maximus-loop)pending, resolved, wontfix, or all (default: all)Read docs/notes.md and parse all note entries.
If the user provided arguments, determine if they are a project name or status keyword:
pending, resolved, wontfix, allApply matching filters. If no arguments, show all notes.
Present results as a markdown table:
**Jot Notes** — [N] total ([X] pending, [Y] resolved)
| # | Project | Category | Status | Summary |
|---|---------|----------|--------|---------|
| 001 | aqimo | bug | pending | Brief summary of the raw note |
| 002 | devcoffee | feature | pending | Brief summary of the raw note |
... if longerFiltered by: [project] [status]No notes found matching "[filter]".After displaying the table, stop. Do not ask follow-up questions or suggest actions.
npx claudepluginhub itsdevcoffee/devcoffee-agent-skills --plugin jotSearches vault cards by domain, type, status, keyword; recommends semantically related cards using AI language understanding. Queries inbox, actions, tasks, areas, projects from index for search/find/list/filter/browse requests.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.