https://github.com/archgate/awesome-adrs
A collection of ADRs you can use in your own project or by using ArchGate
https://github.com/archgate/awesome-adrs
List: awesome-adrs
Last synced: about 1 hour ago
JSON representation
A collection of ADRs you can use in your own project or by using ArchGate
- Host: GitHub
- URL: https://github.com/archgate/awesome-adrs
- Owner: archgate
- License: apache-2.0
- Created: 2026-03-25T14:05:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-19T06:48:31.000Z (24 days ago)
- Last Synced: 2026-05-19T08:54:18.089Z (24 days ago)
- Language: TypeScript
- Homepage: https://cli.archgate.dev
- Size: 154 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome ADRs — The Archgate ADR Registry
[](LICENSE)
A curated collection of Architecture Decision Records you can import into any project via [`archgate adr import`](https://github.com/archgate/archgate).
## Directory Layout
```
packs/ # Curated packs — reviewed by Archgate maintainers
typescript-strict/
testing/
security/
...
community/ # Community links — pointers to external ADR repos
links.yaml
```
## Quick Start
Import an entire curated pack:
```bash
archgate adr import packs/typescript-strict
```
Cherry-pick a single ADR and its rule:
```bash
archgate adr import packs/security/adrs/SEC-001-no-secrets-in-code
```
Browse and build a custom set in the web builder (coming soon): **[adrs.archgate.dev](https://adrs.archgate.dev)**
## Contributing
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for how to:
- Submit a **curated pack** (reviewed by maintainers, earns a "Curated" badge)
- Add a **community link** (pointer to an external archgate-compatible ADR repo)
## License
This project is licensed under the Apache License 2.0 — see [LICENSE](LICENSE) for details.