No description
| install/template | ||
| spec | ||
| wiki | ||
| AGENTS.md | ||
| INSTALL.md | ||
| llms.txt | ||
| README.md | ||
Repo Wiki Template
A lean markdown template that coding LLMs can install into another project from a Forgejo repository link.
What it installs
AGENTS.md: lean starting rules for agents./spec: scoped agent rules, planning index, andplan.mdplusadr.mdtemplates./wiki: scoped agent rules, durable knowledge index, log, state, and raw-source guidance.
Install into another project
Give this repository URL to a coding LLM and ask it to follow INSTALL.md.
Install the repo wiki template from <REPOSITORY_URL> into this repository.
Follow <REPOSITORY_URL>/INSTALL.md.
Preserve existing files and append the Repo Wiki Template section to AGENTS.md if it exists.
For Forgejo raw-file access, agents can fetch:
<FORGEJO_REPOSITORY_URL>/raw/branch/<BRANCH>/INSTALL.md
Start here
INSTALL.md: single-file install contract.install/template/: canonical lightweight payload copied into target projects.AGENTS.md: agent operating rules for this repository.llms.txt: concise LLM-friendly repository index.spec/index.md: active and completed work for this repository.wiki/index.md: durable knowledge for this repository.
Defaults
- Keep install instructions markdown-only.
- Keep the installed payload lean.
- Do not install this repository's research plan into target projects.
- Update
/wikionly when durable project knowledge changes.