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 memcanProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.