Skip to content

Commit ab99026

Browse files
authored
Merge pull request #29 from 6Delta9/codex/task-scheduler-listing
Add Task Scheduler to community plugins list
2 parents f6ddc26 + 9e60d21 commit ab99026

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
105105
- [PANews Agent Toolkit](https://github.com/panewslab/skills) - Crypto and blockchain news discovery, authenticated creator publishing workflows, and page-to-Markdown reading.
106106
- [PapersFlow](https://github.com/papersflow-ai/papersflow-codex-plugin) - Paper discovery, citation verification, graph exploration, and DeepScan analysis.
107107
- [ru-text](https://github.com/talkstream/ru-text) - Russian text quality — ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence.
108+
- [Task Scheduler](https://github.com/6Delta9/task-scheduler-codex-plugin) - OpenAI Codex plugin and local MCP server for turning task lists into realistic schedules with blocked dates, capacity overrides, overflow tracking, and markdown planning output.
108109
- [TokRepo Search](https://github.com/henu-wang/tokrepo-codex-plugin) - Search and install AI assets from TokRepo with a bundled skill and MCP server for Codex.
109110
- [Yandex Direct](https://github.com/nebelov/yandex-direct-for-all) - GitHub-ready Codex plugin bundle for Yandex Direct, Wordstat, Metrika, and Roistat.
110111

plugins.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
5-
"last_updated": "2026-04-02",
6-
"total": 30,
5+
"last_updated": "2026-04-03",
6+
"total": 31,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -289,6 +289,16 @@
289289
"source": "awesome-codex-plugins",
290290
"install_url": "https://raw.githubusercontent.com/talkstream/ru-text/main/.codex-plugin/plugin.json"
291291
},
292+
{
293+
"name": "Task Scheduler",
294+
"url": "https://github.com/6Delta9/task-scheduler-codex-plugin",
295+
"owner": "6Delta9",
296+
"repo": "task-scheduler-codex-plugin",
297+
"description": "OpenAI Codex plugin and local MCP server for turning task lists into realistic schedules with blocked dates, capacity overrides, overflow tracking, and markdown planning output.",
298+
"category": "Tools & Integrations",
299+
"source": "awesome-codex-plugins",
300+
"install_url": "https://raw.githubusercontent.com/6Delta9/task-scheduler-codex-plugin/main/.codex-plugin/plugin.json"
301+
},
292302
{
293303
"name": "TokRepo Search",
294304
"url": "https://github.com/henu-wang/tokrepo-codex-plugin",

0 commit comments

Comments
 (0)