بنقرة واحدة
checkpoint
Use when the user wants to save current session state to disk for resuming in a later session.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when the user wants to save current session state to disk for resuming in a later session.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Use when adding, splitting, or reorganizing files under config/zsh/ — conventions, testing, and module-split guidance.
Use when the user wants a nontrivial task planned, architected, or designed and saved as a doc rather than answered inline.
استنادا إلى تصنيف SOC المهني
| name | checkpoint |
| description | Use when the user wants to save current session state to disk for resuming in a later session. |
Ask user for optional slug (short kebab-case name for this checkpoint). Default: session.
Resolve project root: git rev-parse --show-toplevel (fallback: cwd).
mkdir -p <project-root>/.claude/checkpoints/. If <project-root>/.gitignore exists and doesn't already ignore .claude/checkpoints/, add it.
Write <project-root>/.claude/checkpoints/<YYYYMMDD-HHMM>-<slug>.md (Write tool) with only the sections that have real content — omit empty ones:
Rules: bullets/fragments, not prose. Don't restate what's recoverable from code, git log, or diffs — capture only what isn't. Target ~1 screen; if it's growing longer, cut.
Output the file path and a 1-line TL;DR. Resuming later is manual: user pastes the path into the next session.