EON NPC Adder

Insert NPC entries alphabetically into EON master/wiki_data.js with validation.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/Kullendorff/densomsover --skill eon-npc-adder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: EON NPC Adder
Source: https://github.com/Kullendorff/densomsover/tree/main/.claude/skills/eon-npc-adder
Command: npx skills add https://github.com/Kullendorff/densomsover --skill eon-npc-adder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables safe, structured addition of NPC entries to the EON master/wiki_data.js, reducing syntax errors and misplacement that disrupt gameplay data.

Core Features & Use Cases

  • Structural insertion of NPC entries in alphabetical order with immediate validation between insertions.
  • One NPC at a time workflow to prevent data corruption and enable precise rollback if needed.
  • Use cases include expanding the EON NPC roster, updating character details, and maintaining a clean master data file.

Quick Start

Start by locating the correct insertion position in master/wiki_data.js, then perform a short structural edit for a single NPC and validate the updated file before proceeding.

Frequently Asked Questions about EON NPC Adder

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

FAQPage Schema
How do I add NPC entries to EON master data without breaking the file syntax?

To add NPC entries to EON master data without breaking syntax, insert them alphabetically one at a time and run a lightweight validation after each structural edit. This step-by-step approach preserves dataset consistency and prevents misplacement that could disrupt gameplay data.

What is the best way to maintain data integrity when updating the EON wiki_data.js file?

Maintaining data integrity in the EON wiki_data.js file requires applying concise structural edits and validating the dataset immediately after each insertion. Adding one NPC at a time ensures precise rollback if needed and confirms the master file remains consistent.

Why should I insert NPCs into master data alphabetically and one at a time?

Inserting NPCs alphabetically and one at a time prevents data corruption by ensuring each entry is placed correctly within the existing structure. This workflow enables precise rollback if an error occurs and allows immediate validation of syntax integrity after every single modification.

Can I batch insert multiple NPCs into the EON master file simultaneously?

Batch inserting multiple NPCs into the EON master file is not recommended. The structured workflow requires adding one NPC at a time, applying a short structural edit, and running validation to confirm dataset consistency before proceeding to the next entry to prevent data corruption.

What steps are involved in the EON NPC insertion workflow?

The EON NPC insertion workflow involves locating the correct alphabetical insertion position in master/wiki_data.js, performing a short structural edit for a single NPC, and running a lightweight validation to confirm the updated dataset consistency before proceeding to the next entry.