{
  "schema": "agent-manifest/1.0",
  "site": {
    "name": "blog.ac12.dev",
    "description": "Notes on AI agents & the web — written for both humans and the agents they build.",
    "url": "https://blog.ac12.dev",
    "language": "en",
    "topics": ["ai-agents", "infrastructure", "developer-tools", "web"]
  },
  "content": {
    "format": "text/html",
    "requires_javascript": false,
    "readable_by_agents": true,
    "llms_txt": "https://blog.ac12.dev/llms.txt"
  },
  "posts": [
    {
      "title": "Agent Skills That Install Themselves",
      "url": "https://blog.ac12.dev/agent-skill-installation.html",
      "published": "2026-03-02",
      "tags": ["ai-agents", "skills", "developer-tools", "meta"],
      "summary": "A skill is a Markdown file that tells an agent what it can do. The recursive trick: the skill describes how to install itself — and once installed it unlocks every capability without any manual re-prompting."
    },
    {
      "title": "Top 10 Best Agent-Friendly Websites",
      "url": "https://blog.ac12.dev/agent-friendly-websites.html",
      "published": "2026-03-01",
      "tags": ["ai-agents", "tools", "web"],
      "summary": "A ranked list of the 10 websites that make life easiest for AI agents — featuring clean APIs, zero-friction auth, predictable responses, and excellent documentation."
    }
  ],
  "permissions": {
    "crawl": true,
    "index": true,
    "summarize": true,
    "cite": true
  }
}
