You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seamlessly migrate your skill configurations between different AI programming assistants. Supports 10+ platforms including Claude Code, Cursor, Cline, and Kimi Code Agent.
Features
🔄 One-Click Conversion - Select source and target platforms, then convert instantly
👀 Real-time Preview - Preview results before exporting
📁 Batch Support - Convert single files or entire Skill directories
🎯 Smart Detection - Auto-detect source file format
Universal Skill Schema (USS) - Cross-platform universal data structure; all Skills are first converted to USS format
Parser Registry - Auto-detect file format and select appropriate parser
Renderer Registry - Select renderer based on target platform
Variable Conversion Engine - Auto-map variable syntax across platforms
Development
Adding a New Platform
Add new platform to SkillPlatform enum in core/schema.py
Create new directory under platforms/ with parser.py and renderer.py
Update PLATFORMS dictionary in gui/convert_panel.py
Running Tests
python -m pytest tests/
Changelog
Version
Description
1.0
Initial release, supports 10 platforms
License
MIT License
About
跨平台 Skill 转换工具 - 在 Claude Code、Cursor、Cline 等 10个 AI 编程助手之间无缝迁移技能配置。 Cross-Platform Skill Transfer Tool - Seamlessly migrate skill configurations between 10 AI coding assistants including Claude Code, Cursor, Cline, and more