https://lexler.github.io/augmented-coding-patterns/
https://lexler.github.io/augmented-coding-patterns/
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://lexler.github.io/augmented-coding-patterns/
- Owner: lexler
- Created: 2025-09-22T01:18:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T04:05:45.000Z (29 days ago)
- Last Synced: 2025-11-15T04:20:58.713Z (29 days ago)
- Language: TypeScript
- Size: 83.8 MB
- Stars: 180
- Watchers: 7
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fr - Augmented Coding Patterns - coding-patterns); (IA Génératives / Manipulation de fichiers, documents)
README
# Augmented Coding Patterns
This repository is an evolving collection of emerging patterns and anti-patterns for developing software with LLMs.
## View Online
[lexler.github.io/augmented-coding-patterns/](https://lexler.github.io/augmented-coding-patterns//)
## Repository Structure
```
documents/
├── patterns/ # Solutions to common AI coding problems
├── anti-patterns/ # Common mistakes to avoid
└── obstacles/ # Inherent AI limitations
```
## Contributing
See [CONTRIBUTE.md](./CONTRIBUTE.md) for detailed guidelines on adding patterns, anti-patterns, or obstacles.
New contributions go in the appropriate `documents/` subdirectory following the structure and format described in the contributing guide.