ソース情報
- リポジトリ
- songsid/AgEnD
- ソースの最終更新活動
- 2026年8月11日 01:39
- 検出された SKILL.md の言語
- 英語
- スター
- 6
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/songsid/AgEnD --skill instance-lifecycleコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | instance-lifecycle |
| description | restart vs replace vs pause/wake; when to use each |
| roles | ["general"] |
restart_instance("<name>") — keeps the session, reloads config. Use when config changed.replace_instance("<name>") — kills old, creates a fresh instance with handover context.
Use when the session is the problem: hallucinating / referencing stale info, stuck in a
tool-call loop, or context is degrading (only backends that report context % surface that).pause_instance("<name>") — stop the resident CLI but keep the instance; frees resources.wake_instance("<name>") — bring a paused instance back.auto_pause_after (idle minutes) and warm_cap
(fleet-wide cap — the least-recently-active idle instance is paused when over the cap).
The general instance is never auto-paused.get_fleet_status / describe_instance("<name>") — status + idle/working/stuck + last
activity (the daemon derives the state; don't scrape pane prompts).get_instance_logs / tmux capture).