Agent skill
migrate-links
vault의 [[wikilink]]를 표준 마크다운 링크로 일괄 변환
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/migrate-links
SKILL.md
Migrate Links Skill
[[wikilink]] → [text](path.md) 일괄 변환.
CLI
node .obsidian/plugins/oh-my-til/migrate-links.mjs . scan
node .obsidian/plugins/oh-my-til/migrate-links.mjs . migrate
node .obsidian/plugins/oh-my-til/migrate-links.mjs . verify
워크플로우
- 스캔:
scan실행 → wikilink 없으면 종료, 있으면AskUserQuestion으로 확인 - 변환:
migrate실행 - 검증:
verify실행 → 잔여 wikilink 안내 - 커밋:
♻️ refactor: [[wikilink]] → 표준 마크다운 링크 일괄 변환(push 안 함)
변환 규칙
[[path|Display]]→[Display](path.md)[[path]]→[path](path.md)- 코드 블록 내부 제외, 테이블
\|이스케이프 처리
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?