Agent Plugins Marketplace
All plugins

claude-replicant

v0.4.2

Capture complete Claude Code projects and natively resume restored sessions.

CodexClaude Code1 Skill

By 1TommyCheung0 GitHub starsUpdated 9 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 31, 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 claude-replicant for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add claude-replicant@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/1TommyCheung/claude-replicant

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

claude-replicant/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/capture-repository/SKILL.md

Included Skills1

capture-repositoryskills/capture-repository/SKILL.md

Capture, validate, plan, or restore a selected Git repository together with its Claude Code sessions, memory, subagents, plans, skills, commands, plugins, and agent configuration. Use for complete local Claude project migration capsules, not ordinary Git commits or credential transfer.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "claude-replicant",
  "version": "0.4.2",
  "description": "Capture complete Claude Code projects and natively resume restored sessions.",
  "author": {
    "name": "1TommyCheung",
    "url": "https://github.com/1TommyCheung"
  },
  "homepage": "https://github.com/1TommyCheung/claude-replicant",
  "repository": "https://github.com/1TommyCheung/claude-replicant",
  "skills": "./skills/",
  "interface": {
    "displayName": "Claude Replicant",
    "shortDescription": "Migrate repositories with Claude Code memory.",
    "longDescription": "Claude Replicant creates integrity-checked capsules containing a repository plus Claude Code sessions, memory, agents, plans, and configuration, then path-remaps and restores sessions for native Claude Code resume on another computer.",
    "developerName": "1TommyCheung",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Back up a repository and its Claude Code state to a capsule store.",
      "Validate an existing repository capsule.",
      "Plan a repository and Claude-state restore to isolated destinations."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "claude-replicant",
  "version": "0.4.2",
  "description": "Capture complete Claude Code projects and natively resume restored sessions.",
  "author": {
    "name": "1TommyCheung",
    "url": "https://github.com/1TommyCheung"
  },
  "homepage": "https://github.com/1TommyCheung/claude-replicant",
  "repository": "https://github.com/1TommyCheung/claude-replicant"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[claude-replicant on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-replicant)