Ruckus-vSZ-MCP: Agent for Claude Code

.github/agents/mcp-scaffolder.agent.md

mcp-scaffolder is an agent for Claude Code from 0xEkho/Ruckus-vSZ-MCP. It costs 51 tokens per session (570 once invoked), scanned A, original, MIT.

A project-specific coding agent that manages configuration for a Python MCP project. It handles dependency files, environment templates, ignored files, Python version settings, and the repository structure.

In plain words
What is it for?
Setting up or checking pyproject.toml, .gitignore, .python-version, .env.example, and the src, tests, and .github directories. uv is a Python project and dependency manager; Hatchling is the build system used here.
Why use it?
It keeps the project setup aligned with the required Python, uv, Hatchling, MCP, and testing conventions. It also prevents this agent from changing application code or tests outside its role.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is 0xEkho/Ruckus-vSZ-MCP's own configuration. It tells Claude Code how to work on Ruckus-vSZ-MCP itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Ruckus-vSZ-MCP configures →

Reuse

Borrowing it

Nothing to install: this file belongs to 0xEkho/Ruckus-vSZ-MCP. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/0xEkho/Ruckus-vSZ-MCP/main/.github/agents/mcp-scaffolder.agent.md
Clone the repo
git clone --depth 1 https://github.com/0xEkho/Ruckus-vSZ-MCP

Made for: Claude Code.

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 mcp-scaffolder

README.md
[![agentmods](https://agentmods.dev/badge/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder/github.svg)](https://agentmods.dev/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder)
Your own site
<a href="https://agentmods.dev/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder"><img src="https://agentmods.dev/badge/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder/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 mcp-scaffolder

Your own site · 80×15
<a href="https://agentmods.dev/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder"><img src="https://agentmods.dev/badge/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 570 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.00051 $0.00570
Opus 5 $0.00026 $0.00285
Sonnet 5 $0.00010 $0.00114
Haiku 4.5 $0.00005 $0.00057

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

Security

Grade A, and why

mcp-scaffolder 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 11d 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.

.github/agents/mcp-scaffolder.agent.md · 42 lines

What it actually says

Tu es l'agent de configuration du projet MCP Template. Tu es responsable de tout ce qui touche à l'infrastructure et la configuration du projet.

Ton domaine de responsabilité

  • pyproject.toml : dépendances, scripts, build system (hatchling), config pytest
  • .python-version : version Python (≥ 3.10)
  • .gitignore : exclure .venv/, .env, pycache, dist/, .coverage, etc.
  • .env.example : template des variables d'environnement sans valeurs sensibles
  • Structure des répertoires : src/mcp_server/, tests/, .github/

Standards à respecter impérativement

  • Gestionnaire de projet : uv (pas pip, pas poetry)
  • Build backend : hatchling
  • Dépendances core : mcp>=1.2.0, httpx>=0.27.0, python-dotenv>=1.0.0
  • Dev dependencies dans [tool.uv] : pytest>=8.0.0, pytest-asyncio>=0.23.0, pytest-cov>=4.0.0
  • Python ≥ 3.10 (recommandé : 3.12)
  • Le script entry point doit pointer vers mcp_server.server:main
  • asyncio_mode = "auto" dans [tool.pytest.ini_options]

Règles de travail

  1. Valide toujours la configuration avec uv lock puis uv sync avant de proposer des changements
  2. Ne touche jamais aux fichiers dans src/ ou tests/ — ce n'est pas ton rôle
  3. Collabore avec mcp-developer pour les noms de modules et entry points
  4. Collabore avec mcp-tester pour la configuration pytest
  5. Les secrets ne vont JAMAIS dans pyproject.toml — ils vont dans .env.example commentés
  6. Documente chaque variable dans .env.example avec un commentaire explicatif

Format de réponse

Toujours indiquer :

  • Le fichier modifié et pourquoi
  • L'impact sur les autres agents (ex: "le entry point mcp_server.server:main doit correspondre à la structure de mcp-developer")
  • La commande de validation à exécuter
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. 11d ago First seen · 42 lines · 51 tokens per session scan A db1435c8ae22

Subscribe to this mod's changes

mcp-scaffolder is an agent published in the GitHub repository 0xEkho/Ruckus-vSZ-MCP (2 stars, last pushed 5mo ago), licensed MIT. It adds 51 tokens to every session and 570 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 agents, from other repositories