ontologian-add

Add Object, Link, or Action types to a domain ontology.

3|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/swszz/ontologian --skill ontologian-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ontologian-add
Source: https://github.com/swszz/ontologian/tree/main/plugin/skills/add
Command: npx skills add https://github.com/swszz/ontologian --skill ontologian-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Ontologian Add Type workflow guides domain teams through creating new Object Type, Link Type, or Action Type entries within a domain, reducing manual errors and keeping ontology state consistent.

Core Features & Use Cases

The skill provides a structured, one-question-at-a-time wizard that validates naming conventions, reads existing domain indexes, supports domain creation, collects object/link/action details, previews YAML entries, writes domain files, and optionally syncs changes to a global store. It also handles cross-domain references and dependency declarations to maintain coherent multi-domain ontologies.

Quick Start

Open the Claude Code plugin and run /ontologian-add to start adding a new domain type; follow prompts one question at a time.

Frequently Asked Questions about ontologian-add

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

FAQPage Schema
How do I add a new object type to an existing domain ontology?

To add a new object type to a domain ontology, use a guided one-question-at-a-time workflow that validates naming conventions, collects type details, previews the YAML entry, and writes the updated domain index directly.

What is the best way to define cross-domain references when expanding an ontology?

Defining cross-domain references requires declaring dependencies explicitly during type creation. The workflow validates these references against existing domain indexes to ensure multi-domain ontology state remains coherent and consistent.

Can I sync newly created ontology types to a global store automatically?

Yes, newly created ontology types can be synced to a global store. After writing the updated domain files locally, the workflow optionally syncs the changes globally to maintain consistent multi-domain state.

How do I ensure naming conventions are correct when creating link types?

Ensuring correct naming conventions for link types happens automatically during the guided workflow. The process validates the entered names against established rules before previewing the YAML entry and writing the domain files.

Does the ontology type addition workflow support creating action types as well?

Yes, the ontology type addition workflow supports creating action types. It guides ontology engineers through defining object, link, or action types while handling cross-domain dependencies and updating domain indexes.