AGENTS.md
agents.md/AGENTS.mdAGENTS.md
Quality
79/100
Scores the file, not the repository.Length
292 words
5 headings · 0 code blocksRepository
35
— · pushed 145 days agoLast changed
3 days ago
First indexed 3 days ago.1# AGENTS Guidelines for This Repository23This repository contains a Next.js application located in the root of this repository. When4working on the project interactively with an agent (e.g. the Codex CLI) please follow5the guidelines below so that the development experience – in particular Hot Module6Replacement (HMR) – continues to work smoothly.78## 1. Use the Development Server, **not** `npm run build`910* **Always use `npm run dev` (or `pnpm dev`, `yarn dev`, etc.)** while iterating on the11 application. This starts Next.js in development mode with hot-reload enabled.12* **Do _not_ run `npm run build` inside the agent session.** Running the production13 build command switches the `.next` folder to production assets which disables hot14 reload and can leave the development server in an inconsistent state. If a15 production build is required, do it outside of the interactive agent workflow.1617## 2. Keep Dependencies in Sync1819If you add or update dependencies remember to:20211. Update the appropriate lockfile (`package-lock.json`, `pnpm-lock.yaml`, `yarn.lock`).222. Re-start the development server so that Next.js picks up the changes.2324## 3. Coding Conventions2526* Prefer TypeScript (`.tsx`/`.ts`) for new components and utilities.27* Co-locate component-specific styles in the same folder as the component when28 practical.2930## 4. Useful Commands Recap3132| Command | Purpose |33| ------------------ | -------------------------------------------------- |34| `npm run dev` | Start the Next.js dev server with HMR. |35| `npm run lint` | Run ESLint checks. |36| `npm run test` | Execute the test suite (if present). |37| `npm run build` | **Production build – _do not run during agent sessions_** |3839---4041Following these practices ensures that the agent-assisted development workflow stays42fast and dependable. When in doubt, restart the dev server rather than running the43production build.44
Also in Zidong-LLC/BIBLIOTECA
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| Zidong-LLC/BIBLIOTECAreferences/repos-referencia/claude-code-best-practice/CLAUDE.md · 35 | CLAUDE.md | stylearchdo-notagent-behaviour+1 | 69/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/skills/context-claude/loki-mode/CLAUDE.md · 35 | CLAUDE.md | testlint-formatstylearch+5 | 77/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/skills/databases/postgres-best-practices/AGENTS.md · 35 | AGENTS.md | styletypessecuritydatabase+3 | 45/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/skills/programming-languages/python-expert/AGENTS.md · 35 | AGENTS.md | lint-formatstyletypesgit+3 | 69/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/skills/web-backend/dbos-golang/AGENTS.md · 35 | AGENTS.md | arch | 54/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/skills/web-backend/dbos-python/AGENTS.md · 35 | AGENTS.md | arch | 54/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/skills/web-backend/dbos-typescript/AGENTS.md · 35 | AGENTS.md | archtypes | 54/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/skills/web-frontend/react-best-practices/AGENTS.md · 35 | AGENTS.md | buildlint-formatstyledependencies+4 | 61/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/skills/web-frontend/ux-designer/AGENTS.md · 35 | AGENTS.md | uido-notagent-behaviour | 55/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/dbos-golang/AGENTS.md · 35 | AGENTS.md | arch | 54/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/dbos-python/AGENTS.md · 35 | AGENTS.md | arch | 54/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/dbos-typescript/AGENTS.md · 35 | AGENTS.md | archtypes | 54/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/loki-mode/CLAUDE.md · 35 | CLAUDE.md | testlint-formatstylearch+5 | 77/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/postgres-best-practices/AGENTS.md · 35 | AGENTS.md | styletypessecuritydatabase+3 | 45/100 | 3 days ago | |
| Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/react-best-practices/AGENTS.md · 35 | AGENTS.md | buildlint-formatstyledependencies+4 | 61/100 | 3 days ago |
Diff against references/repos-referencia/claude-code-best-practice/CLAUDE.md Diff against skills/skills/context-claude/loki-mode/CLAUDE.md Diff against skills/skills/databases/postgres-best-practices/AGENTS.md Diff against skills/skills/programming-languages/python-expert/AGENTS.md Diff against skills/skills/web-backend/dbos-golang/AGENTS.md Diff against skills/skills/web-backend/dbos-python/AGENTS.md Diff against skills/skills/web-backend/dbos-typescript/AGENTS.md Diff against skills/skills/web-frontend/react-best-practices/AGENTS.md Diff against skills/skills/web-frontend/ux-designer/AGENTS.md Diff against skills/web-app/public/skills/dbos-golang/AGENTS.md Diff against skills/web-app/public/skills/dbos-python/AGENTS.md Diff against skills/web-app/public/skills/dbos-typescript/AGENTS.md Diff against skills/web-app/public/skills/loki-mode/CLAUDE.md Diff against skills/web-app/public/skills/postgres-best-practices/AGENTS.md Diff against skills/web-app/public/skills/react-best-practices/AGENTS.md
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199k | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| aaif-goose/gooseAGENTS.md · 52k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| SkeneTechnologies/skene-cookbookAGENTS.md · 51 | AGENTS.md | setupbuildtestlint-format+7 | 100/100 | 2 days ago | |
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| OnlyTerp/prompt-cache-skillsAGENTS.md · 112 | AGENTS.md | setupbuildtestlint-format+5 | 100/100 | 3 days ago | |
| trick77/agents-md-syncAGENTS.md · 2 | AGENTS.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| vllm-project/vllmAGENTS.md · 88k | AGENTS.md | setuptestlint-formatstyle+5 | 100/100 | 3 days ago |
