adhd-output-style
This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or…
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
$ npx -y skills add fcakyon/claude-codex-settings --skill ultralytics-platform --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ultralytics-platformContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: ultralytics-platform description: 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.
Use `ultralytics` for YOLO training and inference. Use the generated `ultralytics-platform` Python SDK for API resource work. It follows the same contract as the live API and handles authentication, typed responses, retries, and errors.
Before API work, check the generated [API reference](https://platform.ultralytics.com/api/docs) or `GET https://platform.ultralytics.com/openapi.json`. Treat the live OpenAPI document as authoritative when examples disagree. The shapes below match API and SDK v0.1.18, checked on 2026-08-27.
uv pip install -U "ultralytics-platform>=0.1.18" export ULTRALYTICS_API_KEY=ul_... # Settings > API Keys
`Platform()` reads `ULTRALYTICS_API_KEY`. The `ultralytics` package also reads the key saved by `yolo login`. Never print or commit a key.
| Goal | Interface | | ---------------------------------------------------------- | -------------------------------- | | Track a run that has not started | `ultralytics` training callback | | Train with a Platform dataset or model | `ultralytics` with a `ul://` URI | | Manage datasets, models, training, exports, or deployments | `ultralytics-platform` SDK | | Use another language or inspect a new field | Live OpenAPI |
Pass an owner-qualified project to stream a run:
from ultralytics import YOLO
YOLO("yolo26n.pt").train(data="coco8.yaml", epochs=100, project="owner/project", name="run1")`project=` is required. Without it, the callback exits before creating a Platform run. Use the owner prefix for a team workspace.
YOLO("ul://owner/project/model").train(data="ul://owner/datasets/dataset", epochs=100)Use a context manager and owner/name paths. Keep returned IDs for operations that require them, including image operations, upload `assetId`, training `modelId`, and export IDs.
Responses have resource-specific shapes, not a generic envelope. Create calls return `id`, `owner`, and the URL name at the top level. Detail calls wrap the resource under its type, such as `dataset`. A rename changes the URL name, so use the name returned by the update response.
Read [references/recipes.md](references/recipes.md) for live-run diagnosis, finished-run upload, dataset upload, and billable jobs.
mutation. Team work requires an API key created in that workspace.
ingest. Model uploads stop after completion.
Set `targetSplit` when every incoming image must enter one split.
`trainResults[].metrics` accepts numeric metric names from `results.csv`.
Cloud training, model exports, and deployments can spend credits. Get approval before calling `client.training.start`, `client.exports.create`, or `client.deployments.create`, then report the cost returned by the create response. Get approval before deletes. Resource deletes move projects, datasets, and models to 30-day trash. `client.lifecycle.delete_trash` is permanent.
Battle-tested Claude Code, OpenAI Codex, Cursor configs, plugins, hooks and agents with Kimi, MiniMax and GLM API support.
Repo: fcakyon/claude-codex-settings
This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or…
Agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with…
Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user…
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any…
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple…