People pillar · v0.16.0
skill Skill
One skill in the framework.
$id · https://corpospec.com/schemas/v0.16.0/skill.schema.json
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| description | string | yes | |
| entity | PathRef | yes | Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$` |
| family | SkillFamily | yes | Skill family. |
| id | PathRef | yes | Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$` |
| name | string | yes | |
| training_refs | PathRef[] | — | PathRefs to training_module records that build this skill. |
Definitions
Shared types referenced within this schema.
PathRef
Path-based cross-reference relative to .corpospec/ root.
Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
SkillFamily
Skill family.
enum: "engineering", "product", "design", "data_and_ai", "security", "go_to_market", "operations", "finance", "legal", "people", "leadership", "other"
Reference in your YAML
# yaml-language-server: $schema=https://corpospec.com/schemas/v0.16.0/skill.schema.json