cortex-recall-globallisted
Install: claude install-skill cdeust/Cortex
# 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