{
  "instructions": "https://ai-atoms.com/ai/instructions.md",
  "version": "1",
  "site": "https://ai-atoms.com",
  "description": "AI runtime primitives — hooks and skills for AI agents and agentic pipelines.",
  "catalog": {
    "skills": [
      "skill/amendment-author",
      "skill/atom-publisher",
      "skill/atom-state",
      "skill/brainstorming",
      "skill/checkpoint",
      "skill/debug",
      "skill/dispatching-parallel-agents",
      "skill/hook-author",
      "skill/make-atoms",
      "skill/make-build",
      "skill/make-doctor",
      "skill/make-review",
      "skill/make-status",
      "skill/make-sync",
      "skill/make",
      "skill/memory-curator",
      "skill/review-panel",
      "skill/systematic-debugging",
      "skill/verification-before-completion"
    ],
    "hooks": [
      "hook/audit-command",
      "hook/audit-logger",
      "hook/branch-guard",
      "hook/checkpoint-tick",
      "hook/destructive-gh-guard",
      "hook/destructive-kubectl-guard",
      "hook/destructive-terraform-guard",
      "hook/no-verify-strip",
      "hook/op-redact",
      "hook/secret-block",
      "hook/secret-precommit",
      "hook/security-reminder",
      "hook/worktree-guard"
    ]
  },
  "endpoints": {
    "skill": "https://ai-atoms.com/atoms/skill/{id}.json",
    "hook": "https://ai-atoms.com/atoms/hook/{id}.json"
  },
  "workflow": [
    "1. Read this index to discover available skills and hooks",
    "2. Fetch a specific skill: GET /atoms/skill/<slug>.json",
    "3. Read system_prompt_fragment to understand invocation",
    "4. Fetch a hook: GET /atoms/hook/<slug>.json",
    "5. Read trigger.event and trigger.pattern to understand when it fires"
  ]
}