Brief project description (50-100 words)
Dieses agents.md‑Beispiel zeigt Branchen‑Best‑Practices für KI‑Anweisungen. Die Vorlage lässt sich an Ihre spezifischen Projektanforderungen anpassen.
Alle Elemente sind darauf ausgelegt, die Leistung von OpenAI Codex zu optimieren und ein konsistentes Verhalten von KI‑Agenten sicherzustellen.
Laden Sie die Vorlage herunter und passen Sie sie an Ihre Anforderungen an. Das Beispiel dient als solide Grundlage für Ihre KI‑Agenten‑Konfiguration.
Studieren Sie Struktur und Konventionen dieses Beispiels, um erfolgreiche Umsetzungen für optimale Ergebnisse zu verstehen.
Briefly describe the purpose, functionality, and applicable scenarios of this project. Explain why this project is needed and what problems it solves.
List the main technologies and tools used in the project:
Describe the recommended project directory structure:
project-name/
├── src/
│ ├── components/
│ ├── pages/
│ ├── utils/
│ └── ...
├── public/
├── tests/
├── docs/
├── package.json
└── README.md
# 1. Clone the project
git clone [repository-url]
# 2. Install dependencies
npm install
# 3. Start development server
npm run dev
Describe the implementation approach and key code examples for main features.
// Example code
function exampleFunction() {
// Implementation logic
}
Describe the implementation of another important feature.
# Build command
npm run build
# Required environment variables
API_URL=
DATABASE_URL=
SECRET_KEY=
Solution: Detailed solution steps
Solution: Detailed solution steps
Note: Please adjust and improve the above content according to the specific project type, remove inapplicable sections, and add project-specific content.