validate-pipeline

validate-pipeline is a skill for Claude Code, Codex from mcmespinaa/folder-structure-protocol. It costs 56 tokens per session (1,442 once invoked), scanned A, original, no licence file.

A checker for ICM pipelines, which are multi-step workflows with defined handoffs between stages. It compares what each stage produces with what the next stage expects.

In plain words
What is it for?
Use it to verify pipeline integrity, check stage contracts, debug failed stage connections, and inspect factory/product separation.
Why use it?
It helps expose broken connections, incorrect handoffs, and confusion between a factory that creates products and the products themselves.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/mcmespinaa/folder-structure-protocol/validate-pipeline
Any agent
npx skills add mcmespinaa/folder-structure-protocol --skill validate-pipeline
Clone the repo
git clone --depth 1 https://github.com/mcmespinaa/folder-structure-protocol

Made for: Claude Code, Codex.

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 validate-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/mcmespinaa/folder-structure-protocol/validate-pipeline.svg)](https://agentmods.dev/skills/mcmespinaa/folder-structure-protocol/validate-pipeline)
Your own site
<a href="https://agentmods.dev/skills/mcmespinaa/folder-structure-protocol/validate-pipeline"><img src="https://agentmods.dev/badge/skills/mcmespinaa/folder-structure-protocol/validate-pipeline.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,442 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00056 $0.01442
Opus 5 $0.00028 $0.00721
Sonnet 5 $0.00011 $0.00288
Haiku 4.5 $0.00006 $0.00144

Measured 4d ago against content hash e967508d2b69, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

validate-pipeline 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 4d 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.

.claude/skills/validate-pipeline/SKILL.md · 148 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 148 lines · 56 tokens per session scan A e967508d2b69

Subscribe to this mod's changes

validate-pipeline is a skill published in the GitHub repository mcmespinaa/folder-structure-protocol (6 stars, last pushed 1mo ago), with no licence file. It adds 56 tokens to every session and 1,442 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-08-31.

Related

Other skills, from other repositories

basemind-cli

Navigate codebases and manage caches via the basemind CLI — outlines, symbol search, reference/caller lookups, git history, blame, and diffs. For headless scripting, CI, or when driving the CLI more efficiently than interactive MCP calls. Shares the same index as the MCP server.

Goldziher/basemind · 66 tokens

multi-agent-room

Orchestrate a team of named subagents in shared threads. One orchestrator drives multiple peers with distinct identities; each subagent sees its own inbox and can cross-check findings by posting to a thread the peer is a member of.

Goldziher/basemind · 51 tokens

basemind-doctor

Diagnose and recover basemind when it isn't working — MCP tools missing or erroring, "no index" / "no indexed files", empty results that shouldn't be empty, or the MCP server seems dead. Runs CLI checks (no MCP server required) and gives the client-specific way to reconnect the server.

Goldziher/basemind · 69 tokens

basemind-documents

Semantic + full-text search over documents and the web via basemind's RAG store — PDFs, Office, HTML, email, images (OCR), plus scraped/crawled web pages, with cross-encoder reranking, keyword and named-entity (NER) filters, and per-document summaries. Reach for it whenever the user asks to "search the docs / PDFs"…

Goldziher/basemind · 107 tokens

basemind-scan

Build or refresh the basemind index by running basemind scan via the CLI. Use this when basemind reports "no index" / "no indexed files", when the MCP server isn't available, or after large changes when the index is stale. Works without the MCP server — it shells the basemind binary directly.

Goldziher/basemind · 75 tokens

mcp-tool-checklist

End-to-end checklist for adding a mode to one of basemind's MCP domains.

Goldziher/basemind · 17 tokens