avro

avro is a skill for Claude Code from barnburner121/claude-plugin-marketplace. It costs 8 tokens per session (119 once invoked), scanned A, original, no licence file.

A schema generator for Apache Avro, a format used to describe the structure of data exchanged between systems.

In plain words
What is it for?
It is for creating Avro schema files for data pipelines and services that exchange Avro records.
Why use it?
It helps define Avro data structures without writing the schema from scratch.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the avro-schema plugin — 1 skill shipped together

Good fit It is for creating Avro schema files for data pipelines and services that exchange Avro records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/barnburner121/claude-plugin-marketplace/avro
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 barnburner121/claude-plugin-marketplace --skill avro
Clone the repo
git clone --depth 1 https://github.com/barnburner121/claude-plugin-marketplace

Made for: Claude Code.

Or install avro-schema, the plugin that ships this one along with the rest of its 1 skill.

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 avro

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/barnburner121/claude-plugin-marketplace/avro"><img src="https://agentmods.dev/badge/skills/barnburner121/claude-plugin-marketplace/avro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 8 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 119 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.00008 $0.00119
Opus 5 $0.00004 $0.00060
Sonnet 5 $0.00002 $0.00024
Haiku 4.5 $0.00001 $0.00012

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

Security

Grade A, and why

avro 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 9d 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.

generated-plugins/avro-schema/skills/avro/SKILL.md · 21 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. 9d ago First seen · 21 lines · 8 tokens per session scan A 9d86e0cc3a78

Subscribe to this mod's changes

avro is a skill published in the GitHub repository barnburner121/claude-plugin-marketplace (3 stars, last pushed 5mo ago), with no licence file. It adds 8 tokens to every session and 119 once invoked, about $0.0000 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-09-03.

Related

Other skills, from other repositories

backend-patterns

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. Use when building or reviewing Node.js, Express, or Next.js API routes and their data access.

affaan-m/ECC · 51 tokens

postgres-patterns

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Quick reference for common patterns, index types, data types, and anti-pattern detection. Based on Supabase best practices.

affaan-m/ECC · 45 tokens

ml-data-pipeline-architecture

Patterns for efficient ML data pipelines using Polars, Arrow, and ClickHouse. TRIGGERS - data pipeline, polars vs pandas, arrow format.

terrylica/cc-skills · 38 tokens

fxview-parquet-consumer

Consume FXView tick data from Parquet files. Schema, file layout, DuckDB queries, Python/Rust examples.

terrylica/cc-skills · 31 tokens

mysql-migration

MySQL schema migration safety reviewer and DDL generator. ALWAYS use when writing, reviewing, or planning MySQL schema changes — ALTER TABLE, CREATE/DROP INDEX, column type changes, charset conversions, data backfills, or any DDL touching production tables. Covers online DDL algorithm selection (INSTANT/INPLACE/COPY)…

johnqtcg/awesome-skills · 132 tokens

redis-cache-strategy

Redis caching strategy designer and reviewer. ALWAYS use when designing, reviewing, or troubleshooting Redis caching layers — cache pattern selection (cache-aside, write-through, write-behind), TTL strategy, cache stampede/penetration/avalanche prevention, hot key handling, cache-DB consistency, distributed locking…

johnqtcg/awesome-skills · 113 tokens