feat: add unified switch.py for cross-platform skill porting

Single script to copy skills between AI platforms (Cursor, Codex,
Copilot, Gemini CLI, OpenCode) with path rewriting and optional
runtime switching. Includes interactive mode for newcomers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-02-28 19:05:12 +03:00
co-authored by Claude Opus 4.6
parent da0cedf256
commit 7b69228d23
5 changed files with 427 additions and 4 deletions
+7
View File
@@ -28,3 +28,10 @@ __pycache__/
# Скриншоты (артефакты тестирования web-test)
*.png
# Навыки, скопированные для других AI-платформ (генерируются scripts/switch.py)
.codex/
.cursor/skills/
.github/skills/
.gemini/
.opencode/