What problem does it solve?
This Skill gives agents a typed, validated way to store and connect facts, tasks, projects, people, and documents so shared state stays consistent instead of drifting across ad hoc notes.
Core Features & Use Cases
- Entity Management: Create, update, retrieve, list, and delete graph entities with typed properties.
- Relationship Modeling: Link entities with directed relations such as ownership, assignment, dependency, and membership.
- Validation and Safety: Check required fields, forbidden properties, enums, relation types, cardinality, acyclicity, and event time ordering before accepting changes.
- Use Case: An agent can record a project, attach tasks and owners, inspect blockers, and answer questions like what depends on a specific task or what is related to a person.
Quick Start
Use the ontology skill to create a task entity, link it to a project, and validate the graph for constraint errors.