skill-everything AGENTS.md

skill-everything AGENTS.md is an instructions file for Codex, OpenCode from sordi-ai/skill-everything. It costs 936 tokens per session, scanned A, original, MIT.

Repository instructions for skill-everything, a project that stores reusable guidance for coding agents, including code quality, Python, TypeScript, React, debugging and test-driven development.

In plain words
What is it for?
Use them when choosing instructions for programming, refactoring, reviews, Python or TypeScript, React, debugging, or TDD—writing a test first, making it pass, then improving the code.
Why use it?
They show agents which specialized guidance to load for different tasks, reducing repeated mistakes and keeping work consistent across projects.

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/sordi-ai/skill-everything/agents-md
Clone the repo
git clone --depth 1 https://github.com/sordi-ai/skill-everything

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 skill-everything AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sordi-ai/skill-everything/agents-md.svg)](https://agentmods.dev/instructions/sordi-ai/skill-everything/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sordi-ai/skill-everything/agents-md"><img src="https://agentmods.dev/badge/instructions/sordi-ai/skill-everything/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 936 This file is loaded in full into every session.
When invoked 936 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.00936 $0.00936
Opus 5 $0.00468 $0.00468
Sonnet 5 $0.00187 $0.00187
Haiku 4.5 $0.00094 $0.00094

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

Security

Grade A, and why

skill-everything 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 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.

AGENTS.md · 55 lines

How it starts

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

AGENTS.md

Cross-tool agent instructions for skill-everything.

This file follows the AGENTS.md convention — a universal Markdown file AI coding agents read for project-specific instructions. Generated from skills/_index.yml; edit the index, then run python tools/render_loaders.py.

What this project is

Git-versioned agent memory — agents that never make the same mistake twice.

Sub-skill directory

Trigger Sub-skill Path
writing code, refactoring, review Code Quality skills/code-quality/SKILL.md
python code, type hints, python packaging Python skills/python/SKILL.md
fastapi endpoint, pydantic model, async api FastAPI skills/fastapi/SKILL.md
langchain, lcel chain, agent framework LangChain / Agent Framework Conventions skills/langchain/SKILL.md
typescript code, strict types, async typescript TypeScript skills/typescript/SKILL.md
react component, react hooks, react performance React skills/react/SKILL.md
test-driven development, red green refactor, test first Test-Driven Development skills/tdd/SKILL.md
debugging, troubleshooting, root cause analysis, isolating bugs Debugging skills/debugging/SKILL.md
security review, vulnerability check, auth implementation Security Review Depth skills/security-review/SKILL.md
git commit, branch, pull request Git Conventions skills/git-conventions/SKILL.md
gh cli, github pr create, github issues GitHub CLI (gh) Conventions skills/github-cli/SKILL.md
finish branch, pre-merge checklist, branch cleanup Closing Out a Feature Branch skills/branch-finishing/SKILL.md
creating PR, deployment, review checklist Review & Deployment skills/review-deployment/SKILL.md
dockerfile, docker compose, container build Docker / Container Conventions skills/docker/SKILL.md
bash script, shell script, posix scripting Bash / POSIX Scripting skills/shell-scripting/SKILL.md
database schema, migration, table design Database Schema Design skills/db-schema/SKILL.md
svg edit, svg review, diagram, pixel review SVG Check skills/svg-check/SKILL.md
architecture diagram, mermaid diagram, drawio file Diagrams (draw.io / Mermaid) skills/drawio/SKILL.md
project-specific knowledge, business rules Domain Knowledge (template) skills/domain-template/SKILL.md
made or corrected a mistake, learn from this Error Log skills/error-log/SKILL.md
brainstorming, idea generation, divergent thinking Brainstorming skills/brainstorming/SKILL.md
implementation plan, planning before code, scope definition Implementation Plan skills/implementation-plan/SKILL.md
executing self-extension Self-Extension Workflow skills/self-extension-workflow/SKILL.md

Read the full file on GitHub · 55 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. 5d ago First seen · 55 lines · 936 tokens per session scan A ad4539b9edda

Subscribe to this mod's changes

skill-everything AGENTS.md is an instructions file published in the GitHub repository sordi-ai/skill-everything (20 stars, last pushed 3mo ago), licensed MIT. It adds 936 tokens to every session, about $0.0047 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 instructions, from other repositories

mobile-ai-agents CLAUDE.md

Claude Code instructions for salmanashraf/mobile-ai-agents, covering claude.md — mobile ai agents, what this repo is, quick start, install everything and install by platform.

salmanashraf/mobile-ai-agents · 2,315 tokens

crawl4ai

Portable agent skill for JS-aware crawling and schema-based extraction (wraps the Crawl4AI CLI and Python SDK).

brettdavies/crawl4ai-skill · 672 tokens

create-vkm-kit CLAUDE.md

Claude Code instructions for Vahlame/create-vkm-kit, a project described as: Cross-platform kit that gives AI agents (Claude Code, Codex, Cursor) persistent memory: Markdown vault + git + MCP. Local-first, hybrid search optional.

Vahlame/create-vkm-kit · 3 tokens

AI-Skills AGENTS.md

AGENTS.md instructions for ssdeanx/AI-Skills, covering agents.md - opencode skills development guide, build, lint, and test commands, core development commands, validate a single skill structure and frontmatter and example: validate the web-ui-ux skill.

ssdeanx/AI-Skills · 3,265 tokens

AI-Skills copilot-instructions.md

Copilot instructions for ssdeanx/AI-Skills, covering copilot instructions for opencode skills, big picture architecture, critical developer workflows, project-specific conventions and taming copilot rules.

ssdeanx/AI-Skills · 640 tokens

workspace-md CLAUDE.md

Claude Code instructions for slowdoctor-dev/workspace-md, a project described as: A workspace-topology specification — a sibling to agents.md. Defines how a directory shared between a human and an AI agent is organized so memory and skills compound with use. Runtime-agnostic (Claude Code, Codex CLI…

slowdoctor-dev/workspace-md · 3 tokens