agent-session-resume - cross-agent session resume skill
Skill that lets Claude Code, Codex, Antigravity, and OpenCode pick up where any of them left off by reading and writing a shared session-state file.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webThe Rise of the Agent OS: Orchestrating the New Digital Workforce
medium.com · Apr 30, 2026
Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
dev.to · Apr 30, 2026
TAC-Agent
medium.com · Apr 30, 2026
I wrote 10 principles for my technical blog agent
medium.com · Apr 30, 2026
Building a Travel Advice AI Agent That Actually Plans Your Trip
medium.com · Apr 30, 2026
Featured in
Claude Code tools, plugins, and integrations
The best tools, MCP servers, and harnesses for getting more out of Claude Code - orchestration, observability, telemetry, and remote control.
Tools for OpenAI Codex CLI
The Codex-aware slice of the directory: orchestration, observability, sandboxes, and bridges built specifically for the OpenAI Codex runtime.
Memory and knowledge graphs for AI agents
Memory layers, knowledge graphs, and persistent context stores for agents - the substrate underneath useful long-running systems.
Related entries
ctx - cross-agent /resume for Claude Code and Codex
Local SQLite-backed skill that stores work as a persistent stream of sessions, notes, decisions, todos, and resume packs. Switch between Claude and Codex without losing the thread.
witchcraft - multi-vector semantic search in Rust
From-scratch Rust port of Stanford's XTR-Warp running on a single SQLite DB with 21ms p95 latency. Ships Pickbrain, a Claude Code/Codex skill that searches across all your past agent sessions.
OpenContext - personal context store for agents
Local context store with desktop GUI for capturing, searching, and reusing project knowledge across Codex, Claude Code, and OpenCode CLIs. Bring-your-own coding agent.
Garden Skills - production skill pack for Claude Code, Cursor, and Codex
Three carefully-scoped skills: web-design-engineer (with an anti-cliche blocklist that breaks the generic-AI-landing-page loop), gpt-image-2 (80+ templates, three runtime modes including advisor-only fallback), and kb-retriever (layered data_structure.md navigation for bounded local-KB retrieval). Tested across Claude Code, Claude.ai, Cursor, Codex, Gemini, OpenCode.