Skip to content
Adaptive Skills Docs
Esc
navigateopen⌘Jpreview
On this page

Concepts

Explore the models and boundaries behind skills, composition, capabilities, harnesses, and governed knowledge.

Start here when you want to understand why Adaptive Skills is structured the way it is. These concepts explain the system; they do not add a second runtime or change how a skill executes.

Skills

Skills are portable micro-execution assets. Each skill carries a focused method, activation triggers, optional modules, verification expectations, failure signals, and handoff guidance.

Start with:

Composition

Composition describes how multiple skills participate in one task without becoming a hidden workflow engine.

Start with:

Capabilities

Capability metadata helps consumers discover and route to skills. It is an advisory overlay; the canonical executable assets remain under skills/.

Start with:

Harnesses

Harnesses make skills available in a runtime. They own local loading, permissions, tool access, and execution mechanics; skills retain their portable method and declared requirements.

Start with:

Knowledge

Knowledge-aware skills can use governed source material without embedding proprietary content or silently treating untrusted text as instruction.

Start with:

How the families connect

  1. A skill defines a portable execution method.
  2. Composition defines how that method can participate with other bounded methods.
  3. Capability metadata improves discovery without replacing the skill.
  4. A harness supplies local runtime mechanics and authority boundaries.
  5. Governed knowledge supplies source-backed context when the skill declares it.

Next steps

Was this page helpful?