Skip to main content
An agent is one markdown file. It has YAML frontmatter and a prompt body. There are no execution modes.

The three parts

Categories

The agent library groups agents into categories. By default, every category runs except deep/. Point -t at a category folder to run only that category.
deep/ agents cast a wide net. They do not run by default. Add -t agents/deep/ to run them.

Where agents come from

Agents come from three places.
  • The official catalog. It downloads on the first scan to ~/.agentgg/agentgg-agents/.
  • User-installed agents. A user adds a local agent file with agentgg agents add.
  • Per-scan agents. A single scan passes an agent, a folder, or a list file with -t.

agentgg-agents on GitHub

The catalog is open source under the MIT licence. Read the code, open an issue, or send a pull request.

Run one category

This command runs only the injection category.