将当前对话中的可复用流程整理并保存为可反复调用的技能文件
该技能材料显示其为开源的提示词型 Skill,不需要密钥,也未声明任何远程端点。主要能力是分析当前会话并将技能文件写入磁盘,整体风险较低,但涉及本地文件写入与会话内容整理,使用时仍应留意保存位置与输出内容。
材料明确标注无需密钥或环境变量,未见要求输入 API token、账号凭证或其他敏感认证信息,凭证泄露与滥用面较小。
未声明任何远程端点或外部服务调用;从材料看主要在本地分析当前会话并生成 SKILL.md,未见将用户数据外发到第三方的事实依据。
系统检查项已标注为 prompt-only;文档未显示其会在本机启动进程、执行脚本或申请额外系统能力。`load_skill("skills-assist")` 更像技能内引用而非任意代码执行。
该技能会分析当前会话内容,并将生成的 SKILL.md 写入磁盘;这属于其声明功能范围内的本地数据处理,但仍意味着会接触会话信息并产生文件落地,应确认保存路径与写入内容是否合适。
来源为 GitHub 上的开源仓库,具备可审计性,且归属 microsoft/amplifier-bundle-skills 对可信度有正向作用;但许可证未声明、社区采用度为 0 star、维护状态未知,因此供应链信心一般,建议先审阅仓库内容再纳入生产使用。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "skillify" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/amplifier-bundle-skills/main/skills/skillify/SKILL.md 2. 保存为 ~/.claude/skills/skillify/SKILL.md 3. 装好后重载技能,告诉我可以用了
请把我们刚才完成的需求拆解与周报生成流程整理成一个可复用的 skill,并保存为 SKILL.md。
生成一份结构完整的技能文件,概括触发条件、步骤、输入输出和使用说明。
我想把这套客户调研总结流程做成技能,先根据当前对话提炼步骤,再向我确认结构后写入技能文件。
先输出流程草案并进行确认,随后生成可落盘保存的技能定义文件。
skillify:把我们刚才反复执行的文档校对流程保存成新技能,方便以后直接复用。
基于当前会话生成可复用技能文件,使后续相同任务能够快速调用。
Create a well-structured, reusable Amplifier SKILL.md skill file that captures
a repeatable process from the current session so it can be invoked again later
via /skill-name. The skill must conform to the Agent Skills specification
with Amplifier extensions.
$ARGUMENTS: (Optional) Description of the process to capture as a skill.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.
Before asking the user anything, analyze the conversation history to identify:
Success criteria: You have a clear mental model of the process, its steps, inputs, outputs, and success criteria.
Output density rule: Group related decisions into natural clusters — not one question per turn (tedious) and not everything at once (overwhelming). Present your analysis first, let the user absorb it, then ask related questions together. For example, present identity/routing decisions as one cluster, execution model decisions as another.
Calibrate interview depth to the complexity of the process. A simple 2-step workflow needs 1-2 rounds. A complex multi-step workflow with parallel tasks and irreversible actions needs the full treatment.
context: fork) as an isolated subagent. Forked is better for
self-contained tasks that don't need mid-process user input; inline is
better when the user wants to steer mid-process..amplifier/skills/<name>/SKILL.md) — project-specific~/.amplifier/skills/<name>/SKILL.md) — follows you across projectsamplifier-bundle-skills/skills/<name>/SKILL.md) — if
contributing to the curated collectionSkip this round for simple skills with obvious steps. For complex skills:
Pay special attention to places where the user corrected you during the session. These corrections are the most valuable design signals.
…
帮助你调研、规划并并行执行大规模代码变更,让多个代理分别提交 PR。
用多模型视觉能力分析图片内容、提取文字并回答图像相关问题。
帮助开发者设计安全持久的配置与状态文件管理模式,兼顾默认值合并和崩溃恢复。
以资深工程师视角审视架构、遗留重构与工具选型,给出务实建议。
帮助开发与运维设计兼顾本地顺畅和远程安全的认证与 TLS 接入方案。
帮助开发者设计易安装、易扩展且配置分层清晰的 CLI 工具模式。
用于创建、编辑与优化AI技能,并评测其效果与触发准确性。
帮助你创建、整理、校验并重构 AgentSkills 与 SKILL.md 技能文件。
将其他 AI 编码助手的技能规范转换为 Amplifier 原生 SKILL.md 文件
帮助用户创建或更新技能,扩展 Codex 的知识、流程与工具能力
将网站、文档和代码库整理为适合 AI 编码代理使用的 SKILL.md 包
帮助你把常用工作流程封装成可复用的 SKILL.md 技能模板