A vibe-coded software that creates AGENTS.md 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:
agentify [flags] <repo>
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
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
Copyright 2025 Grégory Saive greg@evi.as for re:Software S.L. (resoftware.es).
Licensed under the 3-Clause BSD License.