用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill checkpointing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | checkpointing |
| description | | Use when this capability is needed. |
Record all session activity and discover reusable patterns. Run everything, every time.
/checkpointing
↓
┌─────────────────────────────────────────────────────────────┐
│ 1. Collect Everything │
│ ├── git log (commits, file changes, line stats) │
│ ├── CLI logs (Codex/Gemini consultations) │
│ ├── Agent Teams activity (tasks, teammates, messages) │
│ └── Design decisions (.claude/docs/DESIGN.md changes) │
│ │
│ 2. Generate Checkpoint │
│ → .claude/checkpoints/YYYY-MM-DD-HHMMSS.md │
│ │
│ 3. Update Session History │
│ → CLAUDE.md (cross-session persistence) │
│ │
│ 4. Discover Skill Patterns │
│ → Subagent analyzes checkpoint │
│ → Suggests reusable skills │
│ → User reviews and approves │
└─────────────────────────────────────────────────────────────┘
# Everything. No flags needed.
/checkpointing
# Optional: only look at recent work
/checkpointing --since "2026-02-08"
.claude/logs/agent-teams/{team-name}/{teammate}.md/startproject, /team-implement, /team-review).claude/docs/DESIGN.md since last checkpoint# Checkpoint: 2026-02-08 15:30:00 UTC
## Summary
- **Commits**: 12
- **Files changed**: 15 (10 modified, 4 created, 1 deleted)
- **Codex consultations**: 3
- **Gemini multimodal**: 2
- **Agent Teams sessions**: 1 (3 teammates)
- **Tasks completed**: 8/10
## Git History
### Commits
- `abc1234` feat: redesign startproject for Opus 4.6
- `def5678` feat: add team-implement skill
...
### File Changes
**Created:**
- `.claude/skills/team-implement/SKILL.md` (+180)
...
**Modified:**
- `CLAUDE.md` (+40, -25)
...
## CLI Consultations
### Codex (3 consultations)
- ✓ Design: Architecture for Agent Teams integration
- ✓ Debug: Task dependency resolution
- ✗ Review: (timeout)
### Gemini (2 multimodal tasks)
- ✓ Extract: API spec from design document PDF
- ✓ Analyze: Architecture diagram from whiteboard photo
## Agent Teams Activity
### Team: project-planning
**Composition:**
- Lead: Claude (orchestration)
- Researcher: Opus-powered (external research)
- Architect: Codex-powered (design decisions)
**Task List:**
- [x] Research library options (Researcher)
- [x] Design module architecture (Architect)
[x] Validate API constraints (Researcher)
[x] Finalize implementation plan (Architect)
Researcher → Architect: 3 messages (library constraints)
Architect → Researcher: 2 messages (additional research requests)
All tasks completed
No file conflicts
2 design iterations triggered by research findings
Researched httpx library constraints and API patterns for the new API client module.
[x] Research libraries: httpx supports HTTP/2 via h2 dependency
[x] Find documentation: httpx connection pool defaults to 100
→ Architect: httpx connection pool limit of 100, HTTP/2 requires h2
← Architect: Requested HTTP/2 multiplexing research
Designed API client module architecture with HTTP/2 support.
Use httpx[http2] for multiplexed connections: reduces latency for parallel requests
Connection pool sizing strategy: Codex recommended dynamic pool based on load
→ Researcher: Request HTTP/2 multiplexing research
← Researcher: httpx supports HTTP/2 via h2
Agent Teams for Research ↔ Design (bidirectional)
Gemini specialized for multimodal processing only
Researcher and Architect exchanged findings 5 times, each
exchange refined the design. This back-and-forth is a repeatable pattern.
Already captured as /startproject Phase 2.
3 implementers worked on separate modules with zero conflicts.
Module boundaries were defined by directory ownership.
Already captured as /team-implement.
---
Each checkpoint also appends a concise summary to CLAUDE.md:
## Session History
### 2026-02-08
- 12 commits, 15 files changed
- Codex: 3 consultations (design, debug, review)
- Gemini: 2 multimodal tasks (PDF extraction, diagram analysis)
- Agent Teams: 1 session (3 teammates, 8/10 tasks completed)
- New skills: /team-implement, /team-review
- Key decisions: Agent Teams for parallel work, Gemini role narrowed
This persists across sessions — new sessions load CLAUDE.md and see what happened before.
The checkpoint is automatically analyzed to find reusable patterns:
What it looks for:
Output: Skill suggestions with confidence scores. High-confidence patterns (>= 0.8) that don't match existing skills are presented to the user for approval.
/checkpointing
│
├─ 1. Run checkpoint.py (collects git + CLI + teams data)
│ → Generates .claude/checkpoints/YYYY-MM-DD-HHMMSS.md
│
├─ 2. Update CLAUDE.md with session summary
│
└─ 3. Spawn subagent for skill pattern analysis
→ Reads checkpoint file
→ Identifies reusable patterns
→ Reports suggestions to user
→ User approves → new skills created in .claude/skills/
| Timing | Why |
|---|---|
| Before session ends | Record all activity, hand off to next session |
After /team-implement completes | Capture team activity patterns |
After /team-review completes | Capture review patterns |
| After major design decisions | Persist the decision context |
| When you notice recurring patterns | Opportunity to discover new skills |
.claude/checkpoints/ (already in .gitignore)~/.claude/teams/ and ~/.claude/tasks/Converted and distributed by TomeVault — claim your Tome and manage your conversions.