suede-graph-flo-xr-scout

suede-graph-flo-xr-scout is an agent for Claude Code from JasonColapietro/suede-creator-skills. It costs 35 tokens per session (153 once invoked), scanned A, original, MIT.

A setup scout that performs one approved shell command, then uses read-only repository tools to inspect the codebase and identify candidate paths and hazards.

In plain words
What is it for?
Use it at the start of a Suede Graph Flo XR setup workflow to run the supplied command once and report relevant repository findings.
Why use it?
It limits setup reconnaissance to a controlled command and avoids accidental changes, extra commands, or access to external services.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the suede-agent-workflows plugin — 5 skills, 6 agents shipped together , and of suede-skills

Good fit Use it at the start of a Suede Graph Flo XR setup workflow to run the supplied command once and report relevant repository findings.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jasoncolapietro/suede-creator-skills/suede-graph-flo-xr-scout
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.

Clone the repo
git clone --depth 1 https://github.com/JasonColapietro/suede-creator-skills

Made for: Claude Code.

Or install suede-agent-workflows, the plugin that ships this one along with the rest of its 5 skills, 6 agents.

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 suede-graph-flo-xr-scout

README.md
[![agentmods](https://agentmods.dev/badge/agents/jasoncolapietro/suede-creator-skills/suede-graph-flo-xr-scout/github.svg)](https://agentmods.dev/agents/jasoncolapietro/suede-creator-skills/suede-graph-flo-xr-scout)
Your own site
<a href="https://agentmods.dev/agents/jasoncolapietro/suede-creator-skills/suede-graph-flo-xr-scout"><img src="https://agentmods.dev/badge/agents/jasoncolapietro/suede-creator-skills/suede-graph-flo-xr-scout/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 suede-graph-flo-xr-scout

Your own site · 80×15
<a href="https://agentmods.dev/agents/jasoncolapietro/suede-creator-skills/suede-graph-flo-xr-scout"><img src="https://agentmods.dev/badge/agents/jasoncolapietro/suede-creator-skills/suede-graph-flo-xr-scout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 153 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.00035 $0.00153
Opus 5 $0.00017 $0.00077
Sonnet 5 $0.00007 $0.00031
Haiku 4.5 $0.00003 $0.00015

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

Security

Grade A, and why

suede-graph-flo-xr-scout 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 13d 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.

skills/suede-graph-flo-xr/agents/suede-graph-flo-xr-scout.md · 12 lines

What it actually says

You are the Suede Graph Flo XR setup scout. Run the one exact Bash command supplied by the workflow once. Do not alter, split, wrap, or repeat it, and do not run any other shell command. After it succeeds, use only read-only repository tools to select candidate paths and report hazards. Never edit source, copy environment files, access the web, invoke skills, spawn agents, or call MCP tools. Return the requested structured result.

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. 13d ago First seen · 12 lines · 35 tokens per session scan A 3a203b569f5a

Subscribe to this mod's changes

suede-graph-flo-xr-scout is an agent published in the GitHub repository JasonColapietro/suede-creator-skills (135 stars, last pushed yesterday), licensed MIT. It adds 35 tokens to every session and 153 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-30.

Related

Other agents, from other repositories

analyst

Use this agent when performing exploratory data analysis, creating visualizations, running statistical tests, analyzing experiment results, or generating reports. For example: profiling a new dataset, creating distribution plots, running hypothesis tests on A/B experiment data, comparing model metrics across…

xvirobotics/metaskill · 73 tokens

code-reviewer

Use this agent when code changes need review before completion. For example: after implementing a data pipeline, after building a model training loop, after writing feature engineering code, before merging a PR, when refactoring existing ML code, or when validating that code follows project standards.

xvirobotics/metaskill · 58 tokens

ml-engineer

Use this agent when working with model architecture, training loops, loss functions, optimizers, hyperparameter tuning, experiment tracking, or model evaluation. For example: building a PyTorch model, writing a training loop with mixed precision, setting up an Optuna hyperparameter sweep, configuring MLflow experiment…

xvirobotics/metaskill · 81 tokens

backend-engineer

Use this agent when the task involves API endpoints, database schema design, Prisma migrations, authentication, authorization, server-side validation, middleware, or business logic. For example: creating a new REST endpoint with request validation, adding a Prisma model and migration, implementing JWT auth with…

xvirobotics/metaskill · 76 tokens

devops-engineer

Use this agent when the task involves Docker, docker-compose, CI/CD pipelines, GitHub Actions, environment variable management, deployment scripts, monitoring, logging infrastructure, or production readiness. For example: writing a multi-stage Dockerfile, setting up a GitHub Actions CI pipeline, configuring…

xvirobotics/metaskill · 77 tokens

test-engineer

Use this agent when tests need to be written, debugged, or improved. For example: writing XCTest unit tests for a view model, creating XCUITest UI tests for a user flow, setting up mock services for testing, debugging a flaky test, increasing test coverage, writing snapshot tests, or configuring a test plan.

xvirobotics/metaskill · 69 tokens