Agent skill

lore-extraction

Base extraction rules for all lore subagents. Governs entity identification, contextual analysis, relationship mapping, and JSON output formatting.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill lore-extraction --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/agent/lore-extraction/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

# lore-extraction Base skill for all loreSystem extraction subagents. Common rules for extracting entities from narrative text. ## Extraction Pipeline 1. **Read** the source text completely before extracting 2. **Identify** entities — look for named things, described systems, relationships 3. **Classify** each entity to its correct type from the entity ownership map 4. **Format** according to the export schema 5. **Output** as JSON compatible with `LoreData.to_dict` (see `src/presentation/gui/lore_data.py`) 6. **Validate** against domain model constraints 7. **Review** for completeness and accuracy ## Entity Identification Rules - Named entities (proper nouns, titles) → extract with exact name - Described systems (magic system, economy) → extract with descriptive name - Implied entities (unnamed but significant) → extract with contextual name - Groups/collections → extract as single entity with members in description ## Cross-Domain References When text mentions an entity owned by another skill: - Do NOT create the entity — it belongs to the other skill - Record the reference in a separate draft note for the lead to merge - Include enough context (name, location, relation) for reco

What's inside
Steps it walks through
  1. Extraction Pipeline
  2. Entity Identification Rules
  3. Cross-Domain References
  4. Quality Rules
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the lore-extraction skill do?

Base extraction rules for all lore subagents. Governs entity identification, contextual analysis, relationship mapping, and JSON output formatting.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lore-extraction --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