What problem does it solve? Developers repeatedly re-implement conventions, interaction patterns, and architecture recipes that already exist in past projects, losing consistency and time. This Skill provides a lookup workflow over a local-first pattern registry so reusable patterns are found and reconciled with the current codebase before implementation. ## Core Features & Use Cases - Local Pattern Search: Query a Markdown-based pattern store under ~/.laicluse/patterns using concrete surface terms from the task at hand. - Privacy-Aware Recall: Distinguishes public-safe exemplars from private precedent pointers, preventing private repo names or paths from leaking into commits, PRs, or docs. - Controlled Capture: New patterns are drafted only on explicit request, start as status draft, and are promoted to verified only with a clear recipe and verification evidence. - Use Case: Before building a new plugin or module, search Pattern Memory for the established setup convention, read the matching pattern files, then implement in a way consistent with prior verified patterns. ## Quick Start Ask the agent to search Pattern Memory for existing conventions before implementing the new feature you are about to build.