agent-skills CLAUDE.md

agent-skills CLAUDE.md is an instructions file for Claude Code from chaunsin/agent-skills. It costs 825 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for creating and maintaining AI-agent skills, which are collections of guidance that coding assistants load for specific tasks.

In plain words
What is it for?
Helping an agent understand, write, validate, and distribute skills in the chaunsin/agent-skills repository.
Why use it?
They document the required skill files, folder structure, activation descriptions, references, scripts, and authoring conventions.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

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 instructions/chaunsin/agent-skills/claude-md
Clone the repo
git clone --depth 1 https://github.com/chaunsin/agent-skills

Made for: Claude Code.

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 agent-skills CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/chaunsin/agent-skills/claude-md.svg)](https://agentmods.dev/instructions/chaunsin/agent-skills/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/chaunsin/agent-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/chaunsin/agent-skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 825 This file is loaded in full into every session.
When invoked 825 The same file — it is already loaded in full.
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.00825 $0.00825
Opus 5 $0.00413 $0.00413
Sonnet 5 $0.00165 $0.00165
Haiku 4.5 $0.00082 $0.00082

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

Security

Grade A, and why

agent-skills CLAUDE.md 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 5d 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.

CLAUDE.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to AI coding assistants when working with code in this repository.

Repository Purpose

A collection of AI agent skills — self-contained Markdown knowledge bases that AI coding assistants (Claude Code, Copilot CLI, Cursor, etc.) load to gain expertise on specific topics. Skills are distributed via npx skills add chaunsin/agent-skills.

Skill Anatomy

Each skill lives under skills/<name>/:

  • SKILL.md — Entry point with YAML frontmatter (name, description, metadata) and a comprehensive quick reference
  • references/ — Modular deep-dive files linked from SKILL.md for detailed syntax, edge cases, and workflows
  • scripts/ — (optional) Helper scripts for validation, inventory, or installation
  • agents/ — (optional) Agent-specific configurations (e.g., OpenAI agent YAML)

The description frontmatter field is the activation trigger — it lists keywords and scenarios that cause the agent to load the skill.

testdata/ holds source material used during skill authoring. It is gitignored and must not contain hardcoded absolute paths.

Skill Authoring Conventions

  • All skill content is written in English regardless of user language
  • SKILL.md frontmatter fields: name, description, metadata (author, version)
  • Cross-references between SKILL.md and reference files use relative paths
  • Main SKILL.md provides a self-contained quick reference; references/*.md files split out detailed content
  • README.md and README_CN.md must stay in sync when skills are added/removed

Current Skills

Skill Topic
drizzle-migration-conflict Drizzle Kit migration conflict diagnosis and team workflow guidance - inspect _journal.json, snapshots, migration folders, merge conflicts, drizzle-kit check, and CI prevention
hugo-to-markdown Hugo documentation and content conversion — inspect local Hugo config, shortcodes, render hooks, front matter, and mounted content roots to produce safe standard Markdown exports
postgresql-cli PostgreSQL interactive terminal (psql) — meta-commands, CLI options, formatting, import/export, scripting
pre-release-review Production pre-release code review and deploy-readiness audit — inspect PRs or git ranges for missing migrations, configs, caches, queues, assets, secrets, service order, and rollout risks
rclone-cli Rclone cloud storage manager — sync, copy, mount, serve, bisync, crypt, filtering, 70+ providers
redis-cli Redis command-line interface — data querying, key scanning, server monitoring, latency analysis, vector search, ACL management, cluster management, scripting

Read the full file on GitHub · 66 lines

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. 5d ago First seen · 66 lines · 825 tokens per session scan A 84625e8ee5a7

Subscribe to this mod's changes

agent-skills CLAUDE.md is an instructions file published in the GitHub repository chaunsin/agent-skills (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 825 tokens to every session, about $0.0041 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 instructions, from other repositories

OpenMontage copilot-instructions.md

Copilot instructions for calesthio/OpenMontage: MANDATORY: Read AGENTGUIDE.md before responding to ANY user message.

calesthio/OpenMontage · 94 tokens

agent-skills AGENTS.md

AGENTS.md instructions for tech-leads-club/agent-skills, covering agents.md, workflow orchestration, 1. plan mode default, 2. subagent strategy and 3. verification before done.

tech-leads-club/agent-skills · 1,570 tokens

openghost AGENTS.md

Instructions for VAIBHAVSING/openghost, covering agents.md, what this repo is, product boundary, agent skill structure and main source paths.

VAIBHAVSING/openghost · 1,701 tokens

agent-skills CLAUDE.md

Claude Code instructions for tech-leads-club/agent-skills, a project described as: The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.

tech-leads-club/agent-skills · 3 tokens

xlsx-for-ai CLAUDE.md

Instructions for senoff/xlsx-for-ai, covering xlsx-for-ai — agent loading guide, always-load, load on relevance, review gate (mandatory unless explicitly skipped) and repo posture.

senoff/xlsx-for-ai · 1,368 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens