AGENTS.md
AGENTS.mdAGENTS.mdroot
Quality
72/100
Scores the file, not the repository.Length
244 words
5 headings · 0 code blocksRepository
118
— · pushed 62 days agoLast changed
3 days ago
First indexed 3 days ago.1# agentsync23agentsync converts between AI coding-agent rule files (AGENTS.md, CLAUDE.md, .cursorrules, Copilot, Windsurf) and can scaffold a fresh AGENTS.md. The same engine in src/core/agentsync.js powers both the CLI and the browser playground.45## Build & test commands67- Install: `no install needed (Node 18+, zero dependencies)`8- Dev server: `npm run web # serves the playground at http://localhost:5173`9- Test: `npm test`1011Always run the test and lint commands before finishing a task.1213## Architecture1415- `src/core/agentsync.js` is the engine and the single source of truth. It imports nothing.16- `bin/agentsync.mjs` is the CLI; `web/` is the browser playground. Both import the engine directly — keep it dependency-free and isomorphic (must run in Node and the browser).17- Adding a tool format = add an entry to `FORMATS`, a branch in `parse()`, and a renderer in `RENDERERS`. Nothing else should need to change.18- Things that don't translate between tools (Cursor `globs`, Claude `@imports`) must surface as `warnings`, never be silently dropped.1920## Code style & conventions2122- Match the style of surrounding code; do not reformat unrelated lines.23- Prefer small, focused changes and clear names over cleverness.24- Write idiomatic JavaScript (ESM, zero-dependency). Do not add runtime dependencies.25- Add or update a case in `test/run.mjs` for any behavior change.2627## Before opening a PR2829- [ ] Tests and lint pass locally.30- [ ] No unrelated files changed.31- [ ] Public APIs and docs updated if behavior changed.32
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 | |
| TryGhost/Ghoste2e/AGENTS.md · 55k | AGENTS.md | setupteststylearch+2 | 100/100 | 3 days ago | |
| wpscanteam/wpscanAGENTS.md · 9.7k | AGENTS.md | setupbuildteststyle+6 | 100/100 | 2 days ago | |
| SkeneTechnologies/skene-cookbookAGENTS.md · 51 | AGENTS.md | setupbuildtestlint-format+7 | 100/100 | 2 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| trick77/agents-md-syncAGENTS.md · 2 | AGENTS.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 2 days ago |
