Agent Plugins Marketplace
All plugins

task-loop

v1.6.0

Universal Cross-Agent Task Loop Plugin: Topic session routing, surgical allowlist enforcement, and lifecycle orchestration

CodexClaude Code6 Skills

By JHJ1848License: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 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 task-loop for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add task-loop@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/JHJ1848/task-loop

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

Plugin files

task-loop/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/hook/SKILL.md
├── skills/init/SKILL.md
├── skills/new-session/SKILL.md
├── skills/session-control/SKILL.md
├── skills/subagent/SKILL.md
└── SKILL.md

Included Skills6

hookskills/hook/SKILL.md

[task-loop] Google Antigravity lifecycle hooks system and safety interceptor. Implements PreInvocation session context introspection & ephemeral message injection, and PreToolUse surgical Allowlist physical boundary enforcement.

initskills/init/SKILL.md

[task-loop] Project initialization, existing session survey, topic mapping recommendation, and onboarding guide for task-loop plugin.

new-sessionskills/new-session/SKILL.md

[task-loop] Provisions and binds permanent physical topic sessions from controlled memory documents (docs/memory/*.md). Supports branch A for main session (creates new top-level physical root session with mandatory alignment gate) and branch B for non-main session (binds current physical session in-place as target topic).

session-controlskills/session-control/SKILL.md

[task-loop] Multi-vendor agent session provider, introspection, and lifecycle manager for Antigravity, Codex, and Claude Code. Scans and parses conversation logs, manages SessionProvider primitives, and handles topic session routing.

subagentskills/subagent/SKILL.md

[task-loop] Google Antigravity native subagent orchestration and dynamic template management. Provides invocation (invoke_subagent), definition (define_subagent), lifecycle management (manage_subagents), and Python SDK SubagentConfig tool injection.

task-loopSKILL.md

[task-loop] Universal cross-agent task loop plugin for Antigravity, ZCode, Codex, and Claude Code. Features modular skill matrix (6 independent skills), lifecycle hooks, surgical Allowlist gates, and multi-vendor session introspection.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "task-loop",
  "version": "1.6.0",
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "task-loop",
  "version": "1.6.0",
  "description": "Universal Cross-Agent Task Loop Plugin: Topic session routing, surgical allowlist enforcement, and lifecycle orchestration",
  "author": {
    "name": "JHJ1848"
  },
  "license": "MIT",
  "skills": "./skills"
}

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

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