No description
Find a file
2026-04-14 16:50:32 +02:00
.github also copy sibling files 2026-04-07 16:48:47 +02:00
.well-known init commit: ai discovery files 2026-03-16 18:57:02 +01:00
AGENTS.md feat(AGENTS.md): add nix hint 2026-04-14 16:50:32 +02:00
ai.txt init commit: ai discovery files 2026-03-16 18:57:02 +01:00
index.md add skill-installer skill 2026-04-07 16:08:51 +02:00
README.md docs 2026-03-16 18:57:24 +01:00

ai.jone.foo

This is my AI discovery subdomain. There are only a few files here, as that is all I need:

  • index.md - This file, which serves as the homepage for the subdomain
  • ai.txt - This robots.txt-like file just links to .well-known/ai.json
  • .well-known/ai.json - This file contains metadata about the AI stuff like profile, ...
  • AGENTS.md - Global AI agent instructions (used across all of Jone's projects)
  • .github/copilot-instructions.md - Repository-specific Copilot instructions (deployment, shell context, etc.)
  • .github/skills/ - Repo-local Copilot skills, including the skill installer (skill-installer)

That's all files :)