An open API service indexing awesome lists of open source software.

https://github.com/attogram/agents

AGENTS.md for AI assistants
https://github.com/attogram/agents

ai-agents attogram-project

Last synced: 8 months ago
JSON representation

AGENTS.md for AI assistants

Awesome Lists containing this project

README

          

# Attogram Agents

`AGENTS` files for your AI.

`HUMANS` files for you.

Standardize your AI collaboration process.

## For AI assistants
- [./AGENTS.md](./AGENTS.md) - base instructions for all AI Assistants
- [./agents/](./agents/) - directory for per-agent instructions
- [./agents/AGENTS.jules.md](./agents/AGENTS.jules.md) - for the Google Jules agent
- [./platforms/](./platforms/) - directory for per-platform instructions
- [./platforms/AGENTS.bash.md](./platforms/AGENTS.bash.md) - for Bash
- [./platforms/AGENTS.php.md](./platforms/AGENTS.php.md) - for PHP
- [./platforms/AGENTS.php.laravel.md](./platforms/AGENTS.php.laravel.md) - for PHP on Laravel

## For Humans
- [./HUMANS.md](./HUMANS.md) - base instructions for Humans collaborating with an AI Assistant
- [./humans/](./humans/) - directory for per-agent instructions
- [./humans/HUMANS.jules.md](./humans/HUMANS.jules.md) - for working with the Google Jules agent

## `AGENTS` and `HUMANS` files

While `README.md` and `CONTRIBUTING.md` provide general information, AI-assisted workflows require specialized instructions.

- **`AGENTS` files** provide technical instructions for AI assistants.
- **`HUMANS` files** provide collaboration guidance for human developers.

This separation of concerns ensures clear and targeted instructions for both audiences.

## Development

We welcome contributions!

- [`./.repo/`](./.repo/) - internal instructions for agents working on this repository

## License

This project is dedicated to the public domain under the [CC0 1.0 Universal](LICENSE) license.

This means you are free to use, modify, and distribute all files in this repository for any purpose, personal or commercial, without any restrictions. You can copy any file you want, or all of them. You can change them however you like.

Attribution is not required, but it is always appreciated! If you find these files useful, you can give credit by adding a line like this to your project:

> AGENTS/HUMANS files based on the [attogram/agents](https://github.com/attogram/agents) project.