idle-tasks
v0.1.2The record of work for agents: tasks that nest into trees, and decisions. Four operations over MCP and the idle CLI; the system runs your project's checks when a task is submitted. PGlite locally, any Postgres when shared. Bring your own workflow.
By AmbroviaLicense: Apache-2.00 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 21, 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 idle-tasks for Codex and Claude Code
codex plugin marketplace add ambrovia/idle-agent-tools
codex plugin marketplace upgrade idle-agent-tools
codex plugin add idle-tasks@idle-agent-toolsPaste and run these commands in a terminal with Codex. They add and refresh the idle-agent-tools catalog, then install this plugin.
Compatibility: the page URL and API slug “idle-tasks” remain stable.
- Codex:
idle-tasks@agent-plugin-marketplace→idle-tasks@idle-agent-tools
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/ambrovia/idle-agent-toolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is tasks/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/idle/SKILL.md└── .mcp.json
Included Skills1
Read and write the shared record of work: tasks that nest into trees, and decisions. Use whenever work is coordinated through the task backend — to drop a task, structure one into a tree, claim a task, give feedback, record a decision, submit, or see where a piece of work stands. Workflow-neutral.
MCP servers1
- command
- npx
- args
- -y [email protected] mcp
Plugin manifests2
{
"name": "idle-tasks",
"description": "The record of work for agents: tasks that nest into trees, and decisions. Four operations over MCP and the idle CLI; the system runs your project's checks when a task is submitted. PGlite locally, any Postgres when shared. Bring your own workflow.",
"version": "0.1.2",
"author": {
"name": "Ambrovia"
},
"homepage": "https://github.com/ambrovia/idle-agent-tools",
"repository": "https://github.com/ambrovia/idle-agent-tools",
"license": "Apache-2.0",
"skills": "./skills",
"keywords": [
"tasks",
"decisions",
"mcp",
"multi-agent"
],
"interface": {
"displayName": "Idle Tasks",
"shortDescription": "A shared record of work for agents: tasks, decisions, four operations.",
"longDescription": "The record of work for agents: tasks that nest into trees, and decisions. Four operations over MCP and the idle CLI; the system runs your project's checks when a task is submitted. PGlite locally, any Postgres when shared. Bring your own workflow.",
"developerName": "Ambrovia",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/ambrovia/idle-agent-tools"
},
"mcpServers": {
"idle": {
"command": "npx",
"args": [
"-y",
"[email protected]",
"mcp"
]
}
}
}{
"name": "idle-tasks",
"description": "The record of work for agents: tasks that nest into trees, and decisions. Four operations over MCP and the idle CLI; the system runs your project's checks when a task is submitted. PGlite locally, any Postgres when shared. Bring your own workflow.",
"version": "0.1.2",
"author": {
"name": "Ambrovia"
},
"homepage": "https://github.com/ambrovia/idle-agent-tools",
"repository": "https://github.com/ambrovia/idle-agent-tools",
"license": "Apache-2.0",
"skills": "./skills",
"mcpServers": {
"idle": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/idle.mjs",
"mcp"
]
}
}
}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.
[idle-tasks on Agent Plugins Marketplace](https://pluginsmp.com/plugins/idle-tasks)