Agent Plugins Marketplace
← All plugins

acg

v1.0.93

Cross-AI CLI configuration manager and sync engine for Claude Code, Codex and Antigravity.

Claude Code1 Skill

By CSL426License: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 27, 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 acg for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install acg@agent-plugin-marketplace

Paste 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/CSL426/ai-config

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

Plugin files

plugin/
├── .claude-plugin/plugin.json
└── skills/thread-handoff/SKILL.md

Included Skills1

thread-handoffskills/thread-handoff/SKILL.md

把目前的工作線交接給下一個 session、接手上次留下的線、或把做完的線結案。使用者說「交接」「寫交接」「收工」「context 快滿了」「要 clear 了」「接手」「接著做」「上次做到哪」「pickup」「這條做完了」時使用,不必等他打 /acg:handoff 或 /acg:pickup。

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "acg",
  "version": "1.0.93",
  "description": "Cross-AI CLI configuration manager and sync engine for Claude Code, Codex and Antigravity.",
  "author": {
    "name": "CSL426"
  },
  "license": "MIT",
  "keywords": [
    "config",
    "sync",
    "memory",
    "handoff",
    "cross-tool"
  ]
}

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

[acg on Agent Plugins Marketplace](https://pluginsmp.com/plugins/acg)