sk-pipeline-paths

sk-pipeline-paths is a skill for Claude Code, Codex from gustavo-meilus/superpipelines. It costs 55 tokens per session (3,504 once invoked), scanned A, original, MIT.

A path-resolution skill for locating Superpipelines files and generated artifacts. It applies different locations for project, local, and user-level data.

In plain words
What is it for?
Use it when creating or opening Superpipelines resources and when determining whether data is shared with a project, machine-specific, or global to the user.
Why use it?
It removes guesswork about where pipeline files, agents, skills, temporary files, and registries belong.

Skill for Claude CodeCodex

Written for Claude Code and Codex: user-invocable in frontmatter, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Codex; built for cline.

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

Good fit Use it when creating or opening Superpipelines resources and when determining whether data is shared with a project, machine-specific, or global to the user.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gustavo-meilus/superpipelines/sk-pipeline-paths
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add gustavo-meilus/superpipelines --skill sk-pipeline-paths
Clone the repo
git clone --depth 1 https://github.com/gustavo-meilus/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-pipeline-paths

README.md
[![agentmods](https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/sk-pipeline-paths/github.svg)](https://agentmods.dev/skills/gustavo-meilus/superpipelines/sk-pipeline-paths)
Your own site
<a href="https://agentmods.dev/skills/gustavo-meilus/superpipelines/sk-pipeline-paths"><img src="https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/sk-pipeline-paths/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-pipeline-paths

Your own site · 80×15
<a href="https://agentmods.dev/skills/gustavo-meilus/superpipelines/sk-pipeline-paths"><img src="https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/sk-pipeline-paths.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,504 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.00055 $0.03504
Opus 5 $0.00028 $0.01752
Sonnet 5 $0.00011 $0.00701
Haiku 4.5 $0.00006 $0.00350

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

Security

Grade A, and why

sk-pipeline-paths 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 8d 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-pipeline-paths/SKILL.md · 235 lines

How it starts

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

Pipeline Path Resolver — Scope-Aware Layout

Data Root & Git Integration

Generated pipelines (v2.x+) are data under the single tier-independent data root (RESOLVE_DATA_ROOT); the per-tier scope roots below are legacy/materialization only.

<data_roots_table>

Scope Physical Root Git Status Persistence
Project <workspace>/.superpipelines/ Committed Shared with the team.
Local <workspace>/.superpipelines/ Ignored Machine-specific/temporary.
User ~/.superpipelines/ External Global across all workspaces.
</data_roots_table>

Per-Tier Scope Roots (legacy back-compat reads + native materialization target)

These per-tier roots no longer locate generated pipeline data (see Data Root above). They are consumed only by (a) ENUMERATE_ALL_SCOPE_ROOTS read-only legacy back-compat and (b) sk-platform-dispatch MATERIALIZE, which writes the ephemeral native agent file into the host's own dir.

<scope_roots_per_tier>

Tier Workspace root User root
Tier 1 (CC) <workspace>/.claude/ ~/.claude/
Tier 1b (OC) <workspace>/.opencode/ ~/.opencode/
Tier 1c (Antigravity) <workspace>/.agents/antigravity/ ~/.antigravity/
Tier 1d (Codex) <workspace>/.codex/ ~/.codex/
Tier 2 (Cursor/Windsurf/Cline) <workspace>/.superpipelines/ ~/.superpipelines/
</scope_roots_per_tier>

Read the full file on GitHub · 235 lines

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. 8d ago First seen · 235 lines · 55 tokens per session scan A 03b41b3cad84

Subscribe to this mod's changes

sk-pipeline-paths is a skill published in the GitHub repository gustavo-meilus/superpipelines (4 stars, last pushed 1mo ago), licensed MIT. It adds 55 tokens to every session and 3,504 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

agent-swarm

Agent skill for swarm - invoke with $agent-swarm.

ruvnet/ruflo · 15 tokens

moai-workflow-worktree

Git worktree management for parallel SPEC development with isolated workspaces, automatic branch registration, and seamless MoAI-ADK integration. Use when setting up parallel development environments.

modu-ai/moai-adk · 41 tokens

babysit-babysitter-issues

This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", or wants to find and work on open GitHub issues assigned to a5c-agent in the babysitter repo.

a5c-ai/babysitter · 69 tokens

moai-kanban-foreman

One unattended kanban foreman iteration: watch the backlog queue, dispatch the next operator-picked card to an isolated worker, collect completion evidence on read (not on claims), and report. This is the body the project's loop.md driver invokes each iteration of a bare /loop; it can also be invoked directly to test…

modu-ai/moai-adk · 76 tokens

agentrq

Execute tasks assigned by humans or supervisor agents within a specific AgentRQ workspace. Use when you receive channel messages or need to report progress on tasks.

agentrq/agentrq · 33 tokens

moai-workflow-project

Integrated project management system covering documentation, language initialization, template optimization, docs generation, and JIT document loading. Absorbed from moai-workflow-templates, moai-docs-generation, and moai-workflow-jit-docs.

modu-ai/moai-adk · 55 tokens