Skip to content

rchaganti/agent-skills

v1.0.0MIT

Production-grade AI agent skills for C4 software architecture visualization and automated web demo video generation with Draw.io and Excalidraw MCP servers.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

drawiostreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.draw.io/mcp"
}
excalidrawstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.excalidraw.com/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agent-skills",
  "version": "1.0.0",
  "description": "Production-grade AI agent skills for C4 software architecture visualization and automated web demo video generation with Draw.io and Excalidraw MCP servers.",
  "author": {
    "name": "Ravikanth Chaganti",
    "url": "https://github.com/rchaganti"
  },
  "homepage": "https://github.com/rchaganti/skills",
  "repository": "https://github.com/rchaganti/skills",
  "license": "MIT",
  "keywords": [
    "architecture",
    "c4-model",
    "diagrams",
    "drawio",
    "excalidraw",
    "web-demo",
    "video-generation",
    "skills"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub