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.
npx agentmods add instructions/chaunsin/agent-skills/claude-mdgit clone --depth 1 https://github.com/chaunsin/agent-skillsWrote 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.
[](https://agentmods.dev/instructions/chaunsin/agent-skills/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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 referencereferences/— Modular deep-dive files linked from SKILL.md for detailed syntax, edge cases, and workflowsscripts/— (optional) Helper scripts for validation, inventory, or installationagents/— (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/*.mdfiles 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 |
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.
- 5d ago First seen · 66 lines · 825 tokens per session scan A 84625e8ee5a7
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.
Other instructions, from other repositories
OpenMontage copilot-instructions.md
Copilot instructions for calesthio/OpenMontage: MANDATORY: Read AGENTGUIDE.md before responding to ANY user message.
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.
openghost AGENTS.md
Instructions for VAIBHAVSING/openghost, covering agents.md, what this repo is, product boundary, agent skill structure and main source paths.
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.
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.
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).