good-skill

good-skill is a skill for Claude Code, Codex from 0xNagato/skill-lint. It costs 49 tokens per session (194 once invoked), scanned A, original, MIT.

A data-file tool that converts CSV files into Parquet files and checks them against a declared schema. CSV is a plain table format, while Parquet is a compact format commonly used by data warehouses.

In plain words
What is it for?
Use it to convert, compact, or validate tabular data files before loading them into a warehouse.
Why use it?
It catches column type mismatches before the data is loaded, instead of silently changing values to make them fit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to convert, compact, or validate tabular data files before loading them into a warehouse.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0xnagato/skill-lint/good-skill
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 0xNagato/skill-lint --skill good-skill
Clone the repo
git clone --depth 1 https://github.com/0xNagato/skill-lint

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 good-skill

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/0xnagato/skill-lint/good-skill"><img src="https://agentmods.dev/badge/skills/0xnagato/skill-lint/good-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 194 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.00049 $0.00194
Opus 5 $0.00024 $0.00097
Sonnet 5 $0.00010 $0.00039
Haiku 4.5 $0.00005 $0.00019

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

Security

Grade A, and why

good-skill 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 8d 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.

examples/good-skill/SKILL.md · 25 lines

What it actually says

Good skill

Passes every rule. Note what the description does: it says what the skill produces and the conditions under which to reach for it. That second half is what the router actually matches on, and it is the half most skills omit.

Steps

  1. Read the source file and infer column types.
  2. Compare against the declared schema; report mismatches rather than coercing.
  3. Write Parquet with the validated schema.

Notes

Keep bodies focused. Detail that is only occasionally needed belongs in a separate file this skill points to, so it is read on demand rather than loaded into context on every turn.

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. 8d ago First seen · 25 lines · 49 tokens per session scan A 4c1d496719b9

Subscribe to this mod's changes

good-skill is a skill published in the GitHub repository 0xNagato/skill-lint (0 stars, last pushed 12d ago), licensed MIT. It adds 49 tokens to every session and 194 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-31.

Related

Other skills, from other repositories

neurolink-guide

Guide for using the NeuroLink SDK and CLI. Invoke when users ask how to use neurolink, integrate AI providers, add MCP tools, configure RAG, set up memory, deploy servers, or work with multimodal content. Covers SDK, CLI, providers, tools, and enterprise features.

juspay/neurolink · 65 tokens

opik-optimizer

Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.

vincentkoc/dotskills · 41 tokens

toon-format

This skill should be used when writing or parsing TOON (Token-Oriented Object Notation) files. Triggers on .toon file operations, org-patterns.toon generation, or when converting between JSON and TOON formats. Provides syntax rules, quoting conventions, and examples for LLM-optimized data serialization.

closedloop-ai/claude-plugins · 66 tokens

predictive-intelligence

Use ServiceNow Predictive Intelligence — snml.ClassificationPredictor for auto-categorization, SimilarityPredictor for related records, ClusteringPredictor, model training/retraining, and prediction-feedback accuracy tracking.

serac-labs/serac · 48 tokens

prompt-optimization

Improves LLM-facing context while preserving intent, execution boundaries, and proportional work. Use when creating or reviewing prompts, agent definitions, skill definitions, or other instructions for an LLM.

shinpr/rashomon · 42 tokens

schliff

Deterministic linter and scorer for instruction files — SKILL.md, AGENTS.md, CLAUDE.md. No model in the loop: the same bytes score the same everywhere. Use for linting, scoring, auditing or CI-gating an instruction file, and for checking whether the commands a file promises actually resolve in the repo. Trigger…

Zandereins/schliff · 204 tokens