synapsys

Manage Synapsys memory stores for context-triggered memory injection.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/thomfilg/ai-plugin-work --skill synapsys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: synapsys
Source: https://github.com/thomfilg/ai-plugin-work/tree/main/plugins/synapsys/skills/synapsys
Command: npx skills add https://github.com/thomfilg/ai-plugin-work --skill synapsys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies managing Synapsys memory stores, enabling users to initialize stores, list memories, and test memory triggers for context-triggered memory injection.

Core Features & Use Cases

  • Memory Store Initialization: Set up memory stores at local, worktree, or global levels.
  • Memory Management: List discovered memories across stores, create new memories, and audit triggers.
  • Use Case: For a developer working on a project with a complex codebase, this Skill can help manage context-specific memory injection for better tool integration and information recall.

Quick Start

Initialize a local memory store with synapsys init local.

Frequently Asked Questions about synapsys

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a memory store for context-triggered memory injection?

To set up a memory store for context-triggered memory injection, initialize a local, worktree, or global store using the appropriate command. This allows you to manage context-specific memory triggers for better information recall.

What is context-triggered memory injection and when do I need it?

Context-triggered memory injection automatically recalls relevant information based on your current context. You need it when working on complex codebases to improve tool integration and maintain context-specific data across sessions.

How do I list and audit existing memories across different memory stores?

You can list discovered memories across local, worktree, and global stores by executing the list command. Additionally, running an audit on memory triggers verifies that your context injection rules function correctly.

Can I manage memory stores at different project levels?

Yes, you can manage memory stores at local, worktree, and global levels. This allows you to scope context-specific memory injection precisely, ensuring triggers apply only to the relevant parts of your project.

Does managing memory triggers require script execution?

Yes, specific tasks for managing memory triggers, such as initializing stores, listing memories, and auditing triggers, require script execution to interact with the underlying memory management system.

How do I create new memories in a local memory store?

You create new memories in a local memory store by running the dedicated creation command provided by the memory management system. This stores context-specific data ready for triggered injection during your workflow.