skill-translate

仓库创建 2026年7月26日最近提交 3 天前SkillHot 收录 2 天前
▸ 精选理由

解决跨平台差异,减少手动适配工作量。

这个 Skill 做什么

将技能在不同 AI 平台间移植,判断并执行必要的转换步骤。

把一个 skill 从一个 AI 平台搬到另一个平台,先判断是否真的需要转换(有的平台可直接拷贝 SKILL.md)。遇到专有格式(如 ChatGPT Custom、Gemini、Perplexity 等)则按目标平台的字符限额、文件格式和能力把组件映射过去。目标是让技能在新平台上行为等效且可验证。

▸ 展开 SKILL.md 英文原文

Port a skill from one AI coding or chat platform to another. First checks whether translation is needed at all: Claude Code, Codex CLI, Cursor, and other Agent Skills-standard tools take the same SKILL.md unchanged, so those are installs, not conversions — copy the folder and validate. Genuine translation applies only to platforms with proprietary formats: ChatGPT Custom GPTs plus Actions, Gemini Gems and GEMINI.md, Perplexity Spaces, Hermes Agent. Maps each component to the target's character limits, MCP support, and file format. MANDATORY TRIGGERS: skill translate, convert skill, port skill, install this skill everywhere, install skill in codex, install skill in cursor, sync my skills across tools, does this skill work in cursor, skill for chatgpt, skill for gemini, skill for perplexity, skill for hermes, translate to chatgpt, translate to gemini, cross-platform skill, make this work in chatgpt.

Skill 开发管理技能移植平台兼容自动转换Claude CodeCodexCursor
0
Stars
0
Forks
32
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/skill-translate/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/skill-translate/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Skill Translate — Cross-Platform Skill Porting

Gets a skill running on a platform other than the one it was written for. That means one of two very different jobs, and picking the wrong one wastes the whole run — so Step 0 exists to decide which.

Read [`references/platform-matrix.md`](references/platform-matrix.md) for the full compatibility matrix and per-platform conversion rules.

## Required Input

1. **Source skill** — path to a skill directory or SKILL.md file
2. **Target** — one of: `claude-code`, `codex`, `cursor`, `native-all`, `chatgpt`, `gemini`, `perplexity`, `hermes`, or `all`

If no target is specified, ask which tier the user means rather than guessing — "install everywher
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有