Agent Plugins Marketplace
All plugins

builtin-tasks

v1.30.0

Task orchestration using Claude Code's built-in task tools with slash commands for importing plans and executing tasks individually, sequentially, or with a team

CodexClaude Code2 Skills

By Craig MotlinLicense: Apache-2.015 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 26, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add builtin-tasks@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

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/motlin/claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/builtin-tasks/.

Plugin files

plugins/builtin-tasks/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/team-lead/SKILL.md
└── skills/team-member/SKILL.md

Included Skills2

team-leadskills/team-lead/SKILL.md

Coordination guidelines for leading a team of task-executing agents

team-memberskills/team-member/SKILL.md

Workflow guidelines for team members executing tasks

Plugin manifests2

plugins/builtin-tasks/.codex-plugin/plugin.json
{
  "name": "builtin-tasks",
  "version": "1.30.0",
  "description": "Task orchestration using Claude Code's built-in task tools with slash commands for importing plans and executing tasks individually, sequentially, or with a team",
  "author": {
    "name": "Craig Motlin"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/motlin/claude-code-plugins/tree/main/plugins/builtin-tasks",
  "repository": "https://github.com/motlin/claude-code-plugins",
  "keywords": [
    "codex",
    "plugin",
    "builtin",
    "tasks"
  ],
  "interface": {
    "displayName": "Builtin Tasks",
    "shortDescription": "Task orchestration using Claude Code's built-in task tools with slash commands for importing plans and executing tasks individually, sequentially, or with a team",
    "longDescription": "Task orchestration using Claude Code's built-in task tools with slash commands for importing plans and executing tasks individually, sequentially, or with a team",
    "developerName": "Craig Motlin",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use the builtin-tasks plugin."
    ],
    "brandColor": "#3B82F6"
  },
  "skills": "./skills/"
}
plugins/builtin-tasks/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "builtin-tasks",
  "description": "Task orchestration using Claude Code's built-in task tools with slash commands for importing plans and executing tasks individually, sequentially, or with a team",
  "version": "1.30.0",
  "license": "Apache-2.0",
  "author": {
    "name": "Craig Motlin"
  },
  "commands": [
    "./commands/import-plan.md",
    "./commands/do-one-task.md",
    "./commands/do-all-tasks.md",
    "./commands/do-all-with-team.md",
    "./commands/sweep-todos.md"
  ],
  "agents": [
    "./agents/do-task.md"
  ],
  "skills": [
    "./skills/team-lead",
    "./skills/team-member"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[builtin-tasks on Agent Plugins Marketplace](https://pluginsmp.com/plugins/builtin-tasks)