Agent skill · Data & Analytics

character-design

Extract character entities from narrative text. Use when analyzing characters, relationships, psychology, development arcs, voice/mocap data, and character variants.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/character-design-bivex-loresystem/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Entity Types
  2. Extraction Rules
  3. Domain Constraints
  4. Output Format
  5. Key Considerations
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going