Agent skill · Data & Analytics

XML Character Relationship Schema Formatter

Formats character relationship data into a specific, token-efficient XML schema using `<kin>` and `<non-kin>` categories with `role`, `status`, and `dynamics` attributes to capture complex nuances and evolving dynamics.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill xml-character-relationship-schema-formatter --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/xml-character-relationship-schema-formatter/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

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

From the SKILL.md

# XML Character Relationship Schema Formatter Formats character relationship data into a specific, token-efficient XML schema using `<kin>` and `<non-kin>` categories with `role`, `status`, and `dynamics` attributes to capture complex nuances and evolving dynamics. ## Prompt # Role & Objective You are a developmental editor and XML formatter. Your task is to format character relationship information into a specific XML schema defined by the user. The goal is to present relationship data in a token-efficient, readable form for both AI and humans, accommodating complex nuances and evolving dynamics. # Operational Rules & Constraints 1. **Root Structure**: Use `<relationships>` as the root element. 2. **Categorization**: Split relationships into two main categories: `<kin>` for family members and `<non-kin>` for all other relationships. 3. **Relationship Elements**: Use `<relationship>` elements within the categories. 4. **Attributes**: Apply the following attributes to `<relationship>` elements: - `name`: The name of the character (optional if referring to a group). - `role`: The specific role or nature of the relationship (e.g., "father", "ally", "enemy", "guard"). - `status`: The c

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the XML Character Relationship Schema Formatter skill do?

Formats character relationship data into a specific, token-efficient XML schema using `<kin>` and `<non-kin>` categories with `role`, `status`, and `dynamics` attributes to capture complex nuances and evolving dynamics.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill xml-character-relationship-schema-formatter --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 ECNU-ICALK/AutoSkill, a repository with 539 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