id
показать id текущей сессии и её файл истории
Install / Use
npx skills add nv-lang/novaInstalls into whichever agent you are using.
Claude Commands
Claude Code slash commands
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubdescription: "показать id текущей сессии и её файл истории" allowed-tools: "Bash"
Покажи id ЭТОЙ сессии. Коротко, ничего не меняя.
Возьми его машинно, из окружения — не из памяти и не по времени файлов: рядом идут параллельные окна того же проекта, и по mtime легко назвать чужую сессию. Одна команда, целиком:
CFG=$(cygpath -u "$CLAUDE_CONFIG_DIR" 2>/dev/null || echo "$CLAUDE_CONFIG_DIR")
F=$(ls "$CFG"/projects/*/"$CLAUDE_CODE_SESSION_ID".jsonl 2>/dev/null)
echo "id=$CLAUDE_CODE_SESSION_ID"; echo "file=$F"; ls -l "$F" | awk '{print "bytes="$5}'; echo "lines=$(wc -l < "$F")"
Ответ — три строки: id, путь к файлу истории, размер и число записей.
Если CLAUDE_CODE_SESSION_ID пуст — так и скажи: «окружение id не отдало».
Не подставляй вместо него самый свежий файл в projects/ — это будет чужая
сессия, и ошибка молчаливая.
Related Skills
claude-mem
93.3kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Understand-Anything
81.6kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Agent-Reach
78.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
70.6k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Security Score
Audited on Sep 3, 2026
