entity-validator

Validate extracted game lore entities against schema and domain constraints.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/bivex/loreSystem --skill entity-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: entity-validator
Source: https://github.com/bivex/loreSystem/tree/main/.claude/skills/entity-validator
Command: npx skills add https://github.com/bivex/loreSystem --skill entity-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that extracted game lore entities conform to predefined rules and constraints, preventing data corruption and maintaining consistency.

Core Features & Use Cases

  • Schema Validation: Verifies that extracted data adheres to the expected structure and data types.
  • Constraint Enforcement: Checks for domain-specific rules like minimum backstory length or valid stat ranges.
  • Duplicate Detection: Identifies and flags duplicate entities to maintain a clean knowledge base.
  • Use Case: After AI agents extract character details, this skill will validate that each character has a backstory over 100 characters, a valid power level between 1-10, and that no two characters share the same name.

Quick Start

Validate the extracted entities against the defined schema and domain constraints.

Frequently Asked Questions about entity-validator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate extracted game lore entities against a defined schema?

To validate game lore entities, this Skill checks extracted data against a predefined schema, enforcing data types, required fields, and cross-references to prevent data corruption and maintain consistency.

What is the best way to enforce domain-specific constraints like character backstory length in game development?

Enforcing domain-specific constraints involves checking specific rules such as a minimum backstory length of 100 characters or a valid power level range, ensuring all character data meets your game's exact requirements.

How do I detect duplicate entries in a lore knowledge base?

Duplicate detection in a lore knowledge base is handled by identifying and flagging duplicate entities, ensuring no two characters share the same name and maintaining a clean dataset.

Can I validate combat stat ranges and cross-references for game characters automatically?

Yes, you can automatically validate combat stat ranges and cross-references. The Skill enforces domain limitations, verifying that power levels fall within 1-10 and checking links between entities.

What are the limitations of schema validation for game lore data?

Schema validation is limited to the predefined rules and constraints you configure. It checks structural data types, required fields, and specific domain limitations, but relies entirely on your schema definitions.

Do I need any dependencies to validate lore data integrity?

No dependencies are required to validate lore data integrity. The Skill operates independently to verify data structure, enforce constraints, and detect duplicates within your game development workflow.