character-card-v3-generator
Installation
SKILL.md
Character Card V3 Generator
Overview
Generate Character Card V3 JSON outputs that are spec-compliant and high quality for roleplay. Build cards and lorebooks with clear behavior anchors, practical activation logic, and predictable in-chat performance.
Workflow
- Clarify the brief.
- Capture genre, tone, hard boundaries, relationship to
{{user}}, chat style (short/long), and desired behavior constraints. - Ask whether output should be minimal, standard, or advanced template.
- If the user does not choose, default to
standard.
- Build the CCv3 skeleton.
- For new cards, start from
assets/templates/and fill mandatory fields first. - For conversions/upgrades, load the existing card first and do a minimal-diff transform to CCv3 (preserve existing intent/content unless it conflicts with CCv3 structure).
- Apply normalization patterns from
references/popular-card-patterns.md(field rebalance, trigger cleanup, and lore entry splitting) when card structure is uneven. - Keep schema-critical fields valid before adding style details.
- Use
references/spec-v3-field-map.mdfor required field behavior.
Related skills