{
  "$schema": "https://a2a-protocol.org/spec/agent-card/v1",
  "name": "agentify (marketing site)",
  "version": "1.0.0",
  "description": "Single-page marketing surface for the agentify Claude skill. Read-only public artifact for a proprietary, access-gated skill. Brief quotes with a link are fine; the skill itself is not licensed for reproduction.",
  "url": "https://agentify-skill.vercel.app",
  "documentationUrl": "https://agentify-skill.vercel.app/llms.txt",
  "provider": {
    "name": "Rayyan Zahid",
    "url": "https://linkedin.com/in/rayyanzahid"
  },
  "auth": { "type": "none" },
  "capabilities": [
    {
      "name": "read_section",
      "description": "Retrieve a section of the page. Sections: promise, setup, prompts, thirty-points, license.",
      "method": "GET",
      "url": "https://agentify-skill.vercel.app/"
    },
    {
      "name": "get_install_command",
      "description": "Return the install command for the skill.",
      "url": "https://agentify-skill.vercel.app/.well-known/ai-agent.json#the_skill.install_command"
    },
    {
      "name": "get_prompts",
      "description": "Return the seven example prompts agents can use to invoke the skill.",
      "url": "https://agentify-skill.vercel.app/llms.txt"
    }
  ],
  "endpoints": {
    "a2a": null,
    "mcp": null,
    "comment": "This site is a read-only static page. The agentify SKILL it markets is at https://github.com/RayyanZahid/agentify and runs inside Claude Code, not over A2A or MCP."
  },
  "policy": {
    "discoveryMode": "public",
    "license": "Proprietary — © 2026 Rayyan Zahid, all rights reserved"
  },
  "skills": [
    {
      "id": "agentify",
      "name": "agentify",
      "description": "Audit + scaffold any repo for the agentic web in 30 points. Includes the AET (Agent Experience Testing) verification dimension. v2.2 (2026-05-19) adds the multi-auth MCP / consumer-install contract / non-callable static artifact / committed-score / cost-ceiling / device-code-quirks reference cluster.",
      "repo": "https://github.com/RayyanZahid/agentify",
      "version": "2.2.0",
      "format": "Anthropic Skill",
      "access": "proprietary — request access at https://agentify-skill.vercel.app/#access-form",
      "skill_url": "https://agentify-skill.vercel.app/#access-form"
    }
  ],
  "telemetry": {
    "transport": "static-html",
    "stateful": false
  }
}
