cortex-recall-global

Solid

Search and retrieve global memories — knowledge that applies across all projects. Use when the user asks 'what are our coding standards', 'what conventions do we follow', 'what's our infrastructure setup', 'do we have a rule about', 'what applies to all projects', 'shared knowledge', 'global rules', or when you need cross-project context like architecture decisions, server configs, or team policies.

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

# Recall Global — Retrieve Cross-Project Knowledge ## Keywords global, convention, standard, rule, infrastructure, policy, all projects, shared, universal, what's our rule, coding standard, architecture rule, team agreement, cross-project, server config, deployment ## Overview Retrieve global memories — knowledge stored as cross-project that's visible regardless of which project you're currently working in. Global memories include architecture rules, coding conventions, infrastructure facts, security policies, and team agreements. **Note:** Regular `cortex:recall` already surfaces global memories automatically. This skill is for when you specifically want to focus on cross-project knowledge. ## Workflow ### Step 1: Recall Global Knowledge Query with any domain — global memories appear alongside domain-specific results: ``` cortex:recall({ "query": "<topic to search for>", "max_results": 10 }) ``` Global memories are included in results regardless of the current project domain. ### Step 2: Filter to Global Only To see only global cross-project knowledge, use the unified neural graph: ``` cortex:open_visualization() ``` Click the **Global** filter button (pink) to isolate all global memories. Click the **Global** filter — global memories appear as pink nodes connected to all project domains. ### Step 3: Explore by Category Common global recall patterns: **Architecture rules:** ``` cortex:recall({ "query": "architecture rules and principles" }) ``` **Infras...

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-global

Store a global memory that is visible across all projects. Use when the user shares architecture rules, coding conventions, infrastructure facts, security policies, team agreements, or any knowledge that applies beyond a single project. Triggers on 'remember this everywhere', 'this applies to all projects', 'global rule', 'shared convention', 'infrastructure note', 'cross-project', or when the content is clearly universal (clean architecture, SOLID, deployment configs, server addresses).

72 Updated yesterday
cdeust
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
AI & Automation Listed

memory-recall

Retrieve relevant project memory before acting on a task — checking past decisions, related episodes, and semantic facts so work doesn't contradict or duplicate what's already known, following the read-before-reasoning discipline. Use before starting any non-trivial task, before proposing an architectural approach, or when something in the current task sounds like it might have come up before.

1 Updated 1 months ago
NITISH-R-G