A cross-agent skill kit for creating consistent photorealistic AI characters.
Character.md helps an agent turn uploaded reference images into a reusable character identity, approve an anchor headshot, approve a multi-angle identity sheet, and then generate either a professional headshot or a 4-tile lifestyle image with less character drift.
Project page: sprintz.agency/projects/character.md
The core package lives here:
skills/character-md/If your agent supports skills, invoke:
/character createThe skill can also handle:
/character map-face
/character anchor
/character sheet
/character headshot
/character lifestyle
/character diagnoseFor manual use, start with skills/character-md/references/getting-started.md.
- Uploaded reference images are the original identity truth.
- The approved anchor headshot is the quality anchor.
- The approved identity sheet is the visual source of truth.
character.mdis the reusable text source of truth.- Style references affect wardrobe, color, texture, and vibe only.
character-md/
├── README.md
├── AGENTS.md
├── CLAUDE.md
├── character.md
├── CONTRIBUTING.md
├── LICENSE
└── skills/
└── character-md/
├── SKILL.md
├── agents/
│ └── openai.yaml
├── assets/
└── references/- Codex uses
skills/character-md/SKILL.md. - OpenCode and other compatible agents use
AGENTS.md. - Claude Code uses
CLAUDE.md, which importsAGENTS.md.
This repo is intentionally skill-first, not plugin-first. There are no local scripts, Python dependencies, landmark detection models, MediaPipe setup, or OpenCV setup in v1.
MIT.