Documentation

.yawn Skills

The agentic skill system that adds holonic composition, trust scoring, and lifecycle tracking to the open Agent Skills standard.

Quick Reference

SKILL.yawn frontmatter (extends SKILL.md)

---
name: entity-extract
description: Extract named entities from text.
category: perception
status: active
priority: high
holarchy-path: yawn/skills/perception/entity-extract
handler: lib/skills/handlers/entity-extract.ts
required-skills: [llm-invoke]
evidence-kind: skill_entity_extract
confidence: 0.85
autonomy-level: 3
trust-score: null
---

Directory structure

.yawn/skills/
  skills-manifest.yawn        # Root manifest
  core/
    SKILL.yawn                # Category parent
    llm-invoke/
      SKILL.yawn              # Extended format
      SKILL.md                # Standard-compatible
  perception/
    entity-extract/
      SKILL.yawn
      SKILL.md
  orchestration/
    desired-outcome-matcher/
      SKILL.yawn
      SKILL.md

Loop status (green / yellow / red)

Closedactive + handler + evidence
Partialexists but incomplete
Missingstub / planned / blocked