From n2c
List and filter tasks from Notion. Use for "my tasks", "what's due", "show today", or any task listing request.
How this skill is triggered — by the user, by Claude, or both
Slash command
/n2c:list-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `.state/databases.json` for the Tasks DB ID. If missing, say to run `/n2c:setup`.
Read .state/databases.json for the Tasks DB ID. If missing, say to run /n2c:setup.
Call mcp__notion__API-query-data-source with the Tasks DB ID.
Default: exclude Archived, sort by Due ascending, limit 10.
| Intent | Filter |
|---|---|
| my day | My Day checkbox = true |
| due today | Due date equals today |
| overdue | Due before today AND Status != Done |
| in progress | Status equals "Progress" |
| to do | Status equals "To Do" |
| high energy | Energy select equals "High" |
Combine with { "and": [...] }. Always exclude Archived unless asked.
One line per task:
[Status] Title Due: YYYY-MM-DD Energy: X (id: first-8-chars)
npx claudepluginhub corneliu-iancu/agentic-mind-palaceCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.