RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/AGENTS.md/PanisHandsome/ai-rules-sync

AGENTS.md

AGENTS.md
AGENTS.mdroot

Quality

72/100

Scores the file, not the repository.

Length

244 words

5 headings · 0 code blocks

Repository

118

— · pushed 62 days ago

Last changed

3 days ago

First indexed 3 days ago.
PanisHandsome/ai-rules-sync/AGENTS.mdRawGitHub
1# agentsync
2 
3agentsync 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.
4 
5## Build & test commands
6 
7- 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`
10 
11Always run the test and lint commands before finishing a task.
12 
13## Architecture
14 
15- `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.
19 
20## Code style & conventions
21 
22- 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.
26 
27## Before opening a PR
28 
29- [ ] Tests and lint pass locally.
30- [ ] No unrelated files changed.
31- [ ] Public APIs and docs updated if behavior changed.
32 

Commands it names

  • npm run web
  • npm test

Sections

  • agentsync
  • Build & test commands
  • Architecture
  • Code style & conventions
  • Before opening a PR

What it covers

buildtestcode-stylegit-pr

Stack — with the evidence

javascript

(1.00)

ai-agent

(0.90)

react

(0.70)

nextjs

(0.70)

vitest

(0.70)

typescript

(0.60)

github-actions

(0.60)

node

(0.50)

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
PanisHandsome
Language
—
License
—
Archived
no

All configs in this repo

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
TryGhost/Ghoste2e/AGENTS.md · 55kAGENTS.mdtypescriptjavascript+12setupteststylearch+2100/1003 days ago
wpscanteam/wpscanAGENTS.md · 9.7kAGENTS.mdrubyvue+3setupbuildteststyle+6100/1002 days ago
SkeneTechnologies/skene-cookbookAGENTS.md · 51AGENTS.mdpythoneslint+4setupbuildtestlint-format+7100/1002 days ago
duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70AGENTS.mdtypescriptjavascript+5buildteststylearch+3100/1003 days ago
mui/material-uiAGENTS.md · 99kAGENTS.mdtypescriptjavascript+13setupbuildtestlint-format+9100/1003 days ago
trick77/agents-md-syncAGENTS.md · 2AGENTS.mdtypescriptnode+4setupbuildteststyle+5100/1003 days ago
code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67kAGENTS.mdtypescriptbun+10setupbuildtestlint-format+6100/1002 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