From memcan
Manage per-project TODO lists. Use when postponing work, tracking small tasks, or managing backlogs across sessions. Triggers on "add todo", "show todos", "mark done", "what's pending".
How this skill is triggered — by the user, by Claude, or both
Slash command
/memcan:todoThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Per-project TODO lists that persist across sessions.
Per-project TODO lists that persist across sessions.
add_todo(title="Fix auth timeout", project="backend", priority="high")
add_todo(title="Update docs", description="Add API examples", project="mylib")
Priority: high, medium (default), low.
list_todos(project="backend") # all
list_todos(project="backend", status="pending") # only open
list_todos(project="backend", status="done") # completed
Results sorted: high priority first, then by creation date.
complete_todo(todo_id="<uuid>")
update_todo(todo_id="<uuid>", priority="high")
update_todo(todo_id="<uuid>", title="New title", description="New desc")
TODOs are searchable via unified search:
search(query="auth timeout", collections=["todos"], project="backend")
npx claudepluginhub lklimek/agents --plugin memcanOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Mines projects and conversations into a searchable memory palace. Activates on queries about MemPalace, memory palace, mining, searching, palace setup, wings, rooms, drawers, or recalling past work.