ontologian-status

Aggregate domain counts, modified dates, and commands from ontology repository files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a concise overview of the ontology repository, surfacing domain lists, type counts, last modified dates, and available commands to guide maintenance and planning.

Core Features & Use Cases

  • Overview display: quickly see domain coverage, type distribution (object, link, action), and last modified timestamps.
  • Command reference: lists all available /ontologian commands for quick access and governance.
  • Guided actions: supports initialization and status checks to help teams stay aligned.

Quick Start

Run the status command to view the current ontology repository status and command guide.

Frequently Asked Questions about ontologian-status

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

FAQPage Schema
How do I check the status of my ontology repository?

To check your ontology repository status, run the status command to aggregate domain counts, last modified dates, and available commands. It reads ontology/config.yaml and domain files under ontology/domains/* to compute a structured summary.

What is included in an ontology repository status snapshot?

An ontology repository status snapshot includes domain coverage lists, type distribution across object, link, and action types, last modified timestamps, and a reference of available commands for maintenance and planning.

How do I view available commands for ontology domain management?

You can view available commands for ontology domain management by running the status command, which lists all available /ontologian commands alongside current domain counts and type distributions to guide governance.

What happens if ontology config.yaml or domain index files are missing?

If ontology config.yaml or domain index files are missing, the status check tolerates the missing files gracefully and still generates a structured summary from whatever ontology/domains/* files are available.

Can I track type distribution across ontology domains?

Yes, you can track type distribution across ontology domains by running the status command, which computes counts for object, link, and action types by reading domain files under ontology/domains/*.

Does the ontology status check work without external dependencies?

The ontology status check works without external dependencies, relying solely on reading ontology/config.yaml, ontology/domains/_index.yaml, and domain files to produce a structured summary suitable for the Claude Code plugin.