cortex-remember-global

Solid

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).

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

# Remember Global — Store Cross-Project Knowledge ## Keywords global, everywhere, all projects, cross-project, shared, universal, convention, standard, rule, infrastructure, policy, team agreement, always, never, architecture rule, coding standard ## Overview Store knowledge that transcends any single project into Cortex's global memory. Global memories bypass domain filtering during recall — they're visible from every project you work on. Use this for architecture rules, coding conventions, infrastructure facts, security policies, and team agreements. **Cortex auto-detects many global patterns** (clean architecture, dependency injection, server addresses, etc.), but use this skill explicitly when you want to guarantee cross-project visibility. ## Workflow ### Step 1: Identify Cross-Project Knowledge Good candidates for global memory: - **Architecture rules**: "Always follow clean architecture — inner layers never import outer layers" - **Coding conventions**: "Use UTC timestamps in all database layers" - **Infrastructure**: "Production database at db.internal:5432, daily backups at 3AM UTC" - **Security policies**: "Rotate API keys every 90 days, store in 1Password vault" - **Team agreements**: "PRs must be under 300 lines, always include tests" - **Reusable patterns**: "Use factory injection for all handler composition roots" **Not global** (project-specific): bug fixes, feature decisions for one project, file-specific notes. ### Step 2: Store as Global ``` cortex...

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