run-stage

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

A skill for running one stage of an ICM pipeline, a workflow made of contract-based steps. It reads the stage instructions, loads the appropriate inputs, writes the required outputs, and then pauses for human review.

In plain words
What is it for?
Use it to run a selected pipeline stage, process its inputs according to its contract, create its declared outputs, and prepare the work for review.
Why use it?
It provides a repeatable way to execute a stage while keeping reference material separate from files being actively produced.

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/run-stage
Any agent
npx skills add mcmespinaa/folder-structure-protocol --skill run-stage
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 run-stage

README.md
[![agentmods](https://agentmods.dev/badge/skills/mcmespinaa/folder-structure-protocol/run-stage.svg)](https://agentmods.dev/skills/mcmespinaa/folder-structure-protocol/run-stage)
Your own site
<a href="https://agentmods.dev/skills/mcmespinaa/folder-structure-protocol/run-stage"><img src="https://agentmods.dev/badge/skills/mcmespinaa/folder-structure-protocol/run-stage.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,404 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.00066 $0.01404
Opus 5 $0.00033 $0.00702
Sonnet 5 $0.00013 $0.00281
Haiku 4.5 $0.00007 $0.00140

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

Security

Grade A, and why

run-stage 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 3d 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/run-stage/SKILL.md · 123 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. 3d ago First seen · 123 lines · 66 tokens per session scan A 3e505e38b533

Subscribe to this mod's changes

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

vitaecontext-cv

Optimize CV and resume content for recruiter readability and parser-safe ATS handling without making unsupported claims about exact vendor scoring. Use when the user asks about resumes, CVs, ATS formatting, keyword strategy, bullets, section order, achievement metrics, or job-targeted resume tailoring.

vitaecontext/vitaecontext · 60 tokens