dotskills AGENTS.md

dotskills AGENTS.md is an instructions file for Codex, OpenCode from vincentkoc/dotskills. It costs 892 tokens per session, scanned A, original, MIT.

A set of repository instructions for maintaining agent skills and related workflow files. It explains the repository’s purpose, contribution process, required metadata, and checks to run before changes are finished.

In plain words
What is it for?
Use it when editing skills in the repository, especially to follow contribution rules, validate files, check generated output, and prepare changes for review.
Why use it?
It gives contributors a common process for making focused changes and catching invalid or outdated generated files before submission.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vincentkoc/dotskills/agents-md.svg)](https://agentmods.dev/instructions/vincentkoc/dotskills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/vincentkoc/dotskills/agents-md"><img src="https://agentmods.dev/badge/instructions/vincentkoc/dotskills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 892 This file is loaded in full into every session.
When invoked 892 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.00892 $0.00892
Opus 5 $0.00446 $0.00446
Sonnet 5 $0.00178 $0.00178
Haiku 4.5 $0.00089 $0.00089

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

Security

Grade A, and why

dotskills 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 · 95 lines

How it starts

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

AGENTS.md

Repository Purpose

This repository contains Codex, OpenClaw and other agentic AI skills and supporting references. Changes are scoped to skill definitions and lightweight workflow artifacts. Skills are managed using vercel-labs/agent-skills (skills.sh/docs).

Mandatory Contribution Flow

  1. Read CONTRIBUTING.md before making changes in this repo.
  2. Make targeted edits to skill files and references.
  3. Run validation gates before finalizing:
    • make validate
    • pre-commit run --all-files
    • make check-generated
    • if generated artifacts are out of date, run make marketplace && make releases-index and re-run make check-generated
  4. Open PRs as drafts first when applicable.

Skill Standards

  • Keep changes focused and minimal to requested scope.
  • Prefer deterministic commands and repeatable workflows.
  • Prefer concise, evidence-backed SKILL.md guidance.
  • Put operational details in references/ when they are verbose.
  • Public skills under skills/ must include license: MIT and metadata.source: https://github.com/vincentkoc/dotskills.
  • Validators must enforce public-skill license and source metadata.

OpenAI Metadata Defaults

Default values for agents/openai.yaml in public skills:

openai_yaml_defaults:
  interface:
    icon_small: "./assets/icon.jpg"
    icon_large: "./assets/icon.jpg"
    brand_color: "#111827"

New/Updated Skills Checklist

  • Update SKILL.md to keep required sections and concise workflow guidance.
  • Add or update references/, scripts/, and assets/ only when needed for reuse.
  • Public skills must include agents/openai.yaml with required interface fields and the defaults above.
  • Store per-skill icons in skills/<skill>/assets/icon.jpg and reference them via ./assets/icon.jpg.
  • If a public skill is added or renamed, update README.md public skills and install list.
  • If a public skill is added or renamed, update catalog.yaml entry.
  • Regenerate published indexes when public skills change: make marketplace and make releases-index.

Read the full file on GitHub · 95 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 · 95 lines · 892 tokens per session scan A 78bd00b2d7a7

Subscribe to this mod's changes

dotskills AGENTS.md is an instructions file published in the GitHub repository vincentkoc/dotskills (102 stars, last pushed 12d ago), licensed MIT. It adds 892 tokens to every session, about $0.0045 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.