AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from tronghieu/agent-skills.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# AGENTS.md
This file provides guidance to AI coding agents (Claude Code, Cursor, Copilot, etc.) when working with code in this repository.
use skill-creator skill for creating agent skill
## Repository Overview
A collection of skills for AI agents. Skills are packaged instructions and scripts that extend Claude's capabilities.
## Creating a New Skill
### Directory Structure
```
skills/
{skill-name}/ # kebab-case directory name
SKILL.md # Required: skill definition
scripts/ # Required: executable scripts
{script-name}.sh # Bash or Python, both first-class (.sh / .py)
{skill-name}.zip # Required: packaged for distribution
```
### Naming Conventions
- **Skill directory**: `kebab-case` (e.g., `system-prompt-creator`, `log-monitor`)
- **SKILL.md**: Always uppercase, always this exact filename
- **Scripts**: `kebab-case.sh` for Bash (e.g., `deploy.sh`, `fetch-logs.sh`); `snake_case.py` for new Python scripts (e.g., `profile_data.py`, `board_check.py`) — one older script, `export-deck-pdf.py`, predates this and stays kebab-case
- **Zip file**: Must match directory name exactly: `{skill-name}.zip`
…Read the whole file at its exact version.
How to install
mdr add tronghieu/agent-skills/AGENTS.md@git:20260922.0785dc1mdr add tronghieu/agent-skills/AGENTS.md@sha256:8d36860ad184c41ePin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_e6eucr5hdxqph3qf)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260922.0785dc1 latest | 2026-09-22 | 0785dc1 | 6,316 B | A | view · diff |
| git:20260905.20a4e97 | 2026-09-05 | 20a4e97 | 4,505 B | A | view · diff |
| git:20260816.5c2125d | 2026-08-16 | 5c2125d | 7,296 B | A | view · diff |
| git:20260718.462ca93 | 2026-07-18 | 462ca93 | 6,151 B | A | view · diff |
| git:20260326.caac78e | 2026-03-26 | caac78e | 3,360 B | A | view · diff |
| git:20260326.edcf51f | 2026-03-26 | edcf51f | 3,278 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (6316 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
tronghieu/agent-skills · 72 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_e6eucr5hdxqph3qf GET https://markdownregistry.com/api/v1/resolve?ref=tronghieu/agent-skills/AGENTS.md GET https://markdownregistry.com/api/v1/blob/8d36860ad184c41eb806c4074b0bdf55dc521bbc5694d6dcaedc5d266ac18df1
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from tronghieu/agent-skills
Every file in tronghieu/agent-skills