ClaudeSkills AGENTS.md

ClaudeSkills AGENTS.md is an instructions file for Codex, OpenCode from staruhub/ClaudeSkills. It costs 971 tokens per session, scanned A, original, MIT.

A set of repository rules for a collection of ClaudeSkills coding skills. It explains the project layout, where skills belong, and how to build, test, validate, install, and name them.

In plain words
What is it for?
Use it when developing skills, deciding between curated and experimental folders, following coding conventions, syncing downloaded skill packages, or running project validation and tests.
Why use it?
It gives contributors a shared reference for how changes should fit the repository and which checks they should run before adding or updating a skill.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Claude Code; mentions AGENTS.md.

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/staruhub/claudeskills/agents-md
Clone the repo
git clone --depth 1 https://github.com/staruhub/ClaudeSkills

Made for: Codex, OpenCode.

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 ClaudeSkills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/staruhub/claudeskills/agents-md.svg)](https://agentmods.dev/instructions/staruhub/claudeskills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/staruhub/claudeskills/agents-md"><img src="https://agentmods.dev/badge/instructions/staruhub/claudeskills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 971 This file is loaded in full into every session.
When invoked 971 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.00971 $0.00971
Opus 5 $0.00485 $0.00485
Sonnet 5 $0.00194 $0.00194
Haiku 4.5 $0.00097 $0.00097

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

Security

Grade A, and why

ClaudeSkills AGENTS.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 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.

AGENTS.md · 64 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

Skills are stored as unpacked directories under skills/:

skills/
├── Geek-skills-xxx/
│   ├── SKILL.md        # Core skill definition (source of truth)
│   ├── scripts/        # Optional executable scripts
│   ├── references/     # Optional reference documents
│   └── assets/         # Optional templates and resources
├── Geek-skills-yyy/
│   └── ...

Curated skills live under skills/ and must pass the L1 gates. Experimental or personal-use skills live under lab/ (same directory layout, Geek-skills-xxx naming) — they are excluded from scripts/validate.py, scripts/run_routing_evals.py, and scripts/install_skill.py, and are not listed in the curated index on the homepage. Promote a lab skill by moving its directory into skills/ and bringing it up to the quality standard; the reverse move demotes it.

Other top-level files:

  • README.md: project overview and curated skill index (English); README.zh-CN.md is the Chinese version — keep both in sync
  • lab/README.md: index of experimental skills
  • AGENTS.md: repository guidelines (this file)

Prefer iterating on existing skills instead of introducing new parallel variants.

Build, Test, and Development Commands

Most changes are content edits to skill files. Two canonical checks exist:

  • python3 scripts/validate.py — structural L1 assertions for every curated skill (frontmatter, line caps, 三件套 sections, orphan files, platform-path/CVE hardcoding). Run before publishing any skill change.
  • python3 scripts/run_routing_evals.py — validates all evals/routing-evals.json files (schema, global id uniqueness, route_to targets, cross-skill prompt conflicts). Add --emit-prompts to produce an agent-based L2 routing test bundle. Run after changing any skill description.
  • python3 scripts/install_skill.py <name> — install a skill under a clean command name (--list, --project, --force, --dry-run).

CI (.github/workflows/validate.yml) runs the two L1 gates plus a script compile-check on every push and PR.

Read the full file on GitHub · 64 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. 6d ago First seen · 64 lines · 971 tokens per session scan A 80b6f40c6b9c

Subscribe to this mod's changes

ClaudeSkills AGENTS.md is an instructions file published in the GitHub repository staruhub/ClaudeSkills (707 stars, last pushed 23d ago), licensed MIT. It adds 971 tokens to every session, about $0.0049 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.