{
  "name": "Markdown Studio",
  "description": "Sovereign workspace for prompt engineering with zero-knowledge architecture. Professional markdown editing, token counting for 20+ models, multi-provider prompt testing, and multi-format export.",
  "url": "https://mdstudio.app/",
  "version": "1.3.0",
  "provider": {
    "organization": "Markdown Studio",
    "url": "https://mdstudio.app/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "token-counting",
      "name": "Token Counting",
      "description": "Count tokens for 20+ AI models including GPT-5, Claude 4.5, Gemini 3, and Llama 4. Shows context window usage and estimated API cost.",
      "tags": ["tokens", "token-counter", "context-window", "llm", "gpt", "claude", "cost-estimation"],
      "examples": [
        "How many tokens is my prompt for GPT-5?",
        "Count tokens for Claude 4.5",
        "What percentage of the context window does my document use?",
        "Estimate API cost for this prompt"
      ]
    },
    {
      "id": "markdown-editing",
      "name": "Markdown Editing",
      "description": "Professional markdown editor with live preview, Mermaid diagrams, LaTeX math, code highlighting for 180+ languages, and smart variables.",
      "tags": ["markdown", "editor", "preview", "mermaid", "latex", "writing", "documentation"],
      "examples": [
        "Edit my README with live preview",
        "Create a Mermaid flowchart diagram",
        "Write documentation with LaTeX math equations",
        "Format markdown with a floating toolbar"
      ]
    },
    {
      "id": "prompt-testing",
      "name": "Prompt Testing",
      "description": "Test prompts across multiple LLM providers with battle mode for side-by-side comparison. Supports smart variables, templates, and deterministic execution.",
      "tags": ["prompt-engineering", "llm-testing", "battle-mode", "comparison", "prompt-templates", "promptops"],
      "examples": [
        "Compare model outputs side by side",
        "Test my prompt with GPT-5 and Claude 4.5",
        "Use a chain-of-thought prompt template",
        "Run a deterministic prompt execution"
      ]
    },
    {
      "id": "document-export",
      "name": "Document Export",
      "description": "Export markdown documents to PDF, HTML, JSON, TXT, or Markdown with support for Mermaid diagrams and LaTeX math in output.",
      "tags": ["export", "pdf", "html", "converter", "markdown-to-pdf", "markdown-to-html"],
      "examples": [
        "Convert my markdown to PDF",
        "Export documentation as HTML",
        "Download all tabs as a ZIP file",
        "Export with Mermaid diagrams rendered"
      ]
    }
  ],
  "authentication": {
    "schemes": []
  }
}
