MCPcopy
hub / github.com/agentsmd/agents.md

github.com/agentsmd/agents.md @main sqlite

repository ↗ · DeepWiki ↗
36 symbols 70 edges 22 files 2 documented · 6%
README

AGENTS.md

AGENTS.md logo

AGENTS.md is a simple, open format for guiding coding agents.

Think of AGENTS.md as a README for agents: a dedicated, predictable place to provide context and instructions to help AI coding agents work on your project.

Below is a minimal example of an AGENTS.md file:

# Sample AGENTS.md file

## Dev environment tips
- Use `pnpm dlx turbo run where <project_name>` to jump to a package instead of scanning with `ls`.
- Run `pnpm install --filter <project_name>` to add the package to your workspace so Vite, ESLint, and TypeScript can see it.
- Use `pnpm create vite@latest <project_name> -- --template react-ts` to spin up a new React + Vite package with TypeScript checks ready.
- Check the name field inside each package's package.json to confirm the right name—skip the top-level one.

## Testing instructions
- Find the CI plan in the .github/workflows folder.
- Run `pnpm turbo run test --filter <project_name>` to run every check defined for that package.
- From the package root you can just call `pnpm test`. The commit should pass all tests before you merge.
- To focus on one step, add the Vitest pattern: `pnpm vitest run -t "<test name>"`.
- Fix any test or type errors until the whole suite is green.
- After moving files or changing imports, run `pnpm lint --filter <project_name>` to be sure ESLint and TypeScript rules still pass.
- Add or update tests for the code you change, even if nobody asked.

## PR instructions
- Title format: [<project_name>] <Title>
- Always run `pnpm lint` and `pnpm test` before committing.

Website

This repository also includes a basic Next.js website hosted at https://agents.md/ that explains the project’s goals in a simple way, and featuring some examples.

Running the app locally

  1. Install dependencies: bash pnpm install
  2. Start the development server: bash pnpm run dev
  3. Open your browser and go to http://localhost:3000

Extension points exported contracts — how you extend this code

RepoCardProps (Interface)
(no doc)
components/ExampleListSection.tsx
FAQItem (Interface)
(no doc)
components/FAQSection.tsx
CodeExampleProps (Interface)
(no doc)
components/CodeExample.tsx
ExamplesSectionProps (Interface)
(no doc)
components/ExamplesSection.tsx
GitHubIconProps (Interface)
(no doc)
components/icons/GitHubIcon.tsx
LandingPageProps (Interface)
(no doc)
pages/index.tsx
ExampleListSectionProps (Interface)
(no doc)
components/ExampleListSection.tsx
ExampleCardPropsExtended (Interface)
(no doc)
components/ExampleListSection.tsx

Core symbols most depended-on inside this repo

renderLineWithInlineCode
called by 2
components/CodeExample.tsx
shuffleAgents
called by 1
components/CompatibilitySection.tsx
parseMarkdown
called by 1
components/CodeExample.tsx
Section
called by 0
components/Section.tsx
InnerGrid
called by 0
components/ExampleListSection.tsx
ExampleListSection
called by 0
components/ExampleListSection.tsx
ExampleCard
called by 0
components/ExampleListSection.tsx
HowToUseSection
called by 0
components/HowToUseSection.tsx

Shape

Function 28
Interface 8

Languages

TypeScript100%

Modules by API surface

components/ExampleListSection.tsx6 symbols
components/CodeExample.tsx5 symbols
components/CompatibilitySection.tsx4 symbols
pages/index.tsx3 symbols
components/icons/GitHubIcon.tsx2 symbols
components/FAQSection.tsx2 symbols
components/ExamplesSection.tsx2 symbols
pages/_document.tsx1 symbols
pages/_app.tsx1 symbols
components/icons/UserIcon.tsx1 symbols
components/icons/LinkIcon.tsx1 symbols
components/icons/CopyIcon.tsx1 symbols

Dependencies from manifests, versioned

@svgr/webpack8.1.0 · 1×
@types/node20 · 1×
@types/react19 · 1×
@types/react-dom19 · 1×
@vercel/analytics1.5.0 · 1×
next16.1.0 · 1×
react19.2.3 · 1×
react-dom19.2.3 · 1×
tailwindcss4.1.11 · 1×
typescript5 · 1×

For agents

$ claude mcp add agents.md \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact