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

https://github.com/evias/agentify

agentify - simple tool to instruct LLMs to scan a repository and generate AGENTS.md files
https://github.com/evias/agentify

agent git llms ollama prompt-injection

Last synced: 2 days ago
JSON representation

agentify - simple tool to instruct LLMs to scan a repository and generate AGENTS.md files

Awesome Lists containing this project

README

          

# agentify - make your work accessible to AI!

A vibe-coded software that creates [AGENTS.md][link] files for your repositories.
It instructs a LLM model of your choice to summarize the content of a repository.

This software was originally built by Genesìs, a LLM model based on
the `codex-mini` model, instructed by re:Software S.L, and later modified
by re:Software S.L. to satisfy security and general quality standards.

## Usage instructions

```bash
Usage:
agentify [flags]

Flags:
-h, --help help for agentify
-s, --host string Ollama server base URL (default "http://127.0.0.1:11434")
-m, --model string name of the Ollama model (default llama3.2:latest)
-o, --output string destination path for AGENTS.md
-p, --prompt string path to custom scan prompt (markdown)
-y, --yes overwrite existing AGENTS.md file
```

## Examples

```bash
agentify . -o AGENTS.md
agentify github.com/evias/agentify -o AGENTS.md
agentify github.com/evias/dotsig -o AGENTS.md -m llama3.2:latest
agentify . -o AGENTS.md -m gemma3:4b -s http://127.0.0.1:11434
```

## License

Copyright 2025 Grégory Saive for re:Software S.L. (resoftware.es).

Licensed under the [3-Clause BSD License](./LICENSE).

[link]: https://agents.md