character-design
Extract character entities from narrative text. Use when analyzing characters, relationships, psychology, development arcs, voice/mocap data, and character variants.
npx skills add majiayu000/claude-skill-registry --skill character-design-bivex-loresystem --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# character-design Domain skill for character extraction. ## Entity Types | Type | Description | |------|-------------| | `character` | Main character entity with name, role, personality, motivation | | `character_evolution` | Character development arc or growth moment | | `character_profile_entry` | Backstory detail or profile information | | `character_relationship` | Relationship between two characters | | `character_variant` | Alternate version, iteration, or form | | `voice_actor` | Voice acting information | | `motion_capture` | Motion capture performance data | ## Extraction Rules 1. **Identify characters**: Named characters with dialogue/actions, referred-to characters, groups 2. **Extract details**: Name, role, status, personality traits, motivations, goals 3. **Track development**: Growth moments, realizations, motivation changes 4. **Map relationships**: Type (friend, rival, family, romantic), strength, dynamics 5. **Note variants**: Alternate forms, timelines, disguises ## Domain Constraints - `backstory`: minimum 100 characters - `ability.power_level`: integer 1–10 - `combat_stats`: attack, defense, health, speed ≥ 0 - `status`: "active" or "inactive" ## Output Format
- Entity Types
- Extraction Rules
- Domain Constraints
- Output Format
- Key Considerations
What does the character-design skill do?
Extract character entities from narrative text. Use when analyzing characters, relationships, psychology, development arcs, voice/mocap data, and character variants.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill character-design-bivex-loresystem --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
