Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

gemini-checkpoint-managementGemini checkpoint management 搜索

Agent Skill

gemini-checkpoint-management 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

264

周安装

11

GitHub Stars

61

下载量

88
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gemini-checkpoint-management(Gemini checkpoint management 搜索)
来源仓库:https://github.com/melodic-software/claude-code-plugins
仓库路径:skills/gemini-checkpoint-management
安装命令:
npx skills add https://github.com/melodic-software/claude-code-plugins --skill gemini-checkpoint-management
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/melodic-software/claude-code-plugins --skill gemini-checkpoint-management

简介

用于查找、检索和筛选相关信息。gemini-checkpoint-management 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词、任务场景或来源线索快速定位候选结果。
  • 可结合来源仓库和原始 README 进一步核验具体用法。
  • 安装方式:通过 npx skills add 命令从指定仓库添加技能。
  • 建议确认权限范围、维护状态,以及是否会触发联网或文件读写操作。

SKILL.md

Gemini Checkpoint Management

MANDATORY: Invoke gemini-cli-docs First

STOP - Before providing ANY response about Gemini checkpointing: 1. INVOKE gemini-cli-docs skill 2. QUERY for the specific checkpointing topic 3. BASE responses EXCLUSIVELY on official documentation loaded

Overview

Meta-skill for managing Gemini CLI's checkpointing system. Checkpointing creates automatic snapshots before file modifications, enabling instant rollback.

When to Use This Skill

Keywords: checkpoint, rollback, restore, undo, snapshot, revert, experiment, checkpointing, /restore

Use this skill when:

  • Enabling or configuring checkpointing
  • Listing available checkpoints
  • Restoring to a previous state
  • Understanding checkpoint storage
  • Planning experimental workflows

How Checkpointing Works

When enabled, before any file modification Gemini creates:

  1. Git Snapshot: Shadow repo at ~/.gemini/history/<project_hash>
  2. Conversation History: Complete session state
  3. Pending Tool Call: The operation about to execute

Checkpoints are stored locally and don't interfere with your project's Git repository.

Configuration

Enable Checkpointing

Add to settings.json:

{
  "general": {
    "checkpointing": {
      "enabled": true
    }
  }
}

Verify Configuration

cat ~/.gemini/settings.json | jq '.general.checkpointing'

Commands

List Checkpoints

/restore

Shows available checkpoint files for the current project.

Restore Checkpoint

/restore <checkpoint_file>

Restores files and conversation to the checkpoint state.

Checkpoint Naming

Format: {timestamp}-{filename}-{tool_name}

Example: 2025-06-22T10-00-00_000Z-my-file.txt-write_file

Storage Locations

DataLocation
Git snapshots~/.gemini/history/<project_hash>
Checkpoint metadata~/.gemini/tmp/<project_hash>/checkpoints

Keyword Registry (Delegates to gemini-cli-docs)

TopicQuery Keywords
Enablecheckpointing enabled, enable checkpointing settings
Commands/restore command, list checkpoints, restore checkpoint
Storagecheckpoint storage, ~/.gemini/history, snapshot location
Workflowcheckpointing workflow, automatic snapshots

Quick Decision Tree

What do you want to do?

  1. Enable checkpointing -> Query gemini-cli-docs: "checkpointing enabled settings"
  2. List checkpoints -> Use /restore command
  3. Restore state -> Use /restore <checkpoint_name>
  4. Find storage -> Query gemini-cli-docs: "checkpoint storage ~/.gemini/history"
  5. Understand workflow -> Query gemini-cli-docs: "checkpointing workflow"

Best Practices

  1. Enable for experiments: Always enable when doing risky refactors
  2. Note checkpoint names: Before major changes, list existing checkpoints
  3. Test after restore: Verify state after restoring
  4. Clean up periodically: Old checkpoints consume disk space

Verification Checkpoint

  • Did I invoke gemini-cli-docs skill?
  • Did official documentation load?
  • Is my response based EXCLUSIVELY on official docs?

Test Scenarios

Scenario 1: Direct Activation

Query: "Use the gemini-checkpoint-management skill to enable checkpointing" Expected Behavior:

  • Skill activates on keyword "checkpoint"
  • Delegates to gemini-cli-docs for official documentation Success Criteria: User receives accurate checkpointing configuration steps

Scenario 2: Keyword Activation

Query: "How do I rollback changes in Gemini CLI?" Expected Behavior:

  • Skill activates on keywords "rollback", "restore"
  • Provides /restore command usage Success Criteria: Response includes command syntax and checkpoint listing

Scenario 3: Troubleshooting

Query: "Where are Gemini checkpoints stored?" Expected Behavior:

  • Skill activates on "checkpoint storage"
  • Provides ~/.gemini/history path information Success Criteria: User understands checkpoint storage structure

References

Query gemini-cli-docs for official documentation on:

  • "checkpointing"
  • "/restore command"
  • "checkpoint storage"

Version History

  • v1.1.0 (2025-11-30): Added Test Scenarios section
  • v1.0.0 (2025-11-25): Initial release

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

trae

28.75%
按下载量换算25

Antigravity

24.34%
按下载量换算21

windsurf

18.12%
按下载量换算16

Claude Code

13.13%
按下载量换算12

Codex

7.39%
按下载量换算7

Gemini CLI

3.77%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills