skills AGENTS.md

skills AGENTS.md is an instructions file for Codex, OpenCode from citedy/skills. It costs 1,160 tokens per session, scanned A, original, MIT.

A set of maintenance instructions for the Citedy Skills package, including its folders, skill types, and process for adding skills.

In plain words
What is it for?
Use it when working on the repository, adding a skill, updating package files, or understanding where scripts, references, and agent settings belong.
Why use it?
It gives coding agents the project context they need to maintain and publish the package consistently.

Instructions file for CodexOpenCode

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/citedy/skills/agents-md.svg)](https://agentmods.dev/instructions/citedy/skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/citedy/skills/agents-md"><img src="https://agentmods.dev/badge/instructions/citedy/skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,160 This file is loaded in full into every session.
When invoked 1,160 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 $0.01160 $0.01160
Opus 5 $0.00580 $0.00580
Sonnet 5 $0.00232 $0.00232
Haiku 4.5 $0.00116 $0.00116

Measured 4d ago against content hash ab5301316da7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skills 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 4d 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 · 153 lines

How it starts

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

Agent Instructions — Citedy Skills

This file tells AI agents how to maintain and publish this package.

Repository

Directory Structure

citedy-skills/
├── package.json          # npm package config (bump version here)
├── bin/cli.js            # CLI installer (npx @citedy/skills install)
├── skills/               # All skills live here
│   ├── <skill-name>/
│   │   ├── SKILL.md      # Claude Code skill definition
│   │   ├── scripts/run.js # Executable extractor script
│   │   ├── references/    # Docs for the skill
│   │   └── agents/        # OpenAI/Codex agent configs
├── commands/              # Slash command templates
│   └── <command-name>.md
├── AGENTS.md              # This file
├── README.md              # Public documentation
├── LICENSE                # MIT
└── .env.example

Adding a New Skill

Skill Types

  1. Extraction skills — have scripts/run.js, require API keys (e.g., AnyCrawl)
  2. Knowledge skills — SKILL.md + references only, no scripts, no API keys (e.g., schema-markup, icon-design)
  3. Agent Team skills — require Claude Code Agent Teams API (TeamCreate, TaskCreate, SendMessage)

1. Create skill directory

skills/<skill-name>/
├── SKILL.md              # Required — Claude Code reads this
├── scripts/run.js        # Optional — executable Node.js script (extraction skills)
├── references/           # Optional — docs, notes, checklists
└── agents/openai.yaml    # Optional — Codex/OpenAI config

2. Create slash command

Add commands/<command-name>.md:

---
description: Short description of what the command does
---
Treat `$1` as a required URL/input.
If `$1` is missing, ask the user and stop.

Run:
\```bash
node .claude/skills/<skill-name>/scripts/run.js "$1"
\```

Then read the JSON summary and present key fields to the user.

Read the full file on GitHub · 153 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. 4d ago First seen · 153 lines · 1,160 tokens per session scan A ab5301316da7

Subscribe to this mod's changes

skills AGENTS.md is an instructions file published in the GitHub repository citedy/skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 1,160 tokens to every session, about $0.0058 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.