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