From n2c
Get full details of a task by page ID. Use when user picks a task from a list or asks for task details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/n2c:get-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `.state/databases.json` to confirm setup. If missing, say to run `/n2c:setup`.
Read .state/databases.json to confirm setup. If missing, say to run /n2c:setup.
mcp__notion__API-retrieve-a-page with the page ID — extract all propertiesmcp__notion__API-get-block-children with the page ID — get full page contenthas_children: true, fetch its children recursivelyAlways show full content. Format as markdown:
# <title>
Status: X | Due: X | Energy: X | Importance: X | My Day: ✓/✗
---
<full page content as markdown>
Map blocks: paragraph → text, headings → #/##/###, bullets → -, numbered → 1., to_do → checkboxes, code → fenced, quote → >, callout → > with icon.
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.