Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/bluecore:checkpointThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 10ステップ以上の反復ループ開始前
session_end.py がメッセージ数30件超で自動保存したチェックポイントを引き継ぐとき~/.bluecore/session-data/checkpoint-<YYYY-MM-DD>-<slug>.md
---
task: <タスク名(20文字以内)>
completed: false
---
## 目標
<最終ゴール1〜2文>
## 完了済みステップ
- [x] ステップ1: ...
## 進行中
- [ ] ステップN: ...(現在ここ)
## 残りステップ
- [ ] ステップN+1: ...
## 変更済みファイル
- path/to/file1.py
## 再開コンテキスト
<次セッションで必要な最小限コンテキスト。500文字以内。>
slug はタスク名をケバブケース変換(例: checkpoint-2026-05-09-article-loop.md)completed: false で保存[x] に更新タスク完了時は completed: true に変更。true は次セッションで自動注入されない。
「前のチェックポイントから再開して」と言われたら:
~/.bluecore/session-data/checkpoint-*.md で completed: false を検索npx claudepluginhub aokumablue/bluecore --plugin bluecoreGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.