vault/Operations/Claude/skills/tasks/print-week/SKILL.md
Generate a printable Markdown view of TickTick tasks for the next 7 days
npx skillsauth add eddowding/cortex print-weekInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a clean, printable Markdown view of upcoming TickTick tasks.
Fetch tasks from TickTick and create a nicely formatted Markdown document grouped by day and tag, suitable for printing or quick reference.
Saves to: Cockpit/Next-7-Days-Print.md
Use ticktick MCP: ticktick_filter_tasks with filter_criteria empty object
Group tasks into:
For each task show:
Process tasks with Python to:
Write to Cockpit/Next-7-Days-Print.md
tools
Dispatch to the right problem-solving technique based on how you're stuck.
testing
Interactive brainstorming and advisory mode that helps think through questions, critique approaches, propose alternatives, and reach optimal decisions.
tools
Find one insight that eliminates multiple components - 'if this is true, we don't need X, Y, or Z'
testing
Test at extremes (1000x bigger/smaller) to expose fundamental truths hidden at normal scales.