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 68 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
61
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
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category