Agent Plugins Marketplace
All plugins

jetty

v1.9.1

Build, run, and monitor AI/ML workflows on Jetty — from prompt to production in 5 minutes.

CodexClaude Code4 Skills1 MCP serverstdio

By Jetty AILicense: MIT3 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 17, 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 jetty 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 jetty@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/jettyio/jettyio-skills

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

jetty/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/create-runbook/SKILL.md
├── skills/jetty/SKILL.md
├── skills/jetty-setup/SKILL.md
├── skills/optimize-runbook/SKILL.md
└── .mcp.json

Included Skills4

create-runbookskills/create-runbook/SKILL.md

Create a new runbook with guided assistance. A runbook is a structured markdown document that tells a coding agent how to accomplish a complex, multi-step task with evaluation loops and quality gates. Use this skill whenever the user wants to create, build, scaffold, or write a runbook — including 'create runbook', 'new runbook', 'build a runbook', 'make a runbook', 'runbook wizard', 'help me write a runbook', 'I need a runbook for...', 'automate this task with a runbook', or 'turn this into a runbook'. Also trigger when the user describes a multi-step agent task that would benefit from structured evaluation and iteration loops, even if they don't use the word 'runbook' — for example, 'I want to build an automated pipeline that evaluates its own output' or 'create a repeatable process with quality gates'.

jettyskills/jetty/SKILL.md

Manage Jetty workflows and assets. Use when the user wants to create, edit, run, deploy, debug, or monitor AI/ML workflows on Jetty. Also use when they mention collections, tasks, trajectories, datasets, models, labels, step templates, or workflow runs. Triggers include 'run workflow', 'create task', 'list collections', 'check trajectory', 'label trajectory', 'add label', 'deploy workflow', 'show results', 'download output', 'debug run', 'workflow failed', or any Jetty/mise/dock operations. Even if the user doesn't say 'Jetty' explicitly, use this skill whenever they're working with Jetty API endpoints, workflow JSON, or init_params.

jetty-setupskills/jetty-setup/SKILL.md

Set up Jetty for the first time. Guides the user through account creation, API key configuration, and introduces runbooks — human-readable markdown files that tell an agent how to accomplish multi-step tasks with measurable outcomes. Use this skill whenever the user wants to set up, configure, or get started with Jetty — including 'set up jetty', 'configure jetty', 'jetty setup', 'get started with jetty', 'install jetty', 'connect to jetty', 'jetty onboarding', 'I am new to jetty', 'how do I start with jetty', or even just 'jetty' if they do not appear to have a token yet. Also trigger if the user mentions needing an API key for Jetty or storing their OpenAI/Gemini key in Jetty.

optimize-runbookskills/optimize-runbook/SKILL.md

Analyze previous Jetty workflow runs and propose targeted improvements to your runbook. Use when the user wants to optimize, improve, or debug a runbook based on past execution results — including 'optimize runbook', 'improve runbook', 'why is my runbook failing', 'analyze my runs', 'runbook not working well', 'make my runbook better', 'debug runbook performance', or 'learn from past runs'. Also trigger when the user mentions trajectory analysis, run patterns, or evaluation score improvements.

MCP servers1

jettystdio
command
npx
args
-y jetty-mcp-server

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "jetty",
  "version": "1.9.1",
  "description": "Build, run, and monitor AI/ML workflows on Jetty — from prompt to production in 5 minutes.",
  "author": {
    "name": "Jetty AI",
    "email": "[email protected]",
    "url": "https://jetty.io"
  },
  "homepage": "https://jetty.io",
  "repository": "https://github.com/jettyio/jettyio-skills",
  "license": "MIT",
  "keywords": [
    "ai",
    "ml",
    "workflows",
    "jetty",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json"
}
.claude-plugin/plugin.json
{
  "name": "jetty",
  "description": "Build, run, and monitor AI/ML workflows on Jetty — from prompt to production in 5 minutes.",
  "version": "1.9.1",
  "license": "MIT",
  "author": {
    "name": "Jetty AI",
    "url": "https://jetty.io"
  },
  "repository": "https://github.com/jettyio/jettyio-skills",
  "homepage": "https://jetty.io",
  "keywords": [
    "ai",
    "ml",
    "workflows",
    "jetty",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json"
}

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

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