Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

checkpointcheckpoint 搜索

Agent Skill

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

总安装

294

周安装

12

GitHub Stars

公开资料未说明

下载量

94
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/anortham/goldfish --skill checkpoint

简介

checkpoint 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 保存开发记忆,记录关键决策与完成节点以延续上下文。
  • 安装命令:npx skills add https://github.com/anortham/goldfish --skill checkpoint。
  • 需确认权限范围、维护状态及是否触发联网或文件读写。

SKILL.md

Checkpoint — Save Developer Memory

When to Checkpoint

When in doubt, checkpoint — a few extra checkpoints are better than lost context.

  • Completed a deliverable — feature slice, bug fix, refactor step
  • Made a key decision — architecture, tradeoffs, approach choices that future sessions must follow
  • Committed or pushed work — natural checkpoint moment after code lands
  • Reaching a stopping point — end of a work session or switching tasks
  • Before context compaction — preserve active state (PreCompact hook handles this automatically)
  • Found something non-obvious — blockers, root causes, discoveries worth preserving
  • User shared requirements/constraints — preserve what future work must honor

Space out checkpoints so each one captures a distinct piece of progress — one per logical milestone is the right cadence.

How to Write Good Descriptions

Your description becomes the markdown body of a .md file. Format it with structure — headers, bullet points, bold, code spans.

The WHAT/WHY/HOW/IMPACT Formula

mcp__goldfish__checkpoint({
  description: "## Implemented JWT refresh token rotation\n\nThe existing single-token approach was vulnerable to token theft.\n\n- **Approach:** Rotate tokens on each use, limiting the attack window\n- **Added:** `RefreshTokenStore` with atomic file writes and 7-day expiry\n- **Tests:** All 12 auth tests passing\n- **Impact:** Unblocks the session management PR",
  tags: ["feature", "auth", "security", "jwt", "refresh-token", "token-rotation", "session-management"]
})

Good vs Bad

GOOD (structured markdown):

## Fixed race condition in checkpoint writes

Concurrent saves could corrupt the daily markdown file.

- **Root cause:** Non-atomic write pattern
- **Fix:** Switched to write-tmp-then-rename with file locking
- **Verified:** Reproduced with parallel test, confirmed fix

BAD (no structure): "Fixed race condition in checkpoint file writes where concurrent saves could corrupt the daily markdown file. Root cause was non-atomic write pattern."

BAD (no context): "Fixed file writing bug"

Structured Fields

Use type to classify your checkpoint for better searchability:

  • type: "decision" → include decision + alternatives
  • type: "incident" → include context + evidence
  • type: "learning" → include impact

All types benefit from symbols, next, and impact.

Tags — Think About Future Search

Tags power fuzzy search recall. Write them for discoverability — how would future-you search for this?

Category tags (1-2):

  • Type: feature, bug-fix, refactor, docs, test
  • Area: auth, api, ui, database, build
  • Status: wip, blocked, discovery, decision

Concept tags (2-5) — the important part:

  • Include synonyms and related terms for the core topic
  • Include the problem domain, not just the solution
  • Think: "what words might I use when searching for this later?"

Example: a checkpoint about implementing retry logic for payment webhooks:

  • BAD tags: ["bug-fix", "payments"]
  • GOOD tags: ["bug-fix", "payments", "retry", "resilience", "webhooks", "fault-tolerance", "idempotency"]

Example: a decision to use WebSockets over SSE for real-time updates:

  • BAD tags: ["decision", "api"]
  • GOOD tags: ["decision", "real-time", "websockets", "sse", "push", "streaming", "notifications"]

What Gets Captured Automatically

You don't need to include these — Goldfish captures them:

  • Git branch — current branch name
  • Git commit — current HEAD short hash
  • Changed files — files modified since last commit (.memories/ excluded)
  • Timestamp — UTC, always

Focus your description on the MEANING, not the mechanics.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.32%
按下载量换算32

Claude

27.61%
按下载量换算26

Cursor

20.94%
按下载量换算20

Gemini CLI

10.57%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills