dineway-planning-with-files

Installation
SKILL.md
Contains Hooks

This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.

Planning with Files

Work like Manus: Use persistent markdown files as your "working memory on disk."

FIRST: Check for Previous Session (v2.2.0)

Before starting work, check for unsynced context from a previous session:

# Linux/macOS
node .codex/skills/dineway-planning-with-files/scripts/session-catchup.mjs "$(pwd)"
# Windows PowerShell
node "$env:USERPROFILE\.codex\skills\dineway-planning-with-files\scripts\session-catchup.mjs" (Get-Location)

If catchup report shows unsynced context:

Installs
4
GitHub Stars
2
First Seen
Aug 7, 2026
dineway-planning-with-files — dineway/dineway-skills