derivon-creation

Builds Derivon knowledge graphs through dependency-ordered expert interviews and atomic batch writes.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/U1traVeno/skills --skill derivon-creation-u1traveno
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: derivon-creation
Source: https://github.com/U1traVeno/skills/tree/main/profiles/derivon/derivon-creation
Command: npx skills add https://github.com/U1traVeno/skills --skill derivon-creation-u1traveno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Structuring a domain expert's knowledge into a rigorous, atomic knowledge graph is hard: concepts get bundled, derivation edges get confused with chronology or similarity, and premature writes corrupt the graph. This Skill turns the Agent into a disciplined interviewer and graph modeler that only writes after shared understanding is confirmed. ## Core Features & Use Cases - Dependency-ordered grilling: Builds a design tree of semantic decisions and asks the complete current frontier as numbered questions with recommended answers. - Adversarial graph review: Detects bundled concepts, hidden intermediates, cycles, parallel edges, disguised derivation, and self-referential definitions before any write. - Confirmed atomic batches: Applies changes only after explicit user authorization via derivon apply with atomic manifest replacement, crosslinking, rendering, and validation. - Use Case: A domain expert wants to convert their field knowledge into a Derivon knowledge graph; the Agent interviews them round by round, proposes candidate points and hyperedges, reviews them adversarially, and writes only confirmed batches. ## Quick Start Ask the Agent to start a Derivon creation session for your domain and answer its numbered frontier questions to confirm the first batch. ## Core Features & Use Cases

Frequently Asked Questions about derivon-creation

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

FAQPage Schema
How do I create a Derivon knowledge graph with an AI agent?▼

Start a creation session where the Agent builds a design tree of semantic decisions and asks the current frontier as numbered questions with recommended answers. You confirm each bounded batch, and only then does the Agent apply it with derivon apply and atomic manifest replacement.

What is a creation batch in Derivon graph building?▼

A creation batch is a bounded set of points, atomic hyperedges, weights, provenance, and object documents produced after interviewing the expert frontier. It is adversarially reviewed and written only after the user explicitly confirms shared understanding.

Does derivon-creation require derivon-cli and derivon-mindmap?▼

Yes, the Skill is designed to be used together with derivon-cli and derivon-mindmap. Writes go through derivon apply with atomic manifest replacement, and rich or interactive documents follow the central derivon-mindmap rich-document contract.

Why does the skill split concepts containing 'and' or lists?▼

Coordination words like 'and', '与', or '、' often hide bundled concepts that can be understood, reused, or derived independently. The Skill forces review of such concepts, splits them when parts are independently meaningful, and re-evaluates every incident edge.

When should I not use derivon-creation?▼

Avoid it when the user cannot decide domain semantics, since the Agent deliberately asks domain decisions rather than inventing them. It is also unsuitable for one-shot bulk imports, because writes only happen after bounded batches reach confirmed shared understanding.