Help us improve
Share bugs, ideas, or general feedback.
From claude-patterns
Instinct Engine — scans recent sessions, journals, and decisions for recurring patterns and turns them into concrete captures (CLAUDE.md rules, concept notes, writing seeds, skill improvements). Run after a weekly review or whenever you sense a pattern hardening. Also runs semi-autonomously via session-end auto-detection triggers. Do NOT use for weekly/monthly journal reviews, daily journaling, or one-off decisions.
npx claudepluginhub adelaidasofia/claude-patterns --plugin claude-patternsHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-patterns:patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are extracting signal before it evaporates. This skill scans recent sessions and surfaces what's hardening into real insight, then proposes concrete captures.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
You are extracting signal before it evaporates. This skill scans recent sessions and surfaces what's hardening into real insight, then proposes concrete captures.
Run this after a weekly review, after a heavy journaling session, or whenever the user says "I keep noticing..." or "this keeps coming up."
Headless / auto mode: If you are running in a cron job, background script, or --print session with no interactive user, skip Step 3's confirmation. Auto-capture all findings. Add (auto-captured — review and edit) as a note in any new files created. Proceed directly to Step 4 → Step 5.
On first invocation, look for [VAULT]/.patterns-prefs.md. If it doesn't exist, ask:
Meta/Last Session.md, or none)Meta/Decision Log.md, or none)Journal/, or none)Writing/Drafts/)Notes/Concepts/)Vault Changelog.md, or none)CLAUDE.md at vault root)Save preferences. Don't ask again.
At the end of every session (before the session-close checklist), Claude should silently evaluate whether the current session hit any of these four triggers. If one or more fires, surface it as a suggestion before closing.
Trigger 1: High tool-call friction The session required 5+ tool calls to accomplish something that should have been routine (e.g., finding a file, running a known workflow, looking up a fact that's in the vault). This suggests a missing shortcut, rule, or skill step. → "I noticed it took [N] steps to [task]. Want me to run /patterns to capture a shortcut?"
Trigger 2: User correction The user corrected Claude's approach during this session ("no, not that way", "don't do X", "use Y instead"). A feedback memory was likely saved, but there may be a deeper pattern if this correction echoes prior ones. → "You corrected me on [topic] this session. Want me to check if this is a recurring pattern worth capturing as a rule?"
Trigger 3: Dead-end recovery Claude hit errors or dead ends before finding the working path (wrong file, failed approach, had to backtrack). The successful path should be preserved so future sessions don't repeat the exploration. → "I had to backtrack on [task] before finding the right approach. Want me to capture the working path as a pattern?"
Trigger 4: Non-trivial discovery Claude discovered something non-obvious about the vault, a tool, an API, or a workflow that isn't documented anywhere. A discovery memory may have been saved, but it might warrant a rule or skill update. → "I discovered [finding] this session. Want me to check if it should become a permanent rule?"
How to evaluate: This is a lightweight check, not a full /patterns scan. Claude reviews the conversation in memory for: corrections received, tool-call counts on repeated tasks, backtrack moments, and surprises. If nothing fires, say nothing. If one or more fires, offer a single concise prompt (not a wall of text). The user can say "yes" (run full /patterns), "just save it" (capture the specific finding without a full scan), or "no" (skip).
Do NOT auto-run the full pattern scan. Only suggest. The user decides whether to run it.
Read these sources in parallel (skip any set to none in prefs):
journal-index.json exists in the journal folder, use it; otherwise read directly)If a weekly review was just run, its output is already in context — use that, don't re-scan journals.
Look across everything for:
Recurring themes — What topics, people, or tensions keep appearing? If something shows up 3+ times in different sessions, it's a pattern.
Decision frameworks — Are there repeating decision types where the same logic applies each time? (e.g., "When [X], I always choose [Y] because [Z]") These should become CLAUDE.md rules.
Writing patterns — Metaphors, phrases, or ideas that resurface across entries. Often the most original material — but invisible because it's spread across time.
Behavioral loops — What accountability items keep getting flagged? What does the user keep resolving and then re-encountering?
Vault gaps — What concepts keep appearing in notes that don't have their own concept note yet?
Present findings grouped by type. Be specific — quote the actual phrase or pattern. Maximum 5 proposals at a time:
Writing pattern: "[exact quote]" has appeared in 3 entries and 2 drafts in the last 2 weeks. → Proposed: start a writing seed in your drafts folder
Decision framework: Every time [situation], you [action]. This has happened [N] times. → Proposed: new CLAUDE.md rule — "[rule text]"
Ask: "Which of these do you want to capture?"
After the user confirms, execute all approved captures in one pass:
Append to the configured changelog file (if set):
- [DATE] /patterns run: [N] captures made — [brief list]
If any universal patterns emerged (not personal, applicable to any second-brain user), flag them: "This pattern could go in the universal patterns repo — want me to note it for next time?"