task-anchor
v0.6.2Keep the current explicitly started task across Codex context compactions.
By Local developer0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- 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 Codex
codex plugin marketplace add zcb617/task_anchor
codex plugin marketplace upgrade task-anchor-local
codex plugin add task-anchor@task-anchor-localPaste and run these commands in a terminal with Codex. They add and refresh the task-anchor-local catalog, then install this plugin.
Compatibility: the page URL and API slug “task-anchor-2” remain stable.
- Codex:
task-anchor-2@agent-plugin-marketplace→task-anchor@task-anchor-local
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_anchorClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/task-anchor/.
Plugin files
├── .codex-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-anchor 时使用。用于解除当前项目的只读门控并启动需要跨上下文压缩持续的独立任务;每次显式调用都会创建新的 task_id,并取代当前会话中的旧任务。
仅在用户显式调用 $task-anchor-end 时使用。手工结束当前会话、当前项目绑定下的 Task Anchor 任务,使其不再在上下文压缩后恢复。
仅在用户显式调用 $task-anchor-readonly 时使用。将当前会话、当前项目切换为只读模式,由 Task Anchor Hook 在修改型工具执行前拦截。
仅在用户显式调用 $task-anchor-write 时使用。清除当前会话、当前项目的只读限制,使 Task Anchor 只读门控允许修改操作。
MCP servers1
- command
- node
- args
- scripts/managed_exec_launcher.cjs
- cwd
- .
Plugin manifests1
{
"name": "task-anchor",
"version": "0.6.2",
"description": "Keep the current explicitly started task across Codex context compactions.",
"author": {
"name": "Local developer"
},
"keywords": [
"task",
"context",
"compaction",
"continuity"
],
"skills": "./skills/",
"interface": {
"displayName": "Task Anchor",
"shortDescription": "Start a task and restore it after compaction.",
"longDescription": "Each explicit invocation creates a new task, supersedes prior tasks in the same conversation, and restores only the current active task after compaction. Read-only and write skills can gate mutation-capable tools per conversation and workspace.",
"developerName": "Local developer",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"使用 $task-anchor 锚定当前任务,并开始执行。"
]
}
}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.
[task-anchor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/task-anchor-2)