将其他 AI 编码助手的技能规范转换为 Amplifier 原生 SKILL.md 文件
该技能属于开源的 prompt-only 适配说明,无需密钥、未声明任何固定远程端点,也不自带代码执行能力。整体风险较低,主要需留意其仓库社区采用度低、许可证未声明且维护状态未知。
材料明确标注“需要的密钥/环境变量:无”,未见要求用户提供 API key、token 或其他敏感凭证,也未描述凭证存储或转发逻辑。
未声明任何远程端点 host。README 虽提到在需要时可用 web search/web_fetch 研究源平台规范,但未绑定到不明第三方服务,也未显示默认向外发送用户数据的固定外发路径。
系统检查项为“prompt-only”,说明其本质是技能说明/提示流程,而非可执行程序。材料中未见安装脚本、本机起进程、shell 执行或额外系统权限申请。
功能描述主要围绕读取源技能文件、分析其结构并生成适配后的 SKILL.md;未声明可批量扫描、持久化收集或写入超出该任务所需的本地数据。作为 prompt-only 内容,其数据访问仍取决于宿主平台授权。
来源为 GitHub 上的开源仓库,源码可审计,这是明显的降风险因素;但仓库 star 为 0、许可证未声明、维护状态未知,社区验证与持续维护信号较弱,需审慎评估后再纳入生产环境。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "adapt-skill" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/amplifier-bundle-skills/main/skills/adapt-skill/SKILL.md 2. 保存为 ~/.claude/skills/adapt-skill/SKILL.md 3. 装好后重载技能,告诉我可以用了
请把下面这个为 Claude Code 编写的技能转换成符合 Amplifier 规范的 SKILL.md,保留原始意图,并指出需要调整的平台相关约定: [粘贴原始技能内容]
一份结构完整的 Amplifier SKILL.md,并说明已替换或重写的 Claude Code 专属部分。
我有一个 Cursor 的技能模板,请将它适配为 Amplifier 原生技能文件,补齐缺失章节,并确保符合 Agent Skills 规范与 Amplifier 扩展: [粘贴技能模板]
一个可直接使用的 Amplifier 技能文档,包含规范化结构和补全后的必要章节。
请把这个来自其他 AI 助手平台的 SKILL.md 转成 Amplifier 版本,并在每个关键改动处添加简短说明,帮助我理解为什么这样改: [粘贴原文]
带有关键改动说明的 Amplifier 版 SKILL.md,便于迁移和复查。
Adapt a skill from another AI coding assistant into a properly structured
Amplifier SKILL.md. The output must conform to the Agent Skills specification
with Amplifier extensions and be immediately usable via /skill-name.
$ARGUMENTS: (Optional) Path to the source skill file or description of
what to adapt.Before writing any skill content, load the authoritative skills reference:
load_skill("skills-assist")
Ask skills-assist about:
skills-assist is the source of truth for Amplifier skill conventions. The examples in this skill are illustrative samples — consult skills-assist for the complete and up-to-date specification.
Success criteria: You have loaded and consulted skills-assist for the latest skill authoring conventions.
If the user wants to add the skill to a bundle (e.g., amplifier-bundle-skills),
delegate to foundation:explorer to understand the bundle's conventions,
existing skills, and structure. If saving to a personal or project directory,
skip this step.
Success criteria: You understand the target bundle's skill conventions and can produce a skill that fits in.
Read the source SKILL.md and identify:
Read vs read_file, AskUserQuestion
vs natural conversation, Bash(mkdir:*) vs bash).claude/skills/ vs .amplifier/skills/)Present a summary of what needs to change — grouped into natural clusters, not a wall of text. Let the user confirm the adaptation plan before proceeding.
Success criteria: You have a clear mapping of source conventions to Amplifier equivalents, and the user has confirmed the approach.
If the source skill uses unfamiliar fields or conventions, research the source platform's official documentation using web search and web_fetch. Compare the source platform's spec with Amplifier's to identify:
name, description, allowed-tools)model -> Amplifier's model_role)Skip this step if the source conventions are already well understood.
Success criteria: You understand the source platform's skill format well enough to make accurate adaptation decisions.
Walk through these decisions with the user, grouped into natural clusters (not one question per turn, not everything at once):
Identity and routing:
model_role based on the skill's primary cognitive task (consult skills-assist
for the full set of available roles)Execution model:
context: fork). Critical: forked skills CANNOT do
multi-turn conversation with the user — the sub-agent runs once and returns.
If the skill needs to interview the user, it must be inline.disable-model-invocation)allowed-tools — minimum set needed, translated to Amplifier tool names
(consult skills-assist for the current tool name reference)Save location:
…
帮助你安全编排 Docker 容器任务,并搭建可复现的开发运行环境
帮助你调研、规划并并行执行大规模代码变更,让多个代理分别提交 PR。
以资深工程师视角审视架构、遗留重构与工具选型,给出务实建议。
用多模型视觉能力分析图片内容、提取文字并回答图像相关问题。
帮助开发者设计安全持久的配置与状态文件管理模式,兼顾默认值合并和崩溃恢复。
帮助开发者构建含生命周期管理、WebSocket与SSE的 HTTP 服务模式
将当前对话中的可复用流程整理并保存为可反复调用的技能文件
用于创建、编辑与优化AI技能,并评测其效果与触发准确性。
帮助你创建、整理、校验并重构 AgentSkills 与 SKILL.md 技能文件。
帮助用户创建或更新技能,扩展 Codex 的知识、流程与工具能力
将网站、文档和代码库整理为适合 AI 编码代理使用的 SKILL.md 包
帮助你创建、修改并排查 AI 技能规范、调用与兼容性问题