{
  "markdown": "# HackFlow PPT Skill\n\nOne command to create hackathon-ready PPT decks with Codex built-in image generation.\n\nHackFlow PPT analyzes a project or topic, plans a concise pitch deck, generates one polished 16:9 slide image per page with Codex built-in `gpt-image-2`, and assembles the images into a PPTX locally.\n\nNo Gemini, Yunwu, or third-party image API key is required.\n\n## Features\n\n- **Codex built-in image generation** — uses `gpt-image-2` through Codex `image_gen`\n- **No external API configuration** — no Gemini/Yunwu key, proxy, or `config.json`\n- **6 built-in styles** — Gradient Glass, Apple Vision, Google Quantum, Microsoft Fluent, Vercel Mono, Linear Mesh\n- **Project-aware planning** — analyzes your workspace across hackathon judging dimensions\n- **Pitch-ready structure** — pain point, solution, features, architecture, metrics, roadmap, Q&A\n- **PPTX assembly** — saves slide PNGs and builds a 16:9 PowerPoint deck locally\n\n## Quick Start\n\n### 1. Install\n\nClone the plugin:\n\n```bash\ngit clone https://github.com/qwwzdyj/hackflow-ppt-skill.git\ncd hackflow-ppt-skill\n./install.sh\n```\n\nThen install or load this folder as a Codex plugin.\n\n### 2. Use\n\nIn Codex, run:\n\n```text\n/ppt about this project\n```\n\nOr provide a topic directly:\n\n```text\n/ppt AI-powered code review tool that catches bugs before they ship\n```\n\nThe skill will:\n\n1. Analyze the current project or topic.\n2. Choose a style, defaulting to `gradient-glass`.\n3. Create a slide plan, defaulting to 8 pages for hackathon/project decks.\n4. Generate prompts in `.codex/ppt/prompts.json`.\n5. Generate slide images through Codex built-in image generation.\n6. Assemble `$(basename \"$(pwd)\")-hackflow-ppt.pptx`.\n\n## Styles\n\n| Style | Description |\n| --- | --- |\n| `gradient-glass` | Apple Keynote minimalism + glassmorphism + aurora gradients |\n| `apple-vision` | Deep space + visionOS spatial layers + subtle halos |\n| `google-quantum` | Material You + warm organic shapes + playful 3D ceramics |\n| `microsoft-fluent` | Acrylic transparency + Mica effects + Fluent 3D icons |\n| `vercel-mono` | Pure black + glowing gradient text + wireframe geometry |\n| `linear-mesh` | Gradient mesh aurora + fluid glass + rich color temperature |\n\n## Output\n\nGenerated files are written inside the current workspace:\n\n```text\n.codex/ppt/\n├── plan.json\n├── prompts.json\n├── slides/\n│   ├── slide-01.png\n│   └── slide-02.png\n└── report.json\n\n<project-name>-hackflow-ppt.pptx\n```\n\n## How It Works\n\n```text\n/ppt about this project\n        |\n        v\n  Analyze project or topic\n        |\n        v\n  Plan concise pitch deck\n        |\n        v\n  Build slide prompts with selected style\n        |\n        v\n  Generate one 16:9 image per slide with Codex gpt-image-2\n        |\n        v\n  Assemble images into PPTX\n```\n\n## File Structure\n\n```text\nhackflow-ppt-skill/\n├── .codex-plugin/\n│   └── plugin.json\n├── commands/\n│   └── ppt.md\n├── skills/\n│   └── hackflow-ppt/\n│       └── SKILL.md\n├── scripts/\n│   ├── assemble_pptx.py\n│   ├── make_prompts.py\n│   ├── requirements.txt\n│   └── styles.py\n├── install.sh\n└── README.md\n```\n\n## Requirements\n\n- Codex with built-in image generation available\n- Python 3.9+\n- `python-pptx` for local PPTX assembly\n\n## License\n\nMIT\n",
  "bytes": 3214,
  "sha": "40dd0f71efaf5672a3bc6f87d3175bbb452e1e507f16f246ff156dd395b6d2d6",
  "repo_slug": "qwwzdyj/hackflow-ppt-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_qwwzdyj_hackflow_ppt_skill_hackflow_ppt_75d67796/readme"
}