the-long-ride

Detect Pattern Mining — Development skill for Claude Code

Development community

Detect repeated undocumented decisions across session summaries.

How to install Detect Pattern Mining

Installs to ~/.claude/skills/the-long-ride-engram-detect-pattern-mining/SKILL.md

Terminal
mkdir -p ~/.claude/skills/the-long-ride-engram-detect-pattern-mining && curl -fsSL https://raw.githubusercontent.com/the-long-ride/engram/HEAD/prompts/detect-pattern-mining.md -o ~/.claude/skills/the-long-ride-engram-detect-pattern-mining/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Detect Pattern Mining does

Detect repeated undocumented decisions across session summaries.

Flag only patterns repeated at least the configured threshold and not already covered by the memory index.

When the pattern describes a repeatable sequence of actions, especially one formed from known rules plus project knowledge, propose it as a workflow/skill. When it describes a correction or constraint, propose it as a rule. When it describes a stable fact or decision, propose it as objective knowledge.

Alternatives in Development

  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
  • Coding Agent Session Search — Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 ★
  • Arrecall — AgentRecall on-demand recall — surface past fixes, decisions, and patterns mid-session without leaving your fl 370 ★

Full documentation available on GitHub

View Source Repository