active/dev.llm-session/SKILL.md
Find, map, or resume Codex CLI sessions.
npx skillsauth add kevinslin/skills dev.llm-sessionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Identify Codex session IDs from local history or session files and resume the correct interactive session quickly.
codex resume --last.~/.codex/history.jsonl.~/.codex/sessions.codex resume --all or
codex resume --cd <DIR> to avoid cwd filtering.Use one of the scripts below (preferred) or inspect a session file directly.
History search (preferred):
python scripts/find_session_id.py --query "resume a session"
python scripts/find_session_id.py --last
Session file inspection:
python scripts/inspect_session_file.py ~/.codex/sessions/2025/09/27/rollout-*.jsonl --id-only
Manual inspection (JSONL):
head -n 1 ~/.codex/sessions/2025/09/27/rollout-*.jsonl
Look for payload.id in the session_meta line.
codex resume <SESSION_ID>
If the cwd has changed, prefer:
codex resume --all
codex resume --cd /path/to/original/workdir <SESSION_ID>
Search ~/.codex/history.jsonl and print matching session IDs.
Options:
--query <text> filter by substring match--last return only the most recent entry--limit <n> limit output rows (default: 10)--full disable truncationRead a JSON or JSONL session file and print metadata.
Options:
--id-only print only the session id~/.codex/history.jsonl contains { session_id, ts, text } entries.~/.codex/sessions/**/rollout-*.jsonl includes session_meta.payload.id.~/.codex/sessions/**/rollout-*.json includes session.id.development
Generate incremental Slack digests for channels, topics, and categories.
testing
Audit an OpenClaw maturity-scorecard surface into an evidence-backed component score report. Use when given a surface from an OpenClaw maturity-scorecard.md and asked to score coverage, quality, readiness, or generate a detailed surface report plus per-component subreports.
tools
Turn an existing concrete spec into a reusable generic spec template. Use when asked to create a generic spec, template spec, reusable implementation template, or generalized version of a spec from a specific implementation such as one plugin, channel, integration, feature, or PR.
data-ai
Trace how something works with an investigator subagent and a skeptical reviewer subagent.