{
  "name": "goalmaxx.ing",
  "version": "0.1.0",
  "description": "A Codex /goal prompt generation agent for turning project intent into audit-ready autonomous coding prompts.",
  "url": "https://goalmaxx.ing",
  "provider": {
    "name": "goalmaxx.ing",
    "url": "https://goalmaxx.ing"
  },
  "supportedInterfaces": [
    {
      "type": "http",
      "transport": "json",
      "url": "https://goalmaxx.ing/api/a2a"
    },
    {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://goalmaxx.ing/api/mcp"
    },
    {
      "type": "openapi",
      "transport": "https",
      "url": "https://goalmaxx.ing/openapi.json"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "generate-goal-prompt",
      "name": "Generate Goal Prompt",
      "description": "Generate an audit-ready Codex /goal prompt with a Goal Maxxing Score and improvement suggestions.",
      "tags": ["codex", "prompt", "goal", "audit"],
      "examples": [
        "Generate a Codex /goal prompt for a Next.js feature build.",
        "Turn a bug hunt idea into an audit-ready autonomous coding goal."
      ]
    }
  ]
}
