MUST use when user says 'save', 'save session', or explicitly wants to preserve session state. {USER_NAME} does NOT use slash commands; also trigger proactively when significant work has been completed and session context should be persisted. For session endings (bye/done/goodbye), use the session-end skill instead which combines save-session + save-diary.
$npx -y skills add faizkhairi/claude-code-blueprint --skill save-sessionInstalls into the current project.
Run `npx skills use "https://github.com/faizkhairi/claude-code-blueprint" --skill "faizkhairi/claude-code-blueprint/save-session"` 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/faizkhairi/claude-code-blueprint" that are relevant to the current task. Run `npx skills add "https://github.com/faizkhairi/claude-code-blueprint"` and select the relevant skills, then follow their instructions.