Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,24 @@ const LAYERS = [
],
composesWith: ["Preference", "Memory", "Endorsement", "Perception", "Knowledge"],
},
{
name: "Skill",
pillars: ["Language"],
formationRate: "<1%",
tamUnlocked: "$20B+",
maturity: "Experimental",
definition: "Verifiable capability or competency of an individual or agent",
legacyEquivalent:
"Resumes, skill assessments, certifications, LinkedIn skills, portfolios",
instantiations: [
{ name: "Braintrust" },
{ name: "Layer3" },
{ name: "Dework" },
{ name: "DegenScore" },
{ name: "Index", approach: "skill graph" },
],
composesWith: ["Credential / Claim", "Reputation", "Task", "Agent", "Knowledge"],
},
],
},
{
Expand Down Expand Up @@ -815,7 +833,7 @@ const LAYERS = [
];

const SUMMARY = {
totalPrimitives: 38,
totalPrimitives: 39,
totalLayers: 8,
avgFormationRate: "~1.5%",
totalTAM: "~$2.6T+",
Expand Down