Home / tronghieu / agent-skills · AGENTS.md · GitHub

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

Latest version
mdr add tronghieu/agent-skills/AGENTS.md@git:20260922.0785dc1
Exact content
mdr add tronghieu/agent-skills/AGENTS.md@sha256:8d36860ad184c41e

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_e6eucr5hdxqph3qf.svg)](https://markdownregistry.com/a/art_e6eucr5hdxqph3qf)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.0785dc1 latest2026-09-22 0785dc1 6,316 BA view · diff
git:20260905.20a4e972026-09-05 20a4e97 4,505 BA view · diff
git:20260816.5c2125d2026-08-16 5c2125d 7,296 BA view · diff
git:20260718.462ca932026-07-18 462ca93 6,151 BA view · diff
git:20260326.caac78e2026-03-26 caac78e 3,360 BA view · diff
git:20260326.edcf51f2026-03-26 edcf51f 3,278 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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

CLAUDE.md claude
tronghieu/agent-skills · CLAUDE.md
git:20260905.20a4e97 · audit B · 72 stars
bmad-run-inspector skill
tronghieu/agent-skills · skills/bmad-run-inspector/SKILL.md · Inspect and explain bmad-loop run artifacts under `.bmad-loop/runs/`. Use for live health checks ("is it stuck?", "is…
git:20260905.623c278 · audit A · 72 stars
brainstorm-coach skill
tronghieu/agent-skills · skills/brainstorm-coach/SKILL.md · Coach structured brainstorming sessions on any topic: diverge on ideas together, then converge on priorities and next…
git:20260905.623c278 · audit A · 72 stars
critical-thinking skill
tronghieu/agent-skills · skills/critical-thinking/SKILL.md · Audit the reasoning of a document or argument (memo, proposal, investment analysis, board paper, article, the user's…
git:20260905.623c278 · audit A · 72 stars
cv-scorer skill
tronghieu/agent-skills · skills/cv-scorer/SKILL.md · Score candidate CVs on a 100-point scale against a Job Description. Use this skill when the user wants to evaluate…
git:20260403.cede59c · audit A · 72 stars
data-scientist skill
tronghieu/agent-skills · skills/data-scientist/SKILL.md · Act as an end-to-end data scientist: turn business questions into defensible analysis, validated models, and…
git:20260905.623c278 · audit A · 72 stars
deep-reader skill
tronghieu/agent-skills · skills/deep-reader/SKILL.md · Read, study, and answer questions about long books and papers without loading the whole text into one context window…
git:20260905.623c278 · audit A · 72 stars
design-thinking skill
tronghieu/agent-skills · skills/design-thinking/SKILL.md · Facilitate a full design-thinking engagement (Empathize, Define, Ideate, Prototype, Test) grounded in real user…
git:20260905.623c278 · audit A · 72 stars
diataxis-writer skill
tronghieu/agent-skills · skills/diataxis-writer/SKILL.md · Write, restructure, classify, and review documentation with the Diataxis framework. Use when the user asks to create…
git:20260905.981b761 · audit A · 72 stars
fiction-studio skill
tronghieu/agent-skills · skills/fiction-studio/SKILL.md · A complete fiction-writing studio, run as a team of named specialist agents, that guides an author from a bare idea to…
git:20260615.d190775 · audit A · 72 stars
manual-testing skill
tronghieu/agent-skills · skills/manual-testing/SKILL.md · Run a session-based manual test of the project's running app in one of five modes: exploratory, verification, smoke…
git:20260922.b4bfb22 · audit A · 72 stars
market-researcher skill
tronghieu/agent-skills · skills/market-researcher/SKILL.md · Conduct rigorous, citation-backed desk market research: quick go/no-go market scans, market sizing (TAM/SAM/SOM)…
git:20260710.b4648bb · audit A · 72 stars

Every file in tronghieu/agent-skills

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade A, or by owner.