소스 정보
- 저장소
- tools-only/X-Skills
- 최근 소스 활동
- 2026년 2월 3일 14:34
- 감지된 SKILL.md 언어
- 영어
- 스타
- 7
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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:
cd /Users/dave/Dex/Dex
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:
cd /Users/dave/Dex/Dex
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 (note: this will be created in Phase 4):
cd /Users/dave/Dex/Dex
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:
/Users/dave/Dex/Dex (or your Dex path)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