[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-780":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":14,"stars7d":15,"stars30d":16,"stars90d":13,"forks30d":13,"starsTrendScore":17,"compositeScore":18,"rankGlobal":8,"rankLanguage":8,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":8,"pushedAt":8,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":13,"starSnapshotCount":13,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},780,"PPT-Design-Prompt","Russell-cell\u002FPPT-Design-Prompt","Russell-cell",null,"Python",953,72,897,0,6,10,43,18,9.59,"MIT License",false,"main",true,[],"2026-06-12 02:00:18","# PPT-Design-Prompt\n\nConvert `DESIGN.md` brand references into presentation-image oriented\n`DESIGN.md` files.\n\n1\n\nThis repository is for **slide image systems**, not full slide decks, not HTML\npresentations, and not product UI implementation. The goal is to turn web-first\nbrand guidance into a format that image models and design agents can use when\ngenerating assets for PowerPoint, Keynote, PDF decks, or visual essays.\n\nThis project is adapted from the upstream `DESIGN.md` collection maintained at\n[VoltAgent\u002Fawesome-design-md](https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fawesome-design-md).\nIts purpose is to reinterpret those web and UI oriented references as\npresentation-image prompts and guidance.\n\n## Upstream source\n\nThe original source catalog for this project is:\n\n- [https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fawesome-design-md](https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fawesome-design-md)\n\nThis repository is a derivative conversion tool and prompt library. It is not\nthe original source catalog, and it should not be confused with the upstream\nproject.\n\n## What this repo is\n\n- a converter from source `DESIGN.md` files to `ppt-image\u002F\u003Cbrand>\u002FDESIGN.md`\n- a small Python CLI that can be installed and re-run locally\n- a generic presentation-image `DESIGN.md` at the repo root\n- a minimal synthetic example for CI and contributor onboarding\n\n## What this repo is not\n\n- not a deck generator\n- not a PowerPoint exporter\n- not a screenshot scraper\n- not a promise that every brand source can be legally redistributed\n\n## Open-source boundary\n\nThis repository is structured so that **local downloaded sources stay local by\ndefault**.\n\n- `source\u002F` is ignored by `.gitignore`\n- local source files are expected to originate from\n  [VoltAgent\u002Fawesome-design-md](https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fawesome-design-md)\n- the repository license applies to repo-authored code and docs\n- third-party brand names and source materials remain the property of their\n  owners\n- if you publish converted brand outputs, review the legal notes in\n  [ATTRIBUTION.md](.\u002FATTRIBUTION.md)\n\nIf your local working copy already contains a populated `source\u002F` directory,\ndouble-check it before making an initial public commit.\n\n## Repository layout\n\n```text\n.\n+-- DESIGN.md                      # generic presentation-image design guide\n+-- ATTRIBUTION.md                 # licensing and provenance boundary\n+-- catalog\u002Fbrands.txt             # optional expected brand catalog\n+-- examples\u002Fminimal\u002F              # synthetic example fixture\n+-- ppt-image\u002F                     # generated outputs\n+-- scripts\u002F                       # convenience wrapper for repo-local runs\n+-- src\u002Fawesome_design_md_ppt_images\u002F\n|   +-- cli.py\n|   +-- converter.py\n+-- tests\u002F\n```\n\n## Install\n\n```bash\npython -m pip install -e .\n```\n\n## Quick start\n\nIf you already have local source files under `source\u002F\u003Cbrand>\u002FDESIGN.md`, run:\n\n```bash\ndesign-md-ppt convert\n```\n\nThis writes:\n\n- converted files to `.\u002Fppt-image`\n- a manifest to `.\u002Fconversion_manifest.json`\n\nIf you want explicit paths:\n\n```bash\ndesign-md-ppt convert \\\n  --source-root .\u002Fsource \\\n  --output-root .\u002Fppt-image \\\n  --manifest .\u002Fconversion_manifest.json \\\n  --brands-file .\u002Fcatalog\u002Fbrands.txt\n```\n\n## Example run without third-party data\n\nThis repo ships with a synthetic example so contributors can test the toolchain\nwithout downloading live sources:\n\n```bash\ndesign-md-ppt convert \\\n  --source-root .\u002Fexamples\u002Fminimal\u002Fsource \\\n  --output-root .\u002Fexamples\u002Fminimal\u002Foutput \\\n  --manifest .\u002Fexamples\u002Fminimal\u002Fmanifest.json \\\n  --brands-file .\u002Fexamples\u002Fminimal\u002Fbrands.txt\n```\n\n## Legacy script\n\nFor people who prefer the old workflow, the repo still includes:\n\n```bash\npython .\u002Fscripts\u002Fgenerate_ppt_image_designs.py\n```\n\nThat wrapper runs the same converter with repo-root defaults.\n\n## Why the brand catalog exists\n\n`catalog\u002Fbrands.txt` is optional.\n\n- if you provide it, the converter knows which brands are expected and can emit\n  placeholders for missing sources\n- if you omit it, the converter simply converts whatever exists under\n  `source\u002F`\n\nThis makes the tool self-contained and removes the old dependency on a sibling\n`awesome-design-md_upstream` checkout.\n\n## Development\n\nRun tests:\n\n```bash\npython -m unittest discover -s tests -v\n```\n\nRun the example conversion:\n\n```bash\ndesign-md-ppt convert \\\n  --source-root .\u002Fexamples\u002Fminimal\u002Fsource \\\n  --output-root .\u002Ftmp-example-output \\\n  --manifest .\u002Ftmp-example-manifest.json \\\n  --brands-file .\u002Fexamples\u002Fminimal\u002Fbrands.txt\n```\n\n## Current repository state\n\nThis working tree currently contains generated outputs under `ppt-image\u002F`. They\ncan be useful as a public catalog, but they may still be too close to upstream\nbrand materials for some maintainers' comfort level. If you want a stricter\nopen-source posture, keep the code and generic docs, then selectively review or\nremove brand-specific generated outputs before your first public push.\n","PPT-Design-Prompt 是一个将品牌参考文档转换为适合演示文稿图像使用的工具。其核心功能是通过Python命令行界面，将`DESIGN.md`文件转换成针对PowerPoint、Keynote等演示软件的图像设计指南。项目基于VoltAgent\u002Fawesome-design-md维护的品牌设计文档集合，重新解释这些网页和用户界面导向的参考资料，使其适用于生成演示文稿中的视觉素材。特别适合需要根据现有品牌指南快速创建一致视觉风格的演示材料场景使用。",2,"2026-06-11 02:39:15","CREATED_QUERY"]