memory-pattern-detection

Detect recurring user interaction patterns and create or promote AI memories.

18|7|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/thecloudtips/founder-os --skill memory-pattern-detection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-pattern-detection
Source: https://github.com/thecloudtips/founder-os/tree/main/plugin/skills/infrastructure/pattern-detection
Command: npx skills add https://github.com/thecloudtips/founder-os --skill memory-pattern-detection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically learns user patterns and creates or promotes memories without explicit user instruction, streamlining AI adaptation.

Core Features & Use Cases

  • Automatic Pattern Learning: Identifies recurring user actions and preferences.
  • Memory Creation & Promotion: Generates new memories based on observed patterns and upgrades existing ones to 'applied' status.
  • Use Case: After you consistently categorize emails from a specific client as 'high priority', this Skill will automatically create a memory to ensure future emails from that client are flagged as high priority by default.

Quick Start

This skill runs automatically after every plugin command to learn your usage patterns.

Frequently Asked Questions about memory-pattern-detection

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

FAQPage Schema
How do I automatically detect user interaction patterns to create AI memories?

To automatically detect user interaction patterns and create AI memories, you need a Skill that analyzes observation logs for recurring sequences and user overrides. This process logs recurring actions and categorizes them to generate or promote memories without explicit instruction.

Do I need a SQLite database to automate AI memory creation from user actions?

Yes, you need a SQLite memory store to automate AI memory creation from user actions. The SQLite database is required to store the observations, generated memories, and adaptations analyzed during the pattern detection process.

How does AI adaptation work when automatically promoting memories from user overrides?

AI adaptation works by analyzing observation logs for user overrides and recurring sequences, then upgrading existing memories to an 'applied' status. This automatic promotion streamlines AI adaptation by learning preferences directly from repeated interactions.

What is the best way to learn recurring user preferences without explicit instruction?

The best way to learn recurring user preferences without explicit instruction is using an automatic pattern detection mechanism. It scopes to plugin execution events, identifies recurring actions like email categorizations, and automatically logs them as memories for future use.

When does the automatic pattern learning process run to analyze observation logs?

The automatic pattern learning process runs automatically after every plugin command to analyze observation logs. This consistent execution ensures that recurring sequences, categorizations, and user overrides are captured immediately for memory creation and promotion.