RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/AGENTS.md/ogisetiawan/account-switcher

AGENTS.md

AGENTS.md
AGENTS.mdroot

Quality

63/100

Scores the file, not the repository.

Length

281 words

6 headings · 0 code blocks

Repository

0

— · pushed 4 days ago

Last changed

2 days ago

First indexed 2 days ago.
ogisetiawan/account-switcher/AGENTS.mdRawGitHub
1# Account Switcher Agent
2 
3This repository is a browser extension for switching accounts across Chrome and Firefox. The codebase is implemented in TypeScript and built with a combination of Webpack and esbuild. The primary source files live under `src/`, and the generated output is placed in `dist/`.
4 
5## Purpose
6 
7As an assistant for this repository, your job is to:
8- help implement and maintain the browser extension logic
9- preserve cross-browser compatibility between Chrome and Firefox
10- follow the existing build and packaging approach
11- avoid editing generated output in `dist/`
12 
13## Technology Stack
14 
15- Node.js 18.16+ runtime
16- TypeScript 5.5.3 with `strict: true`
17- Webpack 5 for module bundling and TypeScript transpilation via `ts-loader`
18- esbuild for actual extension build output in `build/build.js` and `build/build-chrome.js`
19- ESLint 8.56.0 with `@typescript-eslint` and `eslint-plugin-import`
20- Prettier 3.6.2 with `prettier-plugin-multiline-arrays`
21- WebExtension manifests for Chrome and Firefox
22- `web-ext` for Firefox development and runtime
23- Type definitions: `@types/chrome`, `@types/firefox-webext-browser`, `@types/webextension-polyfill`
24 
25## Important Files
26 
27- `src/background/index.ts`
28- `src/popup/index.ts`
29- `src/manifest.chrome.json`
30- `src/manifest.firefox.json`
31- `build/build.js`
32- `build/build-chrome.js`
33- `webpack.config.js`
34- `tsconfig.json`
35- `package.json`
36 
37## Work Rules
38 
39- Always work in `src/`; do not modify files under `dist/`
40- Use the existing module path aliases: `@background/*`, `@popup/*`, `@shared/*`
41- Keep TypeScript strict and avoid unchecked `any` usage
42- Keep the extension build target at browser-compatible JS (`chrome88`) as configured
43- Apply formatting and linting with the repository scripts
44 
45## Behavior
46 
47When making changes:
48- preserve the extension messaging and storage conventions
49- keep the build scripts consistent with Chrome vs Firefox packaging
50- do not introduce breaking changes to manifest permission or host permission handling
51- test changes logically against the extension architecture before suggesting them
52 

Commands it names

  • eslint-plugin-import
  • prettier-plugin-multiline-arrays

Sections

  • Account Switcher Agent
  • Purpose
  • Technology Stack
  • Important Files
  • Work Rules
  • Behavior

What it covers

lint-formatdo-notagent-behaviour

Stack — with the evidence

typescript

(1.00)

eslint

(1.00)

javascript

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

All configs in this repo

Also in ogisetiawan/account-switcher

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
ogisetiawan/account-switcher.cursor/rules/00-project-core.mdc · 0Cursor rulestypescripteslint+1style34/1002 days ago
ogisetiawan/account-switcher.cursor/rules/50-testing-and-change-safety.mdc · 0Cursor rulestypescripteslint+1lint-format20/1002 days ago
ogisetiawan/account-switcher.cursor/rules/30-security-and-storage.mdc · 0Cursor rulestypescripteslint+1style34/1002 days ago
ogisetiawan/account-switcher.clinerules/00-project-core.md · 0Cline rulestypescripteslint+1style34/1002 days ago
ogisetiawan/account-switcher.clinerules/10-build-and-manifest.md · 0Cline rulestypescripteslint+1style34/1002 days ago
ogisetiawan/account-switcher.clinerules/30-security-and-storage.md · 0Cline rulestypescripteslint+1style34/1002 days ago
ogisetiawan/account-switcher.clinerules/40-typescript-and-architecture.md · 0Cline rulestypescripteslint+1style20/1002 days ago
ogisetiawan/account-switcher.clinerules/50-testing-and-change-safety.md · 0Cline rulestypescripteslint+1lint-format20/1002 days ago
ogisetiawan/account-switcher.cursor/rules/10-build-and-manifest.mdc · 0Cursor rulestypescripteslint+1style34/1002 days ago
ogisetiawan/account-switcher.cursor/rules/40-typescript-and-architecture.mdc · 0Cursor rulestypescripteslint+1style20/1002 days ago
Diff against .cursor/rules/00-project-core.mdc Diff against .cursor/rules/50-testing-and-change-safety.mdc Diff against .cursor/rules/30-security-and-storage.mdc Diff against .clinerules/00-project-core.md Diff against .clinerules/10-build-and-manifest.md Diff against .clinerules/30-security-and-storage.md Diff against .clinerules/40-typescript-and-architecture.md Diff against .clinerules/50-testing-and-change-safety.md Diff against .cursor/rules/10-build-and-manifest.mdc Diff against .cursor/rules/40-typescript-and-architecture.mdc

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
wpscanteam/wpscanAGENTS.md · 9.7kAGENTS.mdrubyvue+3setupbuildteststyle+6100/1002 days ago
mui/material-uiAGENTS.md · 99kAGENTS.mdtypescriptjavascript+13setupbuildtestlint-format+9100/1003 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
trick77/agents-md-syncAGENTS.md · 2AGENTS.mdtypescriptnode+4setupbuildteststyle+5100/1003 days ago
TryGhost/Ghoste2e/AGENTS.md · 55kAGENTS.mdtypescriptjavascript+12setupteststylearch+2100/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