用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill dex-obsidian-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
基于 SOC 职业分类
正在显示 SKILL.md
| name | dex-obsidian-setup |
| description | Enable Obsidian integration and migrate existing vault to wiki links |
Convert Dex vault to Obsidian wiki link format for graph-based navigation.
Read System/user-profile.yaml and check obsidian_mode field.
If already enabled:
If not enabled:
Say: "This will enable Obsidian mode in your Dex vault:
What changes:
John_Doe → [[John_Doe]]What stays the same:
[[ ]] around references)Time estimate: I'll scan your vault first and show you exactly how long it will take.
Safety: I'll create a git backup before any changes. Easy to revert if needed.
Ready to proceed?"
If NO: Say "No problem! You can run /dex-obsidian-setup anytime." and exit.
If YES: Continue to Step 3
Call the migration script using Shell tool (run from the vault root directory):
python core/obsidian/migrate_to_wikilinks.py
The script handles:
Wait for the script to complete and show the output to the user.
Update System/user-profile.yaml to set obsidian_mode: true:
Ask: "Want me to generate an Obsidian configuration optimized for Dex? This includes:
These are stored in .obsidian/ and only affect Obsidian (not Cursor/terminal)."
If YES:
Run the config generator (from vault root):
python core/obsidian/generate_obsidian_config.py
Say: "✅ Obsidian config generated! Open your vault in Obsidian to see the optimized setup."
If NO:
Say: "No problem! You can always run this later with python core/obsidian/generate_obsidian_config.py"
Ask: "Want to enable bidirectional sync? This keeps task checkboxes synced between Obsidian and Dex:
Runs in background, zero maintenance."
If YES:
Run the daemon installer (from vault root):
bash core/obsidian/install_sync_daemon.sh
If NO:
Say: "No problem! You can enable it later by running bash core/obsidian/install_sync_daemon.sh"
Say: "✅ Obsidian mode enabled!
Next steps:
Tips:
Resources:
06-Resources/Dex_System/Obsidian_Guide.md for detailed tipsYou can still use Dex in Cursor/terminal exactly as before. Wiki links work everywhere."
git reset --hard HEAD~1