easy-three

AI for use

VSCode and Copilot LLM

llms.txt is a list of LLMs that can be used with easy-three. You can use these LLMs to generate code for easy-three in VSCode with Copilot.
  1. download llms.txt and rename it to easy-three.instructions.md.
  2. save easy-three.instructions.md in the .github/instructions folder.

You can automatically set up the above download using the following command.

Terminal
curl -L https://masabando.github.io/easy-three/llms.txt --create-dirs -o .github/instructions/easy-three.instructions.md

Codex

You can download llms.txt and save it as AGENTS.md in the project root. If you already have an AGENTS.md, append the contents of llms.txt to it. Alternatively, you can also pass the contents of llms.txt interactively to Codex.

Claude Code

You can download llms.txt and save it as CLAUDE.md in the project root. If you already have a CLAUDE.md, append the contents of llms.txt to it. Alternatively, you can also pass the contents of llms.txt interactively to Claude.

ChatGPT / Gemini / Claude

When using AI such as ChatGPT, download llms.txt and provide it to the AI.