Home / jellydn / my-ai-tools · AGENTS.md · GitHub

AGENTS.md agentsA

AGENTS.md is agent-read markdown (agents) from jellydn/my-ai-tools.

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

# Agent Instructions

## What This Is

Monorepo for **my-ai-tools** — source-of-truth configs for 14+ AI coding assistants (Claude Code, OpenCode, Amp, Codex, Gemini, Antigravity, Cursor, Cline, Grok, etc.). It installs configs to `~/.claude/`, `~/.config/opencode/`, `~/.pi/`, etc. and exports them back via `generate.sh`. Per-tool configs live in `configs/<tool>/`.

## Essential Commands

```bash
bash -n cli.sh generate.sh lib/*.sh lib/install.sh  # Syntax gate (CI runs this)
bash -n cli.sh generate.sh install.sh scripts/*.sh   # CI gates this exact set
./cli.sh --dry-run                                    # Preview install plan — ALWAYS run first
./cli.sh                                              # Install configs into $HOME
./generate.sh --dry-run                               # Preview export
./generate.sh                                         # Export local configs from $HOME back to repo
./scripts/sync-token-efficiency.sh --check            # Verify profiles are in sync (exit 1 if stale)
biome check .                                         # Format check (tabs, 120 width, double quotes)
biome check --write .                                 # Format in place
…

Read the whole file at its exact version.

How to install

Latest version
mdr add jellydn/my-ai-tools/AGENTS.md@git:20260805.03f0789
Exact content
mdr add jellydn/my-ai-tools/AGENTS.md@sha256:a6edb40cab546e43

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_mpn5cjncwe262pil.svg)](https://markdownregistry.com/a/art_mpn5cjncwe262pil)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260805.03f0789 latest2026-08-05 03f0789 6,375 BA view · diff
git:20260804.d59a0392026-08-04 d59a039 6,324 BA view · diff
git:20260730.6dd81c42026-07-30 6dd81c4 6,001 BA view · diff
git:20260710.ba921702026-07-10 ba92170 5,028 BA view · diff
git:20260708.5f081922026-07-08 5f08192 8,622 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 (6375 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

jellydn/my-ai-tools · 121 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_mpn5cjncwe262pil
GET https://markdownregistry.com/api/v1/resolve?ref=jellydn/my-ai-tools/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/a6edb40cab546e439a406345228fa4d8778f78e3f0db29cb4a0e451acb270dbf

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 jellydn/my-ai-tools

AGENTS.md@configs/amp agents
jellydn/my-ai-tools · configs/amp/AGENTS.md
git:20260913.e2e25be · audit A · 121 stars
accountable-engineering skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/accountable-engineering/SKILL.md · Use explicit human checkpoints for architecture, security, rollout, or operational decisions.
git:20260913.e2e25be · audit A · 121 stars
adr skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/adr/SKILL.md · Record architecture decisions with ADRs — captures why, alternatives considered, and consequences
git:20260814.d1987f5 · audit A · 121 stars
blindspot-pass skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/blindspot-pass/SKILL.md · Inspect history and architecture for hidden constraints before risky cross-cutting changes.
git:20260913.e2e25be · audit A · 121 stars
capability-experiments skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/capability-experiments/SKILL.md · Build an interactive report or experiment when the user asks to explore model capabilities.
git:20260913.e2e25be · audit B · 121 stars
code-quality-review skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/code-quality-review/SKILL.md · Audit a diff for structural maintainability and unnecessary complexity.
git:20260913.e2e25be · audit A · 121 stars
code-review skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/code-review/SKILL.md · Review a branch, PR, or worktree diff for repository conventions and stated intent.
git:20260913.e2e25be · audit A · 121 stars
codemap skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/codemap/SKILL.md · Create a seven-document architecture map when the user asks to map a codebase.
git:20260913.e2e25be · audit A · 121 stars
commit-atomic skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/commit-atomic/SKILL.md · Group staged changes into atomic commits with commitizen convention
git:20260814.d1987f5 · audit A · 121 stars
context-discovery skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/context-discovery/SKILL.md · Use MCP tools to trace behavior that spans multiple modules or history sources.
git:20260913.e2e25be · audit A · 121 stars
doc-search skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/doc-search/SKILL.md · Search project documentation — ADRs, wiki entries, conventions via ripgrep, qmd, fff, and ctx
git:20260814.d1987f5 · audit A · 121 stars
docs-update skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/docs-update/SKILL.md · Update docs when code changes — reviews commits and syncs user-facing documentation
git:20260814.d1987f5 · audit A · 121 stars

Every file in jellydn/my-ai-tools

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.