{
  "name": "artists-way-guide",
  "description": "A reflective creativity-recovery guide grounded in Julia Cameron's The Artist's Way, with persistent per-user practice state and conversations.",
  "url": "https://artistsway.flashlit.ai/a2a",
  "version": "0.3.5",
  "protocolVersion": "1.0.0",
  "preferredTransport": "JSONRPC",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "securitySchemes": {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "API key"
    }
  },
  "security": [
    {
      "bearerAuth": []
    }
  ],
  "skills": [
    {
      "id": "artists-way-reflective-practice",
      "name": "Artist's Way reflective practice",
      "description": "Book-grounded chat, Morning Pages and Artist Date support, weekly check-ins, and creative-block reflection.",
      "tags": [
        "books",
        "creativity",
        "reflection",
        "artists-way"
      ],
      "examples": [
        "What does Cameron mean by the Censor?",
        "Help me start Morning Pages.",
        "Check in with me about week one."
      ]
    }
  ],
  "metadata": {
    "bookId": "538b4bbdf1ece47b795b4a77dc312534",
    "bookTitle": "The Artist's Way"
  }
}