--- name: create-less-and-cosmos-business-card description: Create, revise, preview, and export minimalist warm-white double-sided employee business cards for 杭州纯粹星辰人工智能科技有限公司 (Less and Cosmos) from a Chinese name, bilingual title, email, and phone number. Use for the light 90×54 mm 纯粹星辰 business-card style in SVG or PNG while preserving the supplied brand system and automatically splitting bilingual titles onto separate lines. --- # Create Less and Cosmos Light Business Cards Generate from the bundled templates. Preserve the layout and light visual system unless the user explicitly requests a redesign. ## Required input Collect or infer only: - Chinese name - Title, preferably `中文职位 / English Title` - Email - Mobile number Keep these fixed unless corrected by the user: - Company: `杭州纯粹星辰人工智能科技有限公司` - Address: `浙江省杭州市西湖区转塘街道云腾丝路中心5号楼商业208室` - Website: `lessncosmos.com` - Slogan: `构建能够持续学习与进化的企业级人工智能系统。` ## Generate Run from the skill directory: ```bash python3 scripts/generate_card.py \ --name "林知远" \ --title "AI 产品负责人 / Head of AI Product" \ --email "linzy@lessncosmos.com" \ --phone "138 0000 0000" \ --output-dir ./output/lin-zhiyuan ``` The generator writes `front.svg`, `back.svg`, `preview.html`, and `card-data.json`. It adds `+86` when the phone has no country code. The title is laid out automatically: text before `/` is the primary Chinese line; text after `/` is the smaller English line. Do not manually edit positioned title text. ## Render and verify 1. Render both SVG files or open `preview.html`. 2. When delivering images, render 1800×1080 PNG files. 3. Check Chinese glyphs, title wrapping, and email overflow visually. 4. Compare every field with `card-data.json`. 5. Package SVG, PNG, preview, and JSON files into a ZIP. Keep the 90×54 mm canvas, warm-white `#F7F7F5` background, cool gray text, gold accent, generous margins, and existing layout. Read [references/print-specifications.md](references/print-specifications.md) for print delivery. Regenerate after data changes; do not edit personalized text manually.