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.
npx agentmods add instructions/sordi-ai/skill-everything/agents-mdgit clone --depth 1 https://github.com/sordi-ai/skill-everythingWrote 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.
[](https://agentmods.dev/instructions/sordi-ai/skill-everything/agents-md)<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>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.
| Model | Per session | Once 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 |
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.
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 runpython 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 |
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.
- 5d ago First seen · 55 lines · 936 tokens per session scan A ad4539b9edda
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.
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.
crawl4ai
Portable agent skill for JS-aware crawling and schema-based extraction (wraps the Crawl4AI CLI and Python SDK).
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.
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.
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.
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…