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
- Host: GitHub
- URL: https://github.com/evias/agentify
- Owner: evias
- License: bsd-3-clause
- Created: 2025-09-04T23:30:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-08T08:39:13.000Z (10 months ago)
- Last Synced: 2025-10-28T08:56:15.320Z (8 months ago)
- Topics: agent, git, llms, ollama, prompt-injection
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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