taskix-manager
v0.1.0Coordinate tracked work with taskix and read-only Markdown boards.
By tenfyzhongLicense: MIT2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 12, 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 taskix-manager for Codex and Claude Code
codex plugin marketplace add tenfyzhong/agentix
codex plugin marketplace upgrade agentix
codex plugin add taskix-manager@agentixPaste and run these commands in a terminal with Codex. They add and refresh the agentix catalog, then install this plugin.
Compatibility: the page URL and API slug “taskix-manager” remain stable.
- Codex:
taskix-manager@agent-plugin-marketplace→taskix-manager@agentix
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/tenfyzhong/agentixClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/taskix-manager/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/taskix-manager/SKILL.md
Included Skills1
Track multi-step or cross-session work with taskix jobs, task claims, plans, and TaskNotes-compatible Obsidian views. Use when work benefits from durable progress or several agents coordinate tasks; avoid creating a job for every short question.
Plugin manifests2
{
"name": "taskix-manager",
"version": "0.1.0",
"description": "Coordinate tracked work with taskix and read-only Markdown boards.",
"author": {
"name": "tenfyzhong"
},
"repository": "https://github.com/tenfyzhong/agentix",
"license": "MIT",
"skills": "./skills/",
"hooks": [
"./hooks/hooks.json",
"./hooks/codex.json"
],
"interface": {
"displayName": "Taskix Manager",
"shortDescription": "Track jobs, claim tasks, and preserve execution context.",
"longDescription": "Use taskix for concurrent agent tasks and Obsidian or Markdown boards.",
"developerName": "tenfyzhong",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": "Track this work with taskix."
}
}{
"name": "taskix-manager",
"version": "0.1.0",
"description": "Coordinate tracked work with taskix and read-only Markdown boards.",
"author": {
"name": "tenfyzhong"
},
"repository": "https://github.com/tenfyzhong/agentix",
"license": "MIT",
"hooks": "./hooks/claude.json",
"skills": "./skills/"
}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.
[taskix-manager on Agent Plugins Marketplace](https://pluginsmp.com/plugins/taskix-manager)