codex-tasklist
v2.0.3Persistent Codex CLI task queue with native terminal panels and automatic tmux setup
By Martin IlleLicense: MIT1.1k GitHub starsUpdated 13 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 codex-tasklist for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add codex-tasklist@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “codex-tasklist” remain stable.
- Codex:
codex-tasklist@agent-plugin-marketplace→codex-tasklist@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/martinille/codex-tasklist/.
Plugin files
├── .codex-plugin/plugin.json└── skills/codex-tasklist/SKILL.md
Included Skills1
Maintain the current Codex session's user-request queue and terminal panel, or set up its simple launcher with tmux fallback. This queue tracks user requests, not implementation steps or GitHub issues.
Plugin manifests1
{
"name": "codex-tasklist",
"version": "2.0.3",
"description": "Persistent Codex CLI task queue with native terminal panels and automatic tmux setup",
"repository": "https://github.com/martinille/codex-tasklist",
"license": "MIT",
"author": {
"name": "Martin Ille"
},
"skills": "./skills/",
"interface": {
"displayName": "Codex Tasklist",
"composerIcon": "./assets/icon.svg",
"shortDescription": "A persistent task queue below Codex across terminals.",
"longDescription": "Track user requests with stable IDs, live statuses, scrolling and adjustable panel height. Native terminal integrations and a simple launcher with tmux fallback. Local storage; task commands work without a panel.",
"developerName": "Martin Ille",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": "Show and maintain the task list for this session."
}
}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.
[codex-tasklist on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-tasklist)