diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index 1c65d18..51caff3 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -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;