{
  "name": "design-agentic-systems-with-santismm",
  "version": "1.0.0",
  "description": "Agent Skill (Anthropic format): the procedure for querying the santismm.com corpus over MCP and turning it into grounded, citable deliverables — architectures, design reviews, governance checklists, comparisons. Holds no copy of the content, so it cannot go stale.",
  "license": "Content © Santiago Santa María Morales, licensed CC BY 4.0. Attribution required: credit the author and link the canonical URL.",
  "license_spdx": "CC-BY-4.0",
  "license_url": "https://creativecommons.org/licenses/by/4.0/",
  "format": "anthropic-agent-skill",
  "files": [
    {
      "name": "SKILL.md",
      "url": "https://santismm.com/skill/skill.md",
      "description": "The skill: frontmatter + procedure."
    },
    {
      "name": "reference.md",
      "url": "https://santismm.com/skill/reference.md",
      "description": "Full MCP tool signatures and endpoint catalog, loaded on demand."
    }
  ],
  "endpoint": "https://santismm.com/mcp",
  "docs": "https://santismm.com/en/mcp",
  "install": {
    "claude_code": "skill_dir=.claude/skills/design-agentic-systems-with-santismm\nmkdir -p \"$skill_dir\"\ncurl -fsSL https://santismm.com/skill/skill.md -o \"$skill_dir/SKILL.md\"\ncurl -fsSL https://santismm.com/skill/reference.md -o \"$skill_dir/reference.md\"",
    "note": "Produces SKILL.md + reference.md, the layout the Agent Skills format expects. For a user-level install, swap .claude/skills for ~/.claude/skills."
  }
}