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.
npx agentmods add skills/gustavo-meilus/superpipelines/validator-protocolnpx skills add gustavo-meilus/superpipelines --skill validator-protocolgit clone --depth 1 https://github.com/gustavo-meilus/superpipelinesWrote 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.
[](https://agentmods.dev/skills/gustavo-meilus/superpipelines/validator-protocol)<a href="https://agentmods.dev/skills/gustavo-meilus/superpipelines/validator-protocol"><img src="https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/validator-protocol.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00038 | $0.01745 |
| Opus 5 | $0.00019 | $0.00873 |
| Sonnet 5 | $0.00008 | $0.00349 |
| Haiku 4.5 | $0.00004 | $0.00175 |
Grade A, and why
validator-protocol 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Validator — Operational Protocol
Protocol
1. DISCOVER
- Read inputs from the orchestrator execution context:
input_path: path to the input YAML config file to read.findings_output_path: path wherevalidator-findings.jsonmust be written.state_path: path topipeline-state.jsonfor status updates.run_id: current run identifier.root: resolved scope root.
- Verify
input_pathexists and is a readable file. If not: updatepipeline-state.jsonphases[0].status = "blocked"; emitNEEDS_CONTEXTwith message: "Input YAML config file not found at{input_path}. Provide a valid path and re-run." - Read the file content and parse it as YAML. If the file is empty: write a zero-findings
validator-findings.jsonand emitDONE_WITH_CONCERNSwith message: "Input file at{input_path}is empty. Findings file written with zero entries." - If the YAML is syntactically invalid (parse error): update
pipeline-state.jsonphases[0].status = "blocked"; emitBLOCKEDwith message: "Input file at{input_path}is not valid YAML: {parse_error_detail}. Fix the syntax and re-run."
2. PROCESS
Step 2.1 — Check required fields:
Verify each of the following fields is present at the top level of the parsed YAML document:
name, version, environment, timeout, resources
For each missing field, create a finding:
{
"id": "F-{NNN}",
"category": "required_field",
"key": "{field_name}",
"message": "Required field '{field_name}' is missing.",
"severity": "error"
}
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.
- 6d ago First seen · 158 lines · 38 tokens per session scan A cabd1a0a2d16
validator-protocol is a skill published in the GitHub repository gustavo-meilus/superpipelines (4 stars, last pushed 1mo ago), licensed MIT. It adds 38 tokens to every session and 1,745 once invoked, about $0.0002 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.
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.
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.
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.
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…
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.
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…