Install Aspect Code

Install the CLI and generate your first AGENTS.md in under a minute.

No account required
Works fully offline
Unlimited analysis — free forever
Recommended

CLI via npm

The primary way to use Aspect Code. Install globally and run in any project.

  1. 1npm install -g aspectcode
  2. 2cd your-project
  3. 3aspectcode

npx (no install)

Run without installing globally. Great for trying it out.

  1. 1cd your-project
  2. 2npx aspectcode

VS Code extension

Thin launcher that runs the CLI automatically when you open a project.

  1. 1Open VS Code
  2. 2Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. 3Search for "Aspect Code"
  4. 4Click Install

Quickstart

1

Install

npm install -g aspectcode

2

Run

cd your-project && aspectcode

3

Review

Check the generated AGENTS.md

4

Optimize

Add an API key — the LLM evaluates and improves your AGENTS.md automatically

5

Commit

Version-control AGENTS.md with your project

Frequently asked questions

Ready to get started?

Install the CLI and generate your first AGENTS.md in under a minute.