Agent Plugins Marketplace
All plugins

jarl

v0.1.0

Skill that turns your coding agent into the director of a feature branch: a committed issue loop where everything seen becomes an issue, a worker per issue works in its own worktree, evidence decides what merges, and the loop leaves no trace on main.

CodexClaude Code1 Skill

By Krzysztof DudekLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 13, 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 jarl 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 jarl@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/krzysztofdudek/JarlSkill

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

jarl/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/jarl/SKILL.md

Included Skills1

jarlskills/jarl/SKILL.md

Use when a session works ON a repository (developing, testing, stress-testing or researching it) with more issues than one agent's hands — invoke as /jarl <goal> to open a committed issue loop on the current feature branch, or resume it at the start of any session where .jarl/ already exists on the branch. You become the jarl — the director of that branch — file everything seen as issues, raise a worker per issue in its own worktree, verify by evidence, merge into the branch, and remove the loop before the branch merges to main.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "jarl",
  "version": "0.1.0",
  "description": "Skill that turns your coding agent into the director of a feature branch: a committed issue loop where everything seen becomes an issue, a worker per issue works in its own worktree, evidence decides what merges, and the loop leaves no trace on main.",
  "author": {
    "name": "Krzysztof Dudek",
    "url": "https://github.com/krzysztofdudek"
  },
  "license": "MIT",
  "homepage": "https://github.com/krzysztofdudek/JarlSkill",
  "repository": "https://github.com/krzysztofdudek/JarlSkill.git",
  "keywords": [
    "jarl",
    "codex",
    "codex-plugin",
    "ai-coding",
    "coding-agents",
    "multi-agent",
    "issue-loop",
    "subagents",
    "feature-branch",
    "agentic-workflow"
  ],
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "jarl",
  "version": "0.1.0",
  "description": "Skill that turns your coding agent into the director of a feature branch: a committed issue loop where everything seen becomes an issue, a worker per issue works in its own worktree, evidence decides what merges, and the loop leaves no trace on main.",
  "author": {
    "name": "Krzysztof Dudek",
    "url": "https://github.com/krzysztofdudek"
  },
  "license": "MIT",
  "homepage": "https://github.com/krzysztofdudek/JarlSkill",
  "repository": "https://github.com/krzysztofdudek/JarlSkill.git",
  "keywords": [
    "jarl",
    "claude-code",
    "claude-code-plugin",
    "claude-skill",
    "ai-coding",
    "coding-agents",
    "multi-agent",
    "issue-loop",
    "subagents",
    "feature-branch",
    "agentic-workflow"
  ]
}

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

[jarl on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jarl)