Back to SDFrame

Card snapshot

sdframe.caldis.me · 2026-05-18 15:57:15 UTC · a38dc7447c48c04a8b16e86c88684146cec0d6af5d11cdd149ac221c96ad324a

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "SDFrame",
  "description": "Software design framework reference with 317 curated frameworks and a read-only public API.",
  "url": "https://sdframe.caldis.me",
  "version": "1.0.0",
  "provider": {
    "organization": "Caldis",
    "url": "https://github.com/Caldis/frameworks"
  },
  "documentationUrl": "https://sdframe.caldis.me/developers/",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "framework-selection",
      "name": "Framework selection",
      "description": "Recommend software design frameworks for a project context.",
      "tags": [
        "software-design",
        "architecture",
        "patterns",
        "ai-agents"
      ],
      "examples": [
        "Which frameworks should I use for a high-throughput API?",
        "Compare DDD, clean architecture, and hexagonal architecture."
      ]
    },
    {
      "id": "framework-reference",
      "name": "Framework reference lookup",
      "description": "Return implementation steps, when-to-use guidance, and related frameworks by slug.",
      "tags": [
        "reference",
        "openapi",
        "static-api"
      ],
      "examples": [
        "Get the clean-architecture reference.",
        "List AI collaboration frameworks."
      ]
    }
  ]
}