スキル一覧に戻る
grandinh

checkpoint-trigger

by grandinh

Multi-agent orchestration framework with cc-sessions. Some pipelines awaken. This one hungers.

2🍴 0📅 2025年12月6日
GitHubで見るManusで実行

SKILL.md


name: checkpoint-trigger description: Natural language wrapper for checkpoint commands - automatically triggers /checkpoint:create, /checkpoint:restore, /checkpoint:list when users request checkpoint operations schema_version: 1.0

checkpoint-trigger

Type: WRITE-CAPABLE DAIC Modes: IMPLEMENT only Priority: Low

Trigger Reference

This skill activates on:

  • Keywords: "create checkpoint", "save checkpoint", "restore checkpoint", "load checkpoint", "list checkpoints", "checkpoint", "save state", "restore state"
  • Intent Patterns: (create|save|make).*?checkpoint, (restore|load|recover).*?checkpoint, (list|show).*?checkpoint, (save|restore).*?state

From: skill-rules.json - checkpoint-trigger configuration

Purpose

Automatically trigger checkpoint commands (/checkpoint:create, /checkpoint:restore, /checkpoint:list) when users request checkpoint operations using natural language.

Core Behavior

When activated in IMPLEMENT mode:

  1. Checkpoint Intent Detection

    • Detect checkpoint operations from natural language
    • Route to appropriate checkpoint command
  2. Command Routing

    • Create: "save checkpoint" → /checkpoint:create
    • Restore: "load checkpoint X" → /checkpoint:restore X
    • List: "show checkpoints" → /checkpoint:list

Natural Language Examples

Triggers this skill:

  • ✓ "Create checkpoint"
  • ✓ "Save current state"
  • ✓ "Restore checkpoint 3"
  • ✓ "List all checkpoints"

Safety Guardrails

WRITE-CAPABLE RULES:

  • ✓ Only execute in IMPLEMENT mode
  • ✓ Checkpoints use git stash mechanism
  • ✓ Verify clean working directory before restore

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です