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/tony/skills/agents-mdgit clone --depth 1 https://github.com/tony/skillsWrote 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/tony/skills/agents-md)<a href="https://agentmods.dev/instructions/tony/skills/agents-md"><img src="https://agentmods.dev/badge/instructions/tony/skills/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.07007 | $0.07007 |
| Opus 5 | $0.03504 | $0.03504 |
| Sonnet 5 | $0.01401 | $0.01401 |
| Haiku 4.5 | $0.00701 | $0.00701 |
Grade C, and why
skills AGENTS.md scanned grade C with 1 finding 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 today.
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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- Block rm -rf and git push --force without confirmation How it starts
The opening of the file, as written. The whole thing — 671 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — claude-plugins
Project conventions and standards for AI-assisted development.
Project Identity
This is a public, third-party Claude Code plugin marketplace providing language-agnostic AI / agentic workflow plugins for DX efficiency. Hosted on GitHub (tony/skills), not affiliated with or endorsed by Anthropic or OpenAI.
Official Documentation References
These docs are the canonical references for the two plugin systems this marketplace targets. Consult them when authoring or reviewing plugin components.
Codex:
- Package your plugin —
.codex-plugin/plugin.json, marketplace format, local and repo marketplaces, bundled MCP servers and hooks - Build skills — SKILL.md authoring for Codex
Claude Code:
- Plugins overview — plugin lifecycle, installation, discovery
- Plugin reference — component types, frontmatter schemas, directory structure
- Plugin marketplaces — marketplace.json schema, source types, publishing
- Skills — skill authoring, SKILL.md format,
$ARGUMENTS - Hooks — hook events, types (command/prompt/agent), hooks.json
- MCP servers — MCP server configuration, .mcp.json, server types
- Settings — plugin settings, permissions, scopes
- Sub-agents — agent frontmatter, delegation patterns, tool restrictions
- Agent teams — multi-agent coordination (experimental)
Git Commit Standards
Format commit messages as:
Scope(type[detail]) concise description
why: Explanation of necessity or impact.
what:
- Specific technical changes made
- Focused on a single topic
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.
- today First seen · 671 lines · 7,007 tokens per session scan C 1e60dcce3e0a
skills AGENTS.md is an instructions file published in the GitHub repository tony/skills (2 stars, last pushed 6d ago), licensed MIT. It adds 7,007 tokens to every session, about $0.0350 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other instructions, from other repositories
product-pipeline-public CLAUDE.md
Instructions for lenar-amirov/product-pipeline-public, covering product discovery — pm copilot, 🛑 stop — read this before responding to any user message, tracker integration, quick setup and first launch — value first, setup later.
the-startup CLAUDE.md
Instructions for rsmdt/the-startup, a project described as: The Agentic Startup - A collection of Claude Code commands, skills, and agents.
team-sprint CLAUDE.md
Claude Code instructions for leonhoffmann86/team-sprint, covering claude.md, what this repo is, configuration is the single source of truth, the constitution preamble and editing skills.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.