RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/AGENTS.md/Zidong-LLC/BIBLIOTECA

AGENTS.md

agents.md/AGENTS.md
AGENTS.md

Quality

79/100

Scores the file, not the repository.

Length

292 words

5 headings · 0 code blocks

Repository

35

— · pushed 145 days ago

Last changed

3 days ago

First indexed 3 days ago.
Zidong-LLC/BIBLIOTECA/agents.md/AGENTS.mdRawGitHub
1# AGENTS Guidelines for This Repository
2 
3This repository contains a Next.js application located in the root of this repository. When
4working on the project interactively with an agent (e.g. the Codex CLI) please follow
5the guidelines below so that the development experience – in particular Hot Module
6Replacement (HMR) – continues to work smoothly.
7 
8## 1. Use the Development Server, **not** `npm run build`
9 
10* **Always use `npm run dev` (or `pnpm dev`, `yarn dev`, etc.)** while iterating on the
11 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 production
13 build command switches the `.next` folder to production assets which disables hot
14 reload and can leave the development server in an inconsistent state. If a
15 production build is required, do it outside of the interactive agent workflow.
16 
17## 2. Keep Dependencies in Sync
18 
19If you add or update dependencies remember to:
20 
211. 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.
23 
24## 3. Coding Conventions
25 
26* Prefer TypeScript (`.tsx`/`.ts`) for new components and utilities.
27* Co-locate component-specific styles in the same folder as the component when
28 practical.
29 
30## 4. Useful Commands Recap
31 
32| 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_** |
38 
39---
40 
41Following these practices ensures that the agent-assisted development workflow stays
42fast and dependable. When in doubt, restart the dev server rather than running the
43production build.
44 

Commands it names

  • npm run build
  • npm run dev
  • pnpm dev
  • yarn dev
  • pnpm-lock.yaml
  • yarn.lock
  • npm run lint
  • npm run test

Sections

  • AGENTS Guidelines for This Repository
  • 1. Use the Development Server, **not** `npm run build`
  • 2. Keep Dependencies in Sync
  • 3. Coding Conventions
  • 4. Useful Commands Recap

What it covers

buildtestlint-formatcode-styledependencies

Stack — with the evidence

python

(0.80)

langchain

(0.70)

typescript

(0.60)

prisma

(0.60)

Format

AGENTS.md

A plain-markdown README for coding agents, deliberately unopinionated: no frontmatter, no globs, no vendor keys. That minimalism is why it became the one file a dozen different agents will read, and why it carries the least per-file targeting power of any format here.

What the corpus says about it

Repository

Owner
Zidong-LLC
Language
—
License
—
Archived
no

All configs in this repo

Also in Zidong-LLC/BIBLIOTECA

Diff this repo’s formats

One 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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
Zidong-LLC/BIBLIOTECAreferences/repos-referencia/claude-code-best-practice/CLAUDE.md · 35CLAUDE.mdpythonlangchain+2stylearchdo-notagent-behaviour+169/1003 days ago
Zidong-LLC/BIBLIOTECAskills/skills/context-claude/loki-mode/CLAUDE.md · 35CLAUDE.mdpythonlangchain+3testlint-formatstylearch+577/1003 days ago
Zidong-LLC/BIBLIOTECAskills/skills/databases/postgres-best-practices/AGENTS.md · 35AGENTS.mdpythonlangchain+2styletypessecuritydatabase+345/1003 days ago
Zidong-LLC/BIBLIOTECAskills/skills/programming-languages/python-expert/AGENTS.md · 35AGENTS.mdpythonlangchain+2lint-formatstyletypesgit+369/1003 days ago
Zidong-LLC/BIBLIOTECAskills/skills/web-backend/dbos-golang/AGENTS.md · 35AGENTS.mdpythonlangchain+2arch54/1003 days ago
Zidong-LLC/BIBLIOTECAskills/skills/web-backend/dbos-python/AGENTS.md · 35AGENTS.mdpythonlangchain+2arch54/1003 days ago
Zidong-LLC/BIBLIOTECAskills/skills/web-backend/dbos-typescript/AGENTS.md · 35AGENTS.mdpythonlangchain+2archtypes54/1003 days ago
Zidong-LLC/BIBLIOTECAskills/skills/web-frontend/react-best-practices/AGENTS.md · 35AGENTS.mdpythonlangchain+2buildlint-formatstyledependencies+461/1003 days ago
Zidong-LLC/BIBLIOTECAskills/skills/web-frontend/ux-designer/AGENTS.md · 35AGENTS.mdpythonlangchain+2uido-notagent-behaviour55/1003 days ago
Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/dbos-golang/AGENTS.md · 35AGENTS.mdpythonlangchain+2arch54/1003 days ago
Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/dbos-python/AGENTS.md · 35AGENTS.mdpythonlangchain+2arch54/1003 days ago
Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/dbos-typescript/AGENTS.md · 35AGENTS.mdpythonlangchain+2archtypes54/1003 days ago
Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/loki-mode/CLAUDE.md · 35CLAUDE.mdpythonlangchain+3testlint-formatstylearch+577/1003 days ago
Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/postgres-best-practices/AGENTS.md · 35AGENTS.mdpythonlangchain+2styletypessecuritydatabase+345/1003 days ago
Zidong-LLC/BIBLIOTECAskills/web-app/public/skills/react-best-practices/AGENTS.md · 35AGENTS.mdpythonlangchain+2buildlint-formatstyledependencies+461/1003 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.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199kAGENTS.mdtypescriptlangchain+16buildteststylearch+3100/1003 days ago
aaif-goose/gooseAGENTS.md · 52kAGENTS.mdrusttypescript+2setupbuildtestlint-format+6100/1003 days ago
duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70AGENTS.mdtypescriptjavascript+5buildteststylearch+3100/1003 days ago
SkeneTechnologies/skene-cookbookAGENTS.md · 51AGENTS.mdpythoneslint+4setupbuildtestlint-format+7100/1002 days ago
mui/material-uiAGENTS.md · 99kAGENTS.mdtypescriptjavascript+13setupbuildtestlint-format+9100/1003 days ago
OnlyTerp/prompt-cache-skillsAGENTS.md · 112AGENTS.mdpythongithub-actionssetupbuildtestlint-format+5100/1003 days ago
trick77/agents-md-syncAGENTS.md · 2AGENTS.mdtypescriptnode+4setupbuildteststyle+5100/1003 days ago
vllm-project/vllmAGENTS.md · 88kAGENTS.mdpythonpytorch+3setuptestlint-formatstyle+5100/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack