用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fabioc-aloha/Alex_Plug_In --skill global-knowledge-sync命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create and maintain ASCII visual dashboards for project tracking with parallel lane progress bars
Store and manage voice samples for TTS cloning — portable, version-controlled audio references
Clear documentation through visual excellence
正在显示 SKILL.md
基于 SOC 职业分类
| name | global-knowledge-sync |
| description | Synchronize insights across AI surfaces via the shared OneDrive AI-Memory folder |
| tier | standard |
| applyTo | **/*sync*,**/*ai-memory*,**/*onedrive* |
Manages cross-platform knowledge synchronization via the shared OneDrive/AI-Memory/ folder. All AI surfaces (VS Code, M365 Copilot, Agent Builder agents) read from and write to the same memory files.
OneDrive/AI-Memory/
profile.md User identity and preferences
notes.md Session notes and reminders
learning-goals.md Goals with progress tracking
global-knowledge.md Cross-project insights and patterns
This replaces the legacy GitHub-based system (~/.alex/global-knowledge/, GK-/GI- files, Alex-Global-Knowledge repo).
| Surface | Read | Write |
|---|---|---|
| VS Code | Local OneDrive sync path (auto) | Direct file edit |
| M365 Copilot | OneDriveAndSharePoint capability | Save-back pattern (code block, user saves) |
| Agent Builder | OneDriveAndSharePoint capability | Save-back pattern (code block, user saves) |
The extension resolves the AI-Memory folder at activation with OneDrive priority and local fallback:
%OneDrive%/AI-Memory/, %OneDriveConsumer%/AI-Memory/, %OneDriveCommercial%/AI-Memory/, or %UserProfile%/OneDrive/AI-Memory/~/Library/CloudStorage/OneDrive-*/AI-Memory/ or ~/OneDrive/AI-Memory/~/.alex/AI-Memory/ — used when OneDrive is not installed or disabledWhen OneDrive is unavailable the folder is created locally. Files work identically but do not sync across devices or to M365 agents. Installing OneDrive later and moving the folder enables cross-platform sync.
Save a learning from the current session to global knowledge.
Trigger: "save this insight", "promote to global", "consolidate"
Process:
AI-Memory/global-knowledge.mdFind relevant knowledge from past projects.
Trigger: "have I solved this before?", "search knowledge", "check global"
Process:
AI-Memory/global-knowledge.mdAutomated sync during meditation/consolidation sessions.
Trigger: "consolidate", "meditate", cognitive protocols
Process:
Keep user preferences current across surfaces.
Trigger: Implicit (read on session start), "update my profile"
Process:
The consolidation protocol (cognitive-protocols.txt) includes:
During consolidation, prompt:
### [Topic Title]
- **Source**: [Project or context]
- **Insight**: [The key learning]
- **Date**: [When captured]
Entries are grouped by category. Categories are created organically as knowledge grows.