From n2c
Mark a task as done. Use when the user says "done", "complete", "finished", "mark done", "check off", or refers to completing a specific task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/n2c:complete-taskThe 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.
Find the task to complete using this priority:
If ambiguous (multiple matches), show candidates and ask which one.
Set Status → Done. Nothing else.
Call mcp__notion__API-patch-page with:
{
"page_id": "<task_page_id>",
"properties": {
"Status": { "status": { "name": "Done" } }
}
}
✓ Done: <task title> (id: <first-8-chars>)
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub corneliu-iancu/agentic-mind-palace