flow

flow is a skill for Claude Code, Codex from samuelpatro/.claude. It costs 139 tokens per session (1,220 once invoked), scanned A, original, no licence file.

An end-to-end check for a code change in the current project, including tests, a running app, browser checks, and screenshots.

In plain words
What is it for?
Checking affected areas in Laravel, Node, frontend, command-line, and library projects, then reporting the result with screenshots.
Why use it?
It helps catch problems that unit tests alone may miss and gives a clear pass-or-fail result for the change.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Checking affected areas in Laravel, Node, frontend, command-line, and library projects, then reporting the result with screenshots.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/samuelpatro/.claude/flow
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.

Any agent
npx skills add samuelpatro/.claude --skill flow
Clone the repo
git clone --depth 1 https://github.com/samuelpatro/.claude

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 flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/samuelpatro/.claude/flow/github.svg)](https://agentmods.dev/skills/samuelpatro/.claude/flow)
Your own site
<a href="https://agentmods.dev/skills/samuelpatro/.claude/flow"><img src="https://agentmods.dev/badge/skills/samuelpatro/.claude/flow/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 flow

Your own site · 80×15
<a href="https://agentmods.dev/skills/samuelpatro/.claude/flow"><img src="https://agentmods.dev/badge/skills/samuelpatro/.claude/flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 139 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,220 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 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.1 $0.00139 $0.01220
Opus 5 $0.00069 $0.00610
Sonnet 5 $0.00028 $0.00244
Haiku 4.5 $0.00014 $0.00122

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

Security

Grade A, and why

flow 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.

skills/flow/SKILL.md · 105 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 Changed · -70 lines · -31 tokens per session 2c2c9f08d6cf
  2. 9d ago First seen · 175 lines · 170 tokens per session scan A 54f35e13d2bc

Subscribe to this mod's changes

flow is a skill published in the GitHub repository samuelpatro/.claude (3 stars, last pushed 7d ago), with no licence file. It adds 139 tokens to every session and 1,220 once invoked, about $0.0007 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

e2e

Generate and run Playwright E2E tests traced to spec.md acceptance criteria, with an optional accessibility audit. Use when saying "e2e tests" or "a11y audit".

anton-abyzov/specweave · 38 tokens

tauri-pilot

Inspect, interact with, and test a running Tauri v2 app via CLI. Communicates over Unix socket using JSON-RPC 2.0. Use when testing UI, automating interactions, or debugging a Tauri app.

mpiton/tauri-pilot · 52 tokens

sc:webapp-testing

Test a web app end-to-end with Playwright: drive real flows, assert on visible state, catch console/network errors, and do visual + RTL/Hebrew checks. Covers writing resilient selectors (roles/text over CSS), waiting on conditions (never sleeps), screenshot diffing, and a quick smoke pass before shipping. Activate…

squadcodercom/squadcoder · 115 tokens

browser-qa

Use to exercise the running app in a real browser — after UI changes, before ship, or when the user asks to QA the site, smoke-test a branch, or check "does it actually work". Drives affected routes headlessly via Playwright, captures console errors, failed requests, and screenshots, and produces a report with a…

AbdurRafay2004/handoff · 85 tokens

browser-automation

Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping…

Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI · 100 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Zandereins/schliff · 35 tokens