codex-session
Codex CLIのセッションIDを ~/.cache に保存し、名前付きで作成・継続・一覧・削除できるようにする。
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Codex CLIのセッションIDを ~/.cache に保存し、名前付きで作成・継続・一覧・削除できるようにする。
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Read and write the M3E mind-map via local REST API at `/api/maps/`. Use this skill whenever the user asks to view, query, add, update, move, color, delete, or restructure nodes in an M3E map, or when they mention "map", "node", "tree", "色付け", "ノード", or refer to the M3E viewer. Also trigger on bulk edits, structural reorganization, listing/creating/renaming maps, resolving paths copied from the viewer, or operating on style attributes (fill / urgency / importance / status).
Minimal instruction for scoped worker agents. Use when receiving or preparing bounded worker tasks in M3E / Akaghef-System, and when an M3E request contains !!! / !!! or asks for recurrence prevention, durable rule changes, worker guardrails, or agent instruction updates.
Decide M3E map structure before writing or delegating. Use when a task involves scope, scopen/unscopen, layouting, display intent, facet choice, edge/link/alias choice, cross-facet relations, path ambiguity, or worker handoff.
Read and write the M3E mind-map via local REST API at `/api/maps/`. Use this skill whenever the user asks to view, query, add, update, move, color, delete, or restructure nodes in an M3E map, or when they mention "map", "node", "tree", "色付け", "ノード", or refer to the M3E viewer. Also trigger on bulk edits, structural reorganization, listing/creating/renaming maps, resolving paths copied from the viewer, or operating on style attributes (fill / urgency / importance / status).
ユーザーから投げられたアイデア・テーマを docs/ideas/<group>/<topic>/ フォルダに 「複数選択肢を並べる・採否を決めない・実装は考えない」方式で ブレインストーミング展開するスキル。レビュー前のアイデア整理用。 以下の場面でトリガーする: - 「ブレスト」「ブレインストーミング」「アイデアを整理」「アイデア化」と言われたとき - 「色々な選択肢を考えて」「網羅的に並べて」「いっぱい案を出して」と言われたとき - 「docs/ideas/に入れて」「idea化」「実行に移せる程度に詳細化された設計を作って」と言われたとき - ユーザーが新しいテーマや機能アイデアを投げてきて「フォルダ作って」「整理して」と言うとき - 「採用するかは決めない」「実装は考えない」前提で考えてほしいと言われたとき
Read and write the M3E mind-map via local REST API at `/api/maps/`. Use this skill whenever the user asks to view, query, add, update, move, color, delete, or restructure nodes in an M3E map, or when they mention "map", "node", "tree", "色付け", "ノード", or refer to the M3E viewer. Also trigger on bulk edits, structural reorganization, listing/creating/renaming maps, resolving paths copied from the viewer, or operating on style attributes (fill / urgency / importance / status).
| name | codex-session |
| description | Codex CLIのセッションIDを ~/.cache に保存し、名前付きで作成・継続・一覧・削除できるようにする。 |
Codex CLI のセッションIDを ~/.cache/ai-agent-sessions/codex-session-<name> に保存し、複数セッションを混同せずに継続できるようにする。
Note: このスキルは Bash スクリプト群で、
codexコマンドを別セッションとして起動・継続するためのものです。
Claude Code / Codex どちらの環境からでもシェルコマンドとして実行できます(スラッシュコマンドによる自動実行ではありません)。
~/.claude/skills/codex-session/scripts/start.sh [--cd <dir>] <name> "<初期プロンプト>"
例:
~/.claude/skills/codex-session/scripts/start.sh reviewer "コードレビュー役として動いてください"
# 作業ディレクトリを分離したい場合(このディレクトリの文脈/AGENTSから切り離す)
~/.claude/skills/codex-session/scripts/start.sh --cd /path/to/project reviewer "このリポジトリをレビューして"
~/.claude/skills/codex-session/scripts/send.sh [--cd <dir>] <name> "<追加プロンプト>"
例:
# start 時と同じディレクトリを自動再利用(--cd省略可)
~/.claude/skills/codex-session/scripts/send.sh reviewer "この差分をレビューして"
# 明示的に上書きしたい場合
~/.claude/skills/codex-session/scripts/send.sh --cd /path/to/project reviewer "この差分をレビューして"
~/.claude/skills/codex-session/scripts/list.sh
# 特定のセッションを削除
~/.claude/skills/codex-session/scripts/clear.sh <name>
# 全セッションを削除
~/.claude/skills/codex-session/scripts/clear.sh --all
~/.cache/ai-agent-sessions に保存されるhigh(REASONING_EFFORT=high)で実行されるcodex logout && codex login を試す