bendrucker/claude-code-agents-md

3 stars · Last commit 2026-01-13

Claude Code plugin for AGENTS.md

README preview

# claude-code-agents-md

[![tests](https://github.com/bendrucker/claude-code-agents-md/actions/workflows/test.yml/badge.svg)](https://github.com/bendrucker/claude-code-agents-md/actions/workflows/test.yml)

> Claude Code plugin for reading [AGENTS.md](https://agents.md) files.

Loads project instructions from `AGENTS.md` files automatically, enabling Claude Code to work with projects using this open standard.

## Why

If you work in a small number of repositories, symlinking `AGENTS.md` to `CLAUDE.md` is probably fine:

```sh
ln -s AGENTS.md CLAUDE.md
```

This plugin is intended for users who work across many repositories and want consistent `AGENTS.md` support without per-project setup. It's also useful for large monorepos where linking `AGENTS.md` to `CLAUDE.md` in every subdirectory is harder to reliably maintain.

With the plugin installed, `AGENTS.md` files load automatically as you navigate your codebase. Subdirectory files take precedence over parent files, giving you hierarchical context without manual symlink management.

View full repository on GitHub →