mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-08-26 21:19:42 +03:00
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:
co-authored by
Claude Opus 4.6
parent
da0cedf256
commit
7b69228d23
@@ -28,3 +28,10 @@ __pycache__/
|
||||
|
||||
# Скриншоты (артефакты тестирования web-test)
|
||||
*.png
|
||||
|
||||
# Навыки, скопированные для других AI-платформ (генерируются scripts/switch.py)
|
||||
.codex/
|
||||
.cursor/skills/
|
||||
.github/skills/
|
||||
.gemini/
|
||||
.opencode/
|
||||
|
||||
Reference in New Issue
Block a user