From 1317b76b338301612e69a3db7d26e33aae77186f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:23:27 +0000 Subject: [PATCH 1/2] Initial plan From 09b91138b88216e2a304de02c2b996f28624ac8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:28:03 +0000 Subject: [PATCH 2/2] Add Skill primitive to Context layer and update total count Co-authored-by: serefyarar <1573640+serefyarar@users.noreply.github.com> --- data.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index bbc2f7c..aaf7c2f 100644 --- a/data.js +++ b/data.js @@ -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"], + }, ], }, { @@ -815,7 +833,7 @@ const LAYERS = [ ]; const SUMMARY = { - totalPrimitives: 38, + totalPrimitives: 39, totalLayers: 8, avgFormationRate: "~1.5%", totalTAM: "~$2.6T+",