Save current project task progress to local task state file for cross-session continuity. Use when the user asks to save progress, uses an equivalent localized trigger phrase, the session is interrupted, or the user wants to resume work later. Writes to .claude/project-task-state.json so next session can load it via SessionStart hook.
$npx -y skills add kimyx0207/meta_kim --skill save-progressInstalls into the current project.
Run `npx skills use "https://github.com/kimyx0207/meta_kim" --skill "kimyx0207/meta_kim/save-progress"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kimyx0207/meta_kim" that are relevant to the current task. Run `npx skills add "https://github.com/kimyx0207/meta_kim"` and select the relevant skills, then follow their instructions.