seamless
v0.1.3Seamless sessions: /clear at any time and the next session carries on. A living handoff document, a skill that restores it, and a SessionStart hook that hands the fresh session the previous one's context.
By null-topology0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- 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 seamless for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install seamless@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
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/null-topology/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/seamless/.
Plugin files
├── .claude-plugin/plugin.json├── skills/restore/SKILL.md└── skills/save/SKILL.md
Included Skills2
Recover the state of previous work at the start of a session, after /clear, a compaction or a cold start, by reading the project's newest handoff document. Invoke it before asking the user what they were working on, whenever the session-start context lists handoff documents, or when the user refers to earlier work you have no context on.
Write or update the handoff document that lets a fresh session continue this work after /clear, a compaction or a restart. Use it as soon as a non-trivial task has a clear scope, again after each finished block of work, when a decision is taken or a blocker appears, and whenever the user says they are about to clear, stop, pause or hand the work over.
Plugin manifests1
{
"name": "seamless",
"version": "0.1.3",
"description": "Seamless sessions: /clear at any time and the next session carries on. A living handoff document, a skill that restores it, and a SessionStart hook that hands the fresh session the previous one's context.",
"author": {
"name": "null-topology"
},
"keywords": [
"session",
"clear",
"handoff",
"context",
"continuity"
]
}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.
[seamless on Agent Plugins Marketplace](https://pluginsmp.com/plugins/seamless)