note-taker
SKILL.md
Note-Taker
A productivity and task management tool. Add items, manage a to-do list, set priorities, track daily and weekly views, set reminders, view statistics, clear completed tasks, and export data — all from the command line with persistent local storage.
Commands
Task Management
| Command | Description | Usage |
|---|---|---|
add |
Add a new item to your task list | note-taker add <text> |
list |
List all current items | note-taker list |
done |
Mark an item as completed | note-taker done <item> |
priority |
Set priority level for an item | note-taker priority <item> <level> |
clear |
Clear all completed items from the list | note-taker clear |
Views & Planning
| Command | Description | Usage |
|---|