agents-skills

agents-skills is a skill for Claude Code, Codex from vasilyu1983/AI-Agents-public. It costs 35 tokens per session (4,482 once invoked), scanned A, original, MIT.

A guide for creating and checking agent skills, which are reusable instruction bundles containing files such as SKILL.md, references, and scripts. It focuses on making skills work across Claude Code and Codex.

In plain words
What is it for?
Use it to create or modernize shared skills, validate their files and links, add platform-specific metadata, and design skill routing or composition.
Why use it?
Skills can become incompatible or difficult to discover when their metadata, links, structure, or runtime-specific rules drift apart.

Skill for Claude CodeCodex

Written for Claude Code and Codex: ${CLAUDE_SESSION_ID} variable, but also agents/openai.yaml present. Also seen: mentions subagents; mentions Claude Code; mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 frameworks/shared-skills/evals/test_run_skill_bench.py.

Good fit Use it to create or modernize shared skills, validate their files and links, add platform-specific metadata, and design skill routing or composition.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/vasilyu1983/AI-Agents-public
agentmods
npx agentmods add skills/vasilyu1983/ai-agents-public/agents-skills

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 agents-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/agents-skills/github.svg)](https://agentmods.dev/skills/vasilyu1983/ai-agents-public/agents-skills)
Your own site
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/agents-skills"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/agents-skills/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 agents-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/agents-skills"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/agents-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,482 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00035 $0.04482
Opus 5 $0.00017 $0.02241
Sonnet 5 $0.00007 $0.00896
Haiku 4.5 $0.00003 $0.00448

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

Security

Grade A, and why

agents-skills 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.

The scan reads SKILL.md. This mod also ships 7 executable files (scripts/audit_skill_metadata.py, scripts/build_skill_graph.py, scripts/test_audit_skill_metadata.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

frameworks/shared-skills/skills/agents-skills/SKILL.md · 285 lines

How it starts

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

Agent Skills

Use this skill to create or modernize skill bundles without conflating the portable core contract with runtime-specific extensions.

Scope — this is a delta on the standard, not a replacement. Generic skill authoring, scaffolding, and eval mechanics are owned by the Agent Skills open spec and the standard skill-creator skill (and plugin-dev:skill-development). Use those for boilerplate. This skill owns only the repo-specific delta the standard cannot provide: dual-runtime portability (Claude Code + Codex), catalog/graph gating, and router/composition patterns. Do not replicate the standard here — link to it.

Quick Reference

Task Read or Run Outcome
Scaffold a new skill skill-creator (standard skill) Generates the boilerplate; then apply portability discipline from references/frontmatter-reference.md
Modernize an existing skill python3 scripts/validate_skill.py <skill-dir> Finds contract drift, broken links, stale sources, and missing TOCs
Add runtime-specific metadata references/frontmatter-reference.md Scopes extensions to the target runtime instead of treating them as universal
Decide how to split content references/skill-patterns.md Keeps SKILL.md small and moves detail into references/ or scripts/
Validate behavior, not just syntax references/skill-validation.md Builds trigger, non-trigger, and navigation evals
Check Anthropic-specific details references/anthropic-skills-guide.md Uses Anthropic guidance without treating it as the portable baseline
Ship one skill to multiple runtimes without drift references/dual-distribution.md Single canonical system prompt + wrapper distributions + drift-check gate
Design router/composable skill flow references/skill-patterns.md#pattern-10-stage-based-selection-pipeline Separates sources, enrichment, filters, scoring, selection, validation, and side effects

Read the full file on GitHub · 285 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. 8d ago Changed · +1 lines 83202798a8a2
  2. 12d ago First seen · 284 lines · 35 tokens per session scan A 6233989dcf23

Subscribe to this mod's changes

agents-skills is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (87 stars, last pushed 9d ago), licensed MIT. It adds 35 tokens to every session and 4,482 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-30.

Related

Other skills, from other repositories

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

istio-traffic-management

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

wshobson/agents · 40 tokens

projection-patterns

Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.

wshobson/agents · 36 tokens

microservices-patterns

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

wshobson/agents · 38 tokens

track-management

Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.

wshobson/agents · 44 tokens

make-pr-easy-to-review

Prepare PRs for review by cleaning noisy history, improving PR descriptions, and adding reviewer guidance without changing code behavior. Use for "make this easy to review", "tidy this PR", "clean up commits", or "annotate the diff".

michael-denyer/pstack-claude · 57 tokens