Working with AI

Learn how to use the Earth Design System Agent Skills, Plugins, llms.txt to help you build with AI โœจ

Pluginsโ€‹

Earth Design System ships a plugin marketplace that bundles skills and agents into role-specific workflows.

๐Ÿ‘‰ Only Claude plugins are supported currently. Support for other AI providers will be added in the future.

With Claudeโ€‹

โœ… Prerequisite: The marketplace is hosted in our private repo, so you'll need to be authenticated with GitHub via git (SSH key or gh auth login) before adding it

Open the plugin manager:

/plugin

Add the earth-design-system marketplace by pointing it at Adaptavant/aw-frontend-monorepo.

Then open the marketplace and install:

  • eds-product โ€” plugin containing skills for teams building product features on top of Earth Design System.
  • eds-core โ€” plugin containing agents and skills for Earth Design System core maintainers & contributors.

๐Ÿ“น Setup walkthroughs: installing in Claude Code ยท installing in the Claude IDE extension

Agent Skillsโ€‹

Agent Skills are folders of instructions, scripts, and resources that your AI coding tool can load when relevant to help with specific tasks.

To install the Earth Design System skill, run:

npx skills add https://earth.anywhere.co

Markdown docsโ€‹

Each page in the Earth Design System documentation is also available as a standalone markdown file.

Add the .md extension to the URL to get the markdown version of a page.

llms.txtโ€‹

The llms.txt file contains a list of all the markdown pages available in the Earth Design System documentation. Refer this page for more usage guidelines.