{
  "slug": "resume-builder",
  "name": "gizza-ai/resume-builder",
  "version": "0.1.0",
  "title": "Resume Builder — Structured Details to ATS Markdown — gizza.ai",
  "description": "Turn structured JSON details — contact, experience, skills — into a clean, ATS-friendly Markdown resume in your browser. Free, private, no sign-up.",
  "tags": [
    "resume builder",
    "cv builder",
    "ats resume",
    "markdown resume",
    "json to resume",
    "resume generator"
  ],
  "category": "documents",
  "urls": {
    "page": "https://gizza.ai/tools/resume-builder/",
    "markdown": "https://gizza.ai/tools/resume-builder/index.md",
    "descriptor": "https://gizza.ai/tools/resume-builder/tool.json",
    "deep_link_example": "https://gizza.ai/tools/resume-builder/?data=%7B%22name%22%3A%22Ada%20Lovelace%22%2C%22title%22%3A%22Engineer%22%2C%22email%22%3A%22ada%40x.com%22%2C%22experience%22%3A%5B%7B%22role%22%3A%22Engineer%22%2C%22company%22%3A%22Analytical%20Co%22%2C%22dates%22%3A%221843%22%2C%22bullets%22%3A%5B%22Wrote%20the%20first%20algorithm%22%5D%7D%5D%2C%22skills%22%3A%5B%22Algorithms%22%5D%7D"
  },
  "cli": "gizza tool resume-builder '{\"name\":\"Ada Lovelace\",\"title\":\"Engineer\",\"email\":\"ada@x.com\",\"experience\":[{\"role\":\"Engineer\",\"company\":\"Analytical Co\",\"dates\":\"1843\",\"bullets\":[\"Wrote the first algorithm\"]}],\"skills\":[\"Algorithms\"]}'",
  "tool": {
    "description": "Turn structured resume details (a JSON object) into a clean, ATS-friendly Markdown resume — plain headings and bullets, no tables/columns/graphics that resume parsers choke on. `data` is a JSON object: name (required), title, email, phone, location, links[], summary, experience[{role,company,location,dates,bullets[]}], education[{degree,school,location,dates,details}], skills[], and optional sections[{heading,items[]}].",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "data": {
          "description": "A JSON object of resume fields. Recognized: name (required), title, email, phone, location, links[], summary, experience[{role,company,location,dates,bullets[]}], education[{degree,school,location,dates,details}], skills[], and sections[{heading,items[]}] for extras like Projects/Certifications.",
          "type": "string"
        }
      },
      "required": [
        "data"
      ],
      "type": "object"
    }
  }
}