cv-classification

cv-classification is a skill for Claude Code, Codex from aiming-lab/AutoResearchClaw. It costs 26 tokens per session (398 once invoked), scanned A, original, MIT.

A guide to training image-classification models, which assign labels to pictures, on datasets such as CIFAR-10, CIFAR-100, and ImageNet.

In plain words
What is it for?
Use it when selecting architectures, optimizers, regularisation, data augmentation, warmup, batch sizes, and standard image-classification benchmarks.
Why use it?
It provides model choices, training settings, data changes, and benchmark references for comparing classification experiments.

Skill for Claude CodeCodex

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

About the project

AutoResearchClaw is a system that turns a research idea into a scientific paper through autonomous and collaborative AI research workflows. It is for researchers who want agents to investigate questions, run experiments, and produce papers, with optional human guidance. Catalogue skills and agents provide parts of its research workflow.

aiming-lab/AutoResearchClaw · 14,342 stars · on GitHub

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.

agentmods
npx agentmods add skills/aiming-lab/autoresearchclaw/cv-classification
Any agent
npx skills add aiming-lab/AutoResearchClaw --skill cv-classification
Clone the repo
git clone --depth 1 https://github.com/aiming-lab/AutoResearchClaw

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 cv-classification

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiming-lab/autoresearchclaw/cv-classification.svg)](https://agentmods.dev/skills/aiming-lab/autoresearchclaw/cv-classification)
Your own site
<a href="https://agentmods.dev/skills/aiming-lab/autoresearchclaw/cv-classification"><img src="https://agentmods.dev/badge/skills/aiming-lab/autoresearchclaw/cv-classification.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 398 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00026 $0.00398
Opus 5 $0.00013 $0.00199
Sonnet 5 $0.00005 $0.00080
Haiku 4.5 $0.00003 $0.00040

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

Security

Grade A, and why

cv-classification 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 6d 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.

researchclaw/skills/builtin/domain/cv-classification/SKILL.md · 31 lines

What it actually says

Image Classification Best Practice

Architecture selection:

  • Small scale (CIFAR-10/100): ResNet-18/34, WideResNet, Simple ViT
  • Medium scale: ResNet-50, EfficientNet-B0/B1, DeiT-Small
  • Large scale: ViT-B/16, ConvNeXt, Swin Transformer

Training recipe:

  • Optimizer: AdamW (lr=1e-3 to 3e-4) or SGD (lr=0.1 with cosine decay)
  • Weight decay: 0.01-0.1 for AdamW, 5e-4 for SGD
  • Data augmentation: RandomCrop, RandomHorizontalFlip, Cutout/CutMix
  • Warmup: 5-10 epochs linear warmup for transformers
  • Batch size: 128-256 for CNNs, 512-1024 for ViTs (if memory allows)

Standard benchmarks:

  • CIFAR-10: ~96% (ResNet-18), ~97% (WideResNet)
  • CIFAR-100: ~80% (ResNet-18), ~84% (WideResNet)
  • ImageNet: ~76% (ResNet-50), ~81% (ViT-B/16)
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. 6d ago First seen · 31 lines · 26 tokens per session scan A c145ba7e17e1

Subscribe to this mod's changes

cv-classification is a skill published in the GitHub repository aiming-lab/AutoResearchClaw (14,342 stars, last pushed 17d ago), licensed MIT. It adds 26 tokens to every session and 398 once invoked, about $0.0001 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 skills, from other repositories

swmm-rag-memory

Retrieve relevant Agentic SWMM modeling memory from audited runs, modeling-memory summaries, and Obsidian-compatible notes at query time. Use when a user asks for RAG, similar past runs, evidence-linked memory retrieval, historical QA/failure patterns, or memory-grounded answers.

Zhonghao1995/agentic-swmm-workflow · 62 tokens

scrna-orchestrator

Local Scanpy pipeline for single-cell RNA-seq QC, optional doublet detection, clustering, marker discovery, optional CellTypist annotation, optional latent downstream mode from integrated.h5ad/Xscvi, and optional dataset-level plus within-cluster contrastive marker analysis from raw-count .h5ad or 10x Matrix Market…

ClawBio/ClawBio · 74 tokens

jupyter-live-kernel

Use a live Jupyter kernel for stateful, iterative Python execution via hamelnb. Load this skill when the task involves exploration, iteration, or inspecting intermediate results — data science, ML experimentation, API exploration, or building up complex code step-by-step. Uses terminal to run CLI commands against a…

moltis-org/moltis · 76 tokens

scrna-embedding

Local scVI/scANVI-based single-cell latent embedding and batch-aware integration from raw-count .h5ad or 10x Matrix Market input, with stable integrated AnnData export for downstream latent analysis.

ClawBio/ClawBio · 46 tokens

write-cuda-layernorm-kernel

Guide the agent through designing and implementing a correct, efficient CUDA LayerNorm (and RMSNorm) kernel, covering mean/variance computation strategies, Welford online accumulation, epsilon placement, affine transform application, backward pass structure, and decomposition for non-power-of-two hidden dimensions.

tensormux/kernel-skills · 0 tokens

Multimodal Alignment

Align speech, text, image, or video signals for multimodal benchmarks.

Raidriar7170/hermes-skilleval · 20 tokens