session
v1.0.0Session bookends — resume the previous session, and capture end-of-session state so the next resumes cleanly.
By Sebastian Sulinski0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install session for Codex
codex plugin marketplace add sebastiansulinski/claude-plugins
codex plugin marketplace upgrade sebastiansulinski-codex
codex plugin add session@sebastiansulinski-codexPaste and run these commands in a terminal with Codex. They add and refresh the sebastiansulinski-codex catalog, then install this plugin.
Compatibility: the page URL and API slug “session-2” remain stable.
- Codex:
session-2@agent-plugin-marketplace→session@sebastiansulinski-codex
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/sebastiansulinski/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/session/.
Plugin files
├── .codex-plugin/plugin.json├── skills/call-it-a-day/SKILL.md└── skills/good-morning/SKILL.md
Included Skills2
Capture an end-of-session project handoff in existing resume, task, plan, and lesson documents so work can resume accurately. Use when the user asks to wrap up or record the session state.
Resume a project from its existing handoff, tasks, plans, lessons, and verified repository state, then recommend next steps. Use when the user asks to resume a previous work session.
Plugin manifests1
{
"name": "session",
"version": "1.0.0",
"description": "Session bookends — resume the previous session, and capture end-of-session state so the next resumes cleanly.",
"author": {
"name": "Sebastian Sulinski",
"email": "[email protected]"
},
"skills": "./skills/",
"interface": {
"displayName": "Session",
"shortDescription": "Session bookends",
"longDescription": "Session bookends — resume the previous session, and capture end-of-session state so the next resumes cleanly.",
"developerName": "Sebastian Sulinski",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Resume work from the project handoff.",
"Capture a handoff for the next session."
]
},
"repository": "https://github.com/sebastiansulinski/claude-plugins",
"homepage": "https://github.com/sebastiansulinski/claude-plugins#codex"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[session on Agent Plugins Marketplace](https://pluginsmp.com/plugins/session-2)