cortex-automate

Solid

Set up automation — prospective memory triggers, neuro-symbolic rules, and CLAUDE.md sync. Use when the user says 'remind me when', 'trigger when', 'create a rule', 'auto-remember', 'sync to CLAUDE.md', 'push insights', 'set up trigger', 'when I open this file', 'when this keyword appears', or when you want to automate memory behavior based on conditions.

AI & Automation 72 stars 11 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
62
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Automate — Triggers, Rules, and Sync ## Keywords trigger, rule, automate, remind me when, auto-remember, sync instructions, push to CLAUDE.md, prospective memory, keyword trigger, file trigger, domain trigger, time trigger, filter rule, boost rule ## Overview Set up proactive automation in Cortex — triggers that fire when conditions are met (like opening a specific file or entering a domain), rules that filter or boost memories during recall, and syncing top insights back into CLAUDE.md for persistent project instructions. **Use this skill when:** You want Cortex to proactively surface information based on context, filter out noise during recall, or keep CLAUDE.md updated with memory-derived insights. ## Workflow ### Triggers — Proactive Memory Recall Create triggers that fire automatically when conditions match: **Keyword trigger** — fires when a query/context contains specific words: ``` cortex:create_trigger({ "type": "keyword", "pattern": "authentication", "memory_id": <id>, "message": "Remember: we decided to use JWT with refresh tokens, not sessions" }) ``` **File trigger** — fires when a specific file is being worked on: ``` cortex:create_trigger({ "type": "file", "pattern": "pg_store.py", "memory_id": <id>, "message": "This file has a known issue with connection pooling under load" }) ``` **Domain trigger** — fires when entering a specific project domain: ``` cortex:create_trigger({ "type": "domain", "pattern": "cortex", "memory_id": ...

Details

Author
cdeust
Repository
cdeust/Cortex
Created
5 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

cortex-remember

Store important decisions, patterns, errors, lessons, and context into Cortex persistent memory. Use when the user says 'remember this', 'save this', 'store this for later', 'note this down', 'don't forget', 'this is important', 'bookmark this', or when a significant decision, bug fix, architecture choice, or lesson learned occurs during a session. Also use after resolving tricky bugs, making technology choices, or discovering important patterns.

72 Updated yesterday
cdeust
AI & Automation Listed

brain-recall

Search Symbiosis Brain for relevant context BEFORE acting. Trigger silently on these signals: (a) before first Edit/Write in an unfamiliar file or scope; (b) before grep across >3 files / a whole subtree; (c) when the user describes a bug or unexpected behavior — recall similar fix history; (d) after any subagent error or contradicted hypothesis — recall if this mistake is already documented; (e) before using an API / library that hasn't appeared in this session yet. Don't ask "should I check?" — just check. Report only when something relevant was found.

0 Updated 3 days ago
Krill113
AI & Automation Solid

cortex-recall

Search and retrieve memories from Cortex persistent memory. Use when the user asks 'what did we decide about X', 'do you remember', 'what was the fix for', 'find that thing about', 'search memories', 'what do we know about', 'have we seen this before', or when you need context about past decisions, patterns, bugs, or architecture choices. Also use proactively when working on something that likely has relevant historical context.

72 Updated yesterday
cdeust