一键导入
waypoint-init
Bootstrap a project for Waypoint session tracking. Creates .context/ directory and checkpoint template.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bootstrap a project for Waypoint session tracking. Creates .context/ directory and checkpoint template.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | waypoint-init |
| description | Bootstrap a project for Waypoint session tracking. Creates .context/ directory and checkpoint template. |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["Bash","Write"] |
Bootstrap a project for Waypoint session checkpoint tracking.
Check if .context/ directory already exists
.context/checkpoint.md already has content, report it exists and do not overwrite.context/ exists but checkpoint.md does not, proceed to create the templateCreate .context/ directory if it does not exist:
mkdir -p .context
Create .context/checkpoint.md with a template:
---
date:
branch:
---
## Done
## Next
## Decisions
## Resume
Ask the user if they want plan-tracking support. If yes, create the plans directory:
mkdir -p docs/plans
Report what was created