[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-82654":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"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":9,"rankLanguage":9,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":13,"starSnapshotCount":13,"syncStatus":12,"lastSyncTime":32,"discoverSource":33},82654,"female-portrait-director","liyue-aigc\u002Ffemale-portrait-director","liyue-aigc","A modular Codex Skill for directing and expanding detailed AI female portrait prompts.",null,659,86,2,0,26,151,521,179,99.82,"MIT License",false,"main",true,[24,25,26,27,28],"ai-image-generation","codex","codex-skill","open-source","prompt-engineering","2026-06-12 04:01:38","[English](README.md) | [简体中文](README_zh.md) | [日本語](README_ja.md) | [한국어](README_ko.md)\n\n# Female Portrait Prompt Director Skill\n\nFemale Portrait Prompt Director Skill is a structured prompt-generation and visual-direction system for AI image creation. V1.4.1 routes each request through a single on-demand style file, locks explicit parameters or authorized reference-image subjects, and produces either a coherent photographed prompt or a direct identity- or product-preserving image edit.\n\nThis project is not a generic prompt collection. It is an extensible female portrait prompt Skill framework.\n\n## Project Scope\n\nGenerate complete prompts from a small set of input parameters. Preserve the user's explicit requirements while visually expanding facial features, body shape, outfit, scene, camera and pose, lighting, filters, platform purpose, and negative constraints. Subjects must be clearly adult women. Outputs emphasize realistic photography, restrained expression, visual coherence, and stable generation.\n\n## Supported Styles\n\n- Clean lifestyle portraits\n- Restrained curve-focused lifestyle portraits\n- Urban fashion photography\n- Gufeng fantasy portraits\n- E-commerce clothing model images\n- Retro Hong Kong portraits\n- French relaxed portraits\n- New Chinese oriental portraits\n- Sporty active portraits\n- Travel vacation portraits\n- Studio-retouched portraits\n- Oriental voluptuous portraits\n- Cold xianxia enhanced portraits\n- Bright luxury gufeng portraits\n\n## Core Capabilities\n\n- Lock user-specified parameters and only refine or stabilize them.\n- Route each request through one on-demand style file and avoid conflicting style keywords.\n- Parse face, body, outfit, scene, camera and pose, lighting, and filter modules.\n- Expand short parameters into a coherent photographed moment instead of mechanically repeating them.\n- Fuse the expanded modules into natural, detailed, copy-ready prompts with photography-director intent.\n- Preserve clothing-display priority for e-commerce images and explicit safety boundaries for curve-focused portraits.\n- Preserve authorized selfie identity or product core visuals for direct reference-image generation.\n\n## Quick Start\n\nWhen using this repository as a Codex Skill, invoke `$female-portrait-director`. Minimal example:\n\n```text\nStyle: clean lifestyle portrait\nScene: window seat in a cafe\nOutfit: white knitted cardigan + light-colored inner layer\nMood: clean and gentle\nAspect ratio: 9:16\n```\n\nThe system returns locked parameters, a complete copy-ready prompt, and negative constraints. See [parameter_schema.md](skill\u002Fparameter_schema.md) for the full input schema and [usage_examples.md](skill\u002Fusage_examples.md) for examples.\n\n## Installation\n\n### One-command install with npx\n\nRequires [Node.js](https:\u002F\u002Fnodejs.org\u002F) with `npx`. Install the Skill globally for Codex:\n\n```bash\nnpx skills@latest add liyue-aigc\u002Ffemale-portrait-director -g -a codex -y\n```\n\nUpdate the installed Skill later:\n\n```bash\nnpx skills@latest update female-portrait-director -g -y\n```\n\n### Manual install with Git\n\nAlternatively, clone the repository into your Codex skills directory.\n\nWindows PowerShell:\n\n```powershell\ngit clone https:\u002F\u002Fgithub.com\u002Fliyue-aigc\u002Ffemale-portrait-director.git \"$env:USERPROFILE\\.codex\\skills\\female-portrait-director\"\n```\n\nmacOS or Linux:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fliyue-aigc\u002Ffemale-portrait-director.git \"${CODEX_HOME:-$HOME\u002F.codex}\u002Fskills\u002Ffemale-portrait-director\"\n```\n\nRestart Codex or start a new conversation, then invoke:\n\n```text\n$female-portrait-director\n```\n\n## Example: Parameters to Directed Prompt\n\nThe Skill does more than restate the input. It preserves requested parameters, fills in missing visual details, and produces locked parameters, module analysis, a final prompt, and negative constraints.\n\n```text\nPortrait style: Gufeng xianxia beauty portrait\nScene: Traditional courtyard corridor surrounded by misty mountains and water\nOutfit: Moon-white Tang-inspired fantasy wide-sleeve robe + flowing pibo scarf + silver embroidered waist sash\nMood: Cool, distant, ethereal\nFacial direction: Classical East Asian beauty\nBody direction: Slender and delicate figure\nCamera direction: Slight side-facing standing pose, half-body to thigh framing\nLighting: Cool soft light\nFilter: Cool ethereal gufeng filter\nAspect ratio: 9:16\nPlatform use: Character portrait\n```\n\n![Gufeng xianxia prompt expansion example](assets\u002Fexamples\u002Fgufeng-director-output.jpg)\n\n## Output Format\n\n```text\n1. Locked parameters\n2. Module analysis\n3. Final prompt\n4. Negative constraints\n```\n\n## Repository Structure\n\n```text\n.\n├── README.md\n├── README_zh.md\n├── README_ja.md\n├── README_ko.md\n├── SKILL.md\n├── agents\u002Fopenai.yaml\n├── assets\u002Fexamples\u002F\n├── skill\u002F\n│   ├── skill.md\n│   ├── style-registry.md\n│   ├── public_instructions.md\n│   ├── parameter_schema.md\n│   ├── usage_examples.md\n│   ├── core\u002F\n│   ├── references\u002F\n│   │   ├── director-expansion.md\n│   │   └── visual-libraries.md\n│   └── routes\u002F\n│       ├── commercial\u002F\n│       ├── curve\u002F\n│       ├── fantasy\u002F\n│       ├── fashion\u002F\n│       ├── lifestyle\u002F\n│       └── oriental\u002F\n├── docs\u002F\n│   ├── style_guide.md\n│   ├── prompt_safety.md\n│   ├── versioning.md\n│   └── faq.md\n└── examples\u002F\n```\n\n## Safety Boundaries\n\nText-only generation defaults to fictional, clearly adult subjects. Reference-image workflows may preserve the identity of the user or an authorized adult subject, and may preserve product visuals that the user has the right to use. The project must not be used for sexualized minors, explicit nudity, non-consensual images, deceptive identity content, harassment, defamation, privacy violations, or other unlawful purposes. See [prompt_safety.md](docs\u002Fprompt_safety.md) and [DISCLAIMER.md](DISCLAIMER.md) for details.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE). The MIT License permits use, copying, modification, merging, publishing, distribution, sublicensing, and selling copies. The safety boundaries are responsible-use guidelines and do not alter the standard MIT License terms.\n\n## Author and Version\n\n- Author: Li Yue (李岳)\n- Version: `FEMALE-PORTRAIT-DIRECTOR-V1.4.1`\n- Project: `Female Portrait Prompt Director Skill`\n","Female Portrait Prompt Director Skill 是一个用于指导和扩展AI女性肖像提示的模块化Codex技能。该项目通过单一按需风格文件处理每个请求，锁定显式参数或授权参考图像主题，并生成连贯的拍摄提示或直接保留身份或产品的图像编辑。其核心功能包括解析面部、身体、服装、场景等模块，并将这些模块融合成自然且详细的可复制提示，同时保持用户指定参数不变。支持多种风格，如干净的生活方式肖像、都市时尚摄影、复古香港肖像等。适用于需要高质量AI生成女性肖像图片的场景，特别是电子商务中的服装模特图片以及强调真实感与视觉连贯性的摄影作品。","2026-06-11 04:08:52","CREATED_QUERY"]