English | 简体中文 | 日本語 | 한국어

Female 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.

This project is not a generic prompt collection. It is an extensible female portrait prompt Skill framework.

Project Scope

Generate 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.

Supported Styles

  • Clean lifestyle portraits
  • Restrained curve-focused lifestyle portraits
  • Urban fashion photography
  • Gufeng fantasy portraits
  • E-commerce clothing model images
  • Retro Hong Kong portraits
  • French relaxed portraits
  • New Chinese oriental portraits
  • Sporty active portraits
  • Travel vacation portraits
  • Studio-retouched portraits
  • Oriental voluptuous portraits
  • Cold xianxia enhanced portraits
  • Bright luxury gufeng portraits

Core Capabilities

  • Lock user-specified parameters and only refine or stabilize them.
  • Route each request through one on-demand style file and avoid conflicting style keywords.
  • Parse face, body, outfit, scene, camera and pose, lighting, and filter modules.
  • Expand short parameters into a coherent photographed moment instead of mechanically repeating them.
  • Fuse the expanded modules into natural, detailed, copy-ready prompts with photography-director intent.
  • Preserve clothing-display priority for e-commerce images and explicit safety boundaries for curve-focused portraits.
  • Preserve authorized selfie identity or product core visuals for direct reference-image generation.

Quick Start

When using this repository as a Codex Skill, invoke $female-portrait-director. Minimal example:

Style: clean lifestyle portrait
Scene: window seat in a cafe
Outfit: white knitted cardigan + light-colored inner layer
Mood: clean and gentle
Aspect ratio: 9:16

The system returns locked parameters, a complete copy-ready prompt, and negative constraints. See parameter_schema.md for the full input schema and usage_examples.md for examples.

Installation

One-command install with npx

Requires Node.js with npx. Install the Skill globally for Codex:

npx skills@latest add liyue-aigc/female-portrait-director -g -a codex -y

Update the installed Skill later:

npx skills@latest update female-portrait-director -g -y

Manual install with Git

Alternatively, clone the repository into your Codex skills directory.

Windows PowerShell:

git clone https://github.com/liyue-aigc/female-portrait-director.git "$env:USERPROFILE\.codex\skills\female-portrait-director"

macOS or Linux:

git clone https://github.com/liyue-aigc/female-portrait-director.git "${CODEX_HOME:-$HOME/.codex}/skills/female-portrait-director"

Restart Codex or start a new conversation, then invoke:

$female-portrait-director

Example: Parameters to Directed Prompt

The 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.

Portrait style: Gufeng xianxia beauty portrait
Scene: Traditional courtyard corridor surrounded by misty mountains and water
Outfit: Moon-white Tang-inspired fantasy wide-sleeve robe + flowing pibo scarf + silver embroidered waist sash
Mood: Cool, distant, ethereal
Facial direction: Classical East Asian beauty
Body direction: Slender and delicate figure
Camera direction: Slight side-facing standing pose, half-body to thigh framing
Lighting: Cool soft light
Filter: Cool ethereal gufeng filter
Aspect ratio: 9:16
Platform use: Character portrait

Gufeng xianxia prompt expansion example

Output Format

1. Locked parameters
2. Module analysis
3. Final prompt
4. Negative constraints

Repository Structure

.
├── README.md
├── README_zh.md
├── README_ja.md
├── README_ko.md
├── SKILL.md
├── agents/openai.yaml
├── assets/examples/
├── skill/
│   ├── skill.md
│   ├── style-registry.md
│   ├── public_instructions.md
│   ├── parameter_schema.md
│   ├── usage_examples.md
│   ├── core/
│   ├── references/
│   │   ├── director-expansion.md
│   │   └── visual-libraries.md
│   └── routes/
│       ├── commercial/
│       ├── curve/
│       ├── fantasy/
│       ├── fashion/
│       ├── lifestyle/
│       └── oriental/
├── docs/
│   ├── style_guide.md
│   ├── prompt_safety.md
│   ├── versioning.md
│   └── faq.md
└── examples/

Safety Boundaries

Text-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 and DISCLAIMER.md for details.

Author and Version

  • Author: Li Yue (李岳)
  • Version: FEMALE-PORTRAIT-DIRECTOR-V1.4.1
  • Project: Female Portrait Prompt Director Skill