sk-platform-dispatch

sk-platform-dispatch is a skill for Claude Code, Codex from gustavo-meilus/superpipelines. It costs 61 tokens per session (8,159 once invoked), scanned A, original, MIT.

A dispatch contract for detecting the available agent runtime and selecting the matching execution method.

In plain words
What is it for?
Detecting runtime tiers, loading platform settings, dispatching pipeline steps, and running inline steps when no subagent system exists.
Why use it?
It lets a pipeline adapt to different coding-agent platforms and fall back to sequential execution when advanced agent features are unavailable.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the superpipelines plugin — 54 skills, 10 commands, 14 agents, 4 hooks shipped together

Good fit Detecting runtime tiers, loading platform settings, dispatching pipeline steps, and running inline steps when no subagent system exists.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add gustavo-meilus/superpipelines
Claude Code
/plugin install superpipelines

Made for: Claude Code, Codex.

Or install superpipelines, the plugin that ships this one along with the rest of its 54 skills, 10 commands, 14 agents, 4 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sk-platform-dispatch

README.md
[![agentmods](https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/sk-platform-dispatch/github.svg)](https://agentmods.dev/skills/gustavo-meilus/superpipelines/sk-platform-dispatch)
Your own site
<a href="https://agentmods.dev/skills/gustavo-meilus/superpipelines/sk-platform-dispatch"><img src="https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/sk-platform-dispatch/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sk-platform-dispatch

Your own site · 80×15
<a href="https://agentmods.dev/skills/gustavo-meilus/superpipelines/sk-platform-dispatch"><img src="https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/sk-platform-dispatch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,159 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.08159
Opus 5 $0.00030 $0.04079
Sonnet 5 $0.00012 $0.01632
Haiku 4.5 $0.00006 $0.00816

Measured 5d ago against content hash e6a3196abd1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

sk-platform-dispatch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/superpipelines/skills/sk-platform-dispatch/SKILL.md · 485 lines

How it starts

The opening of the file, as written. The whole thing — 485 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Platform Dispatch — Tier Detection & Tier 2 Inline Execution

Tier Detection Protocol

Detection heuristics run in order — first match wins. Override: SUPERPIPELINES_FORCE_TIER env var, when set to a known tier id (tier_1 | tier_1b | tier_1c | tier_1d | tier_2), bypasses all heuristics. Use when detection picks the wrong tier in a multi-platform workspace.

  1. Tier 1 (Claude Code): Task tool present AND subagent_type parameter accepted. Secondary: CLAUDE_CODE env var set OR .claude-plugin/plugin.json resolvable via ${CLAUDE_PLUGIN_ROOT}. (Runtime capability is the primary signal; the secondary check is acceptable here because DETECT() runs in the live runtime where the Task primitive can be probed directly.)
  2. Tier 1b (OpenCode): $OPENCODE_CONFIG_DIR env var set OR agent files using mode: subagent frontmatter present under the active scope root.
  3. Tier 1c (Antigravity): agy binary on PATH.
  4. Tier 1d (Codex): codex binary on PATH OR .codex-plugin/plugin.json resolvable.
  5. Tier 2 (fallback): None of the above. Safe default — sequential inline execution always works.

Read the full file on GitHub · 485 lines

Files

What ships with it

35 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 485 lines · 61 tokens per session scan A e6a3196abd1b

Subscribe to this mod's changes

sk-platform-dispatch is a skill published in the GitHub repository gustavo-meilus/superpipelines (4 stars, last pushed 1mo ago), licensed MIT. It adds 61 tokens to every session and 8,159 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

Email Composer

Draft professional emails for various contexts including business, technical, and customer communication. Use when the user needs help writing emails or composing professional messages.

Justdvp/claude-code-templates · 31 tokens

Excel Analysis

Analyze Excel spreadsheets, create pivot tables, generate charts, and perform data analysis. Use when analyzing Excel files, spreadsheets, tabular data, or .xlsx files.

Justdvp/claude-code-templates · 36 tokens

Git Commit Helper

Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.

Justdvp/claude-code-templates · 29 tokens

multi-agent-skill-sharing

Install a skill once and make it usable across multiple AI coding agents (Claude Code, Codex CLI, Cursor, Gemini CLI, Cline, etc.) that work on the same repository. Use this when the user wants a skill / ruleset / prompt to be shared and switchable across several AI products, asks "why can only one tool use this…

BreetyGreen/Myco · 141 tokens

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

Justdvp/claude-code-templates · 50 tokens

xlsx

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify…

Justdvp/claude-code-templates · 96 tokens