スキル一覧に戻る
salavender

session-resume

by salavender

Non-Official Antigravity IDE compound engineering plugin

36🍴 7📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: session-resume description: Resume context from previous session

Session Resume Skill

Helps agents quickly understand where work left off when starting a new session.

When To Use

  • At the start of any new conversation
  • When context seems missing
  • When user asks "what were we working on?"

Instrumentation

# Log usage when using this skill
./scripts/log-skill.sh "session-resume" "manual" "$$"

Quick Resume Checklist

1. Check Active Work

# Ready todos (highest priority)
ls todos/*-ready-*.md 2>/dev/null | head -5

# In-progress plans
ls plans/*.md 2>/dev/null

# Recent solutions (for context)
ls -t docs/solutions/**/*.md 2>/dev/null | head -3

2. Check Recent Git Activity

# Recent commits
git log --oneline -5

# Uncommitted changes
git status --short

3. Summarize Context

After gathering info, summarize:

4. Check System Health

./scripts/compound-dashboard.sh

Review health grade and recommendations before starting work.

5. Final Summary

📍 Session Context:

**Active Work:**
- {X} ready todos waiting
- Plan in progress: {plan name if any}

**Recent Activity:**
- Last commit: {subject}
- {Changed files if uncommitted}

**Suggested Next Steps:**
1. {Most logical next action}
2. {Alternative}

Automatic Triggers

Consider running this skill when you see:

  • User starts with "continue", "resume", "where were we"
  • First message in a new session
  • User seems to lack context

References

  • Todos: todos/
  • Plans: plans/
  • Solutions: docs/solutions/
  • Workflows: .agent/workflows/

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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