Agent Plugins Marketplace
All plugins

task-anchor

v0.6.2

Persist explicitly started tasks across Claude Code context compaction.

Claude Code4 Skills1 MCP serverstdio

By jxrjkf.cn0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 20, 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 task-anchor 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 task-anchor@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/zcb617/task_anchor

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

Plugin files

plugins/task-anchor-claude/
├── .claude-plugin/plugin.json
├── skills/task-anchor/SKILL.md
├── skills/task-anchor-end/SKILL.md
├── skills/task-anchor-readonly/SKILL.md
├── skills/task-anchor-write/SKILL.md
└── .mcp.json

Included Skills4

task-anchorskills/task-anchor/SKILL.md

开始需要跨上下文压缩持续推进的独立任务。

task-anchor-endskills/task-anchor-end/SKILL.md

手工结束当前会话和项目中的 Task Anchor 任务。

task-anchor-readonlyskills/task-anchor-readonly/SKILL.md

将当前会话和项目切换为由 Task Anchor 强制执行的只读模式。

task-anchor-writeskills/task-anchor-write/SKILL.md

解除当前会话和项目的 Task Anchor 只读门控。

MCP servers1

task-anchorstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/scripts/managed_exec_launcher.cjs
env.TASK_ANCHOR_DEFAULT_CWD
${CLAUDE_PROJECT_DIR}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/task-anchor-claude/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin.json",
  "name": "task-anchor",
  "displayName": "Task Anchor",
  "version": "0.6.2",
  "description": "Persist explicitly started tasks across Claude Code context compaction.",
  "author": {
    "name": "jxrjkf.cn",
    "email": "[email protected]"
  },
  "keywords": [
    "task",
    "context",
    "compaction",
    "continuity"
  ]
}

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

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