Agent Plugins Marketplace
All plugins

ultralytics-dev

v2.3.2

Ultralytics Platform API and YOLO26 training skills, format hooks, push guard.

CodexClaude Code2 Skills

By Fatih C. AkyonLicense: Apache-2.01.1k GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 28, 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 ultralytics-dev@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/fcakyon/claude-codex-settings

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

Plugin files

plugins/ultralytics-dev/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/ultralytics-platform/SKILL.md
└── skills/yolo-training/SKILL.md

Included Skills2

ultralytics-platformskills/ultralytics-platform/SKILL.md

This skill should be used when user asks to "upload my model to Ultralytics Platform", "push this run to the platform", "upload a dataset to platform", "download a dataset from platform", "search platform datasets", "start cloud training", "train on platform GPUs", "export a model on platform", "deploy a model endpoint", "why is my run not showing on platform", or mentions platform.ultralytics.com, ul:// URIs, ultralytics-platform, or ULTRALYTICS_API_KEY.

yolo-trainingskills/yolo-training/SKILL.md

This skill should be used when user asks to "improve my mAP", "why is my model overfitting", "my training is diverging", "read my results.csv", "interpret my training curves", "my AP50 is good but AP50-95 is bad", "my recall is low", "how do I pick learning rate", "which augmentations should I use", "should I use a bigger model", "tune hyperparameters", or asks how to train YOLO26 for detection, instance or semantic segmentation, pose, OBB, classification, or depth.

Plugin manifests2

plugins/ultralytics-dev/.codex-plugin/plugin.json
{
  "name": "ultralytics-dev",
  "version": "2.3.2",
  "description": "Ultralytics Platform API and YOLO26 training skills, format hooks, push guard.",
  "author": {
    "name": "Fatih C. Akyon"
  },
  "license": "Apache-2.0"
}
plugins/ultralytics-dev/.claude-plugin/plugin.json
{
  "name": "ultralytics-dev",
  "version": "2.3.2",
  "description": "Ultralytics Platform API and YOLO26 training skills, format hooks, push guard.",
  "author": {
    "name": "Fatih C. Akyon"
  },
  "license": "Apache-2.0"
}

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

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