K Save banner
ahostbr ahostbr

K Save

Development community

Description

--- description: Save Kuroryuu checkpoint with optional worklog argument-hint: [description] allowed-tools: Read, Write, Bash --- Save a Kuroryuu checkpoint to preserve current session state. ## Steps 1. **Generate checkpoint metadata**: - Timestamp: Current datetime (YYYYMMDD_HHMMSS format) - Description: Use `$ARGUMENTS` if provided, otherwise "Manual checkpoint" - Session context from current conversation 2. **Call k_checkpoint MCP tool**: ``` k_checkpoint( action="sav

Installation

Installs to ~/.claude/commands/ahostbr-kuroryuu-public-k-save.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ahostbr/kuroryuu-public/HEAD/.claude/commands/k-save.md -o ~/.claude/commands/ahostbr-kuroryuu-public-k-save.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository