AGENTS.md agentsA

AGENTS.md is agent-read markdown (agents) from dmitriyyukhanov/claude-plugins.

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

# Claude Plugins Repository

Collection of Claude Code plugins: skills, agents, hooks, and scripts. Issues and PRs live in `DmitriyYukhanov/claude-plugins`.

## Repository hygiene

- `docs/superpowers/` and `.serena/` are local-only and gitignored. Never commit them.
- Stage with explicit paths (`git add <path>`), never `git add -A` or `git add .`.
- Before committing, run `git diff --cached --name-only`; anything under those two directories gets `git restore --staged <path>`.

## Plugin versioning

Any change under `plugins/<name>/` bumps `"version"` in `plugins/<name>/.claude-plugin/plugin.json` and the matching entry in `.claude-plugin/marketplace.json`. The pre-commit hook rejects a commit where either is missing or the two disagree.

Semantic Versioning:

- PATCH (x.y.Z): bug fixes, typos, minor documentation tweaks
- MINOR (x.Y.0): new features, skill improvements, prompt changes, non-breaking additions
- MAJOR (X.0.0): breaking changes to skill behavior, major restructuring, removed functionality

## Changelog
…

Read the whole file at its exact version.

How to install

Latest version
mdr add dmitriyyukhanov/claude-plugins/AGENTS.md@git:20260920.e6cecb1
Exact content
mdr add dmitriyyukhanov/claude-plugins/AGENTS.md@sha256:28f46e1c19e7c95c

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.e6cecb1 latest2026-09-20 e6cecb1 4,728 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 (4728 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

dmitriyyukhanov/claude-plugins · 7 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_whdqh6ihzmqxzyfm
GET https://markdownregistry.com/api/v1/resolve?ref=dmitriyyukhanov/claude-plugins/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/28f46e1c19e7c95c70af92e892a704002dd228a7b557050a69314065e4a0357a

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 dmitriyyukhanov/claude-plugins

agent-teams skill
dmitriyyukhanov/claude-plugins · plugins/agent-teams/skills/agent-teams/SKILL.md · Set up and orchestrate Claude Code agent teams - multiple Claude Code instances working together with shared tasks…
git:20260205.39224df · audit A · 7 stars
slim-claude-md skill
dmitriyyukhanov/claude-plugins · plugins/claude-md-slim/skills/slim-claude-md/SKILL.md · Slim or restructure an oversized CLAUDE.md into path-scoped .claude/rules/ files, verifying nothing was lost. Use when…
git:20260721.feb4aa0 · audit A · 7 stars
collaborative-loop skill
dmitriyyukhanov/claude-plugins · plugins/codex-collaboration/skills/collaborative-loop/SKILL.md · Sequential drive/validate/act collaboration between Claude and Codex. Claude analyzes, Codex validates each finding…
git:20260923.9ff8a36 · audit A · 7 stars
cross-review skill
dmitriyyukhanov/claude-plugins · plugins/codex-collaboration/skills/cross-review/SKILL.md · Parallel dual review between Claude and Codex. Both models review independently. Findings confirmed by reviewer…
git:20260923.9ff8a36 · audit A · 7 stars
humanizer skill
dmitriyyukhanov/claude-plugins · plugins/humanizer/skills/humanizer/SKILL.md · Use when removing AI-generation patterns from text in English or Russian. Auto-detects language by Cyrillic ratio and…
git:20260814.aa948c7 · audit A · 7 stars
implementation-prd skill
dmitriyyukhanov/claude-plugins · plugins/implementation-prd/skills/implementation-prd/SKILL.md · Create implementation-ready PRD/spec bundles for new apps, products, services, platforms, mobile or desktop software…
git:20260313.14b0911 · audit A · 7 stars
run skill
dmitriyyukhanov/claude-plugins · plugins/issue-to-pr/skills/run/SKILL.md · Drive a GitHub issue — bare or tracked on a Project board — from triage to a merge-ready PR through a gated pipeline…
git:20260922.dc32777 · audit A · 7 stars
setup skill
dmitriyyukhanov/claude-plugins · plugins/issue-to-pr/skills/setup/SKILL.md · Check issue-to-pr prerequisites in Claude Code or Codex: shell, GitHub access, optional config and available companion…
git:20260915.37bea13 · audit A · 7 stars
analyze skill
dmitriyyukhanov/claude-plugins · plugins/learning-guide/skills/analyze/SKILL.md · Reads input artifact(s) — codebase, planning session, refactor plan, or generic doc — and writes a tour-spec.json…
git:20260630.f2104e5 · audit A · 7 stars
learning-guide skill
dmitriyyukhanov/claude-plugins · plugins/learning-guide/skills/learning-guide/SKILL.md · Use when the user asks to "create a learning guide", "make an interactive tour", "generate onboarding doc", "build a…
git:20260714.6ddc407 · audit A · 7 stars
render skill
dmitriyyukhanov/claude-plugins · plugins/learning-guide/skills/render/SKILL.md · Renders an existing tour-spec.json to a single-file interactive HTML guide via the bundled Node renderer. Use when the…
git:20260816.f6fb151 · audit A · 7 stars
lsp-setup skill
dmitriyyukhanov/claude-plugins · plugins/lsp-setup/skills/lsp-setup/SKILL.md · This skill should be used when the user asks to "set up LSP", "configure LSP", "install LSP", "enable LSP", "language…
git:20260313.9f51b4f · audit A · 7 stars

Every file in dmitriyyukhanov/claude-plugins

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.