Skill Ontology
Skill Ontology organizes individual skills into a structured, composable network, enabling agents to reason, plan, and execute complex tasks as an extensible, maintainable capability system.
When querying for a task, the system traverses this graph to identify the necessary collections and skills to construct a capable agent.
Three-Layer Design
How skills are organized from abstract taxonomy to deployable packages.
Skill Taxonomy
The top layer defines the broad categorization and detailed tags of skills. It organizes capabilities into categories such as:
- Development
- AI & Generation
- Research
Skill Relation Graph
The middle layer instantiates specific skills and defines how they interact. It maps relationships using edges like:
- Similar To
- Belong To
- Compose With
- Depend On
Skill Collection
Groups related skills into deployable units. These are the actual functional toolkits agents load at runtime:
Relationship Types
How skills connect and depend on each other within the ontology.
similar_toFunctionally equivalent or substitutable skills
belong_toHierarchical categorization within larger workflows
compose_withSkills that combine together with output-to-input flow
depend_onPrerequisites and environment setup requirements
Explore the skill network
Discover how AI skills connect, compose, and depend on each other across the platform.