Skip to content
20 changes: 20 additions & 0 deletions site/src/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,24 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [
copyValue:
"https://github.com/Eras256/Contextio/blob/main/packages/sdk/SKILL.md",
},
{
title: "PMLL",
description:
"Gives AI agents persistent spatial compute memory so they can retain long-term context, form symbiotic memory layers, and maintain durable state across sessions; supports PPM-based context stitching, Context+ pipelines, and supermodeltools/cli for graphing/analysis. On-chain commitment anchoring (32-byte hashes via Soroban) is planned.",
pathLabel: "drQedwards/pmll",
copyValue:
"https://github.com/drQedwards/pmll/blob/main/SKILL.md",
title: "PMLL",
description:
"Gives AI agents persistent spatial and hyperdimensional memory on Stellar so they can retain long-term context, form symbiotic memory layers, and maintain durable state across sessions; supports PPM-based context stitching and Context+ pipelines and integrates with supermodeltools/cli for graphing, analysis, and visualization.",
pathLabel: "drQedwards/pmll",
copyValue: "https://github.com/drQedwards/pmll/blob/main/SKILL.md",
},
{
title: "ppm",
description:
"PPM-based context stitching and Context+ pipelines and integrates with supermodeltools/cli for graphing, analysis, and visualization.",
pathLabel: "drQedwards/ppm",
copyValue: "https://github.com/drQedwards/ppm/blob/main/SKILL.md",
},
] as const;