From f022018dfc1555072c8b68c9819df2ceef86e744 Mon Sep 17 00:00:00 2001 From: Michiel Date: Sat, 16 May 2026 01:32:20 -0600 Subject: [PATCH 1/2] Add Squish memory runtime for AI agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53376a759..664f495fa 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Skills are not MCP servers and not tools. MCP defines how an agent connects to e - [move-code-quality-skill](https://github.com/1NickPappas/move-code-quality-skill) - Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices. - [OpenWeb](https://github.com/openweb-org/openweb) - Agent-native way to access any website. Calls the same APIs the website calls (JSON in, JSON out) with auth (cookies, JWT, CSRF, signing) auto-resolved per request. 90+ sites built in. *By [@openweb-org](https://github.com/openweb-org)* - [Playwright Browser Automation](https://github.com/lackeyjb/playwright-skill) - Model-invoked Playwright automation for testing and validating web applications. *By [@lackeyjb](https://github.com/lackeyjb)* +- [Squish](https://github.com/michielhdoteth/squish) - Forward-only memory runtime for AI agents. 283KB gzipped, no second LLM needed, local-first embeddings. MCP server + CLI + skill plugin. Supports SQLite, PostgreSQL, hybrid search, graph memory. Install via npm (`npx squish-memory`). *By [@michielhdoteth](https://github.com/michielhdoteth)* - [prompt-engineering](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/customaize-agent/skills/prompt-engineering) - Teaches well-known prompt engineering techniques and patterns, including Anthropic best practices and agent persuasion principles. - [pypict-claude-skill](https://github.com/omkamal/pypict-claude-skill) - Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for requirements or code, generating optimized test suites with pairwise coverage. - [reddit-fetch](https://github.com/ykdojo/claude-code-tips/tree/main/skills/reddit-fetch) - Fetches Reddit content via Gemini CLI when WebFetch is blocked or returns 403 errors. From a9df8e0c10c14098ee7c9fc31d2e5d982a06775c Mon Sep 17 00:00:00 2001 From: Michiel Date: Thu, 21 May 2026 21:39:43 -0600 Subject: [PATCH 2/2] Add Squish Memory entry to Development & Code Tools Add dedicated Squish Memory listing alongside the existing Squish skill entry. Describes the local-first memory runtime with OAuth cloud sync capability. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 664f495fa..f8c5911f0 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Skills are not MCP servers and not tools. MCP defines how an agent connects to e - [OpenWeb](https://github.com/openweb-org/openweb) - Agent-native way to access any website. Calls the same APIs the website calls (JSON in, JSON out) with auth (cookies, JWT, CSRF, signing) auto-resolved per request. 90+ sites built in. *By [@openweb-org](https://github.com/openweb-org)* - [Playwright Browser Automation](https://github.com/lackeyjb/playwright-skill) - Model-invoked Playwright automation for testing and validating web applications. *By [@lackeyjb](https://github.com/lackeyjb)* - [Squish](https://github.com/michielhdoteth/squish) - Forward-only memory runtime for AI agents. 283KB gzipped, no second LLM needed, local-first embeddings. MCP server + CLI + skill plugin. Supports SQLite, PostgreSQL, hybrid search, graph memory. Install via npm (`npx squish-memory`). *By [@michielhdoteth](https://github.com/michielhdoteth)* +- [Squish Memory](https://github.com/michielhdoteth/squish) - Local-first memory runtime with OAuth cloud sync. Persist agent context across ChatGPT, Claude Desktop, and Claude Code sessions. 283KB, 1-20ms recall, SQLite+PG. *By [@michielhdoteth](https://github.com/michielhdoteth)* - [prompt-engineering](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/customaize-agent/skills/prompt-engineering) - Teaches well-known prompt engineering techniques and patterns, including Anthropic best practices and agent persuasion principles. - [pypict-claude-skill](https://github.com/omkamal/pypict-claude-skill) - Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for requirements or code, generating optimized test suites with pairwise coverage. - [reddit-fetch](https://github.com/ykdojo/claude-code-tips/tree/main/skills/reddit-fetch) - Fetches Reddit content via Gemini CLI when WebFetch is blocked or returns 403 errors.