Skills

Agent Rules Books

AGENTS.md rules and skills distilled from classic engineering books such as Clean Code, DDD, and DDIA.

1.7K Stars
MIT License
ciembor Maintainer
2026-06-05 Verified
Overview

What is Agent Rules Books?

Agent Rules Books is an open-source agent skill resource focused on agents.md rules and skills distilled from classic engineering books such as clean code, ddd, and ddia.

Reusable skill packaging

Agent Rules Books treats repeated agent behavior as reusable files or workflows rather than one-off prompts.

Reusable packaging is the difference between a clever demo and an operational agent workflow.

Source-backed adaptation

The public repository gives teams a concrete starting point for forking, pruning, and adapting skills to their own standards.

Agent skills often need local conventions, so editable source is more valuable than a static prompt.

Useful for capability mapping

The project helps OpenAgent readers see which skill categories are emerging around coding, security, design, marketing, research, and operations.

A good skill directory should help builders understand the shape of the ecosystem, not only collect links.
Use cases

What Agent Rules Books is built for

01

Build an internal skill library

Use Agent Rules Books as a reference when deciding how to organize reusable agent instructions and procedures.

02

Compare agent capability coverage

Check whether the repository covers the task areas your agents repeatedly perform.

03

Fork and localize workflows

Adapt the skills to your engineering standards, tools, terminology, and review process before using them on private work.

Comparison

How it stacks up

When to choose Agent Rules Books

Choose it when its official repository shows the workflow, license, and integration model you need more directly than a broad framework.

FAQ

Frequently asked questions

Is Agent Rules Books open source?

Yes. The linked GitHub repository lists MIT licensing information; verify the current license before production use.

Who should evaluate Agent Rules Books?

Builders looking for reusable coding-agent skills