Turn a repeated workflow into a reusable skill file from the current session.
This appears to be an open-source prompt-only skill with no required secrets and no declared remote endpoints. Its main capability is to analyze the current session and write a skill file to disk, so overall risk is low, with minor caution around local file writes and the session content being captured.
The material explicitly states that no keys or environment variables are required. There is no request for API tokens, account credentials, or other sensitive authentication data, so credential exposure and misuse risk is low.
No remote endpoints or external service calls are declared. Based on the material, it mainly analyzes the current session locally and generates a SKILL.md file, with no factual indication of user data being sent to third parties.
The system checks classify it as prompt-only. The documentation does not show it starting local processes, executing scripts, or requesting extra system capabilities. `load_skill("skills-assist")` appears to be an internal skill reference rather than arbitrary code execution.
This skill analyzes the current conversation and writes the generated SKILL.md to disk. That is within its stated purpose, but it still means it handles session content and creates local files, so the save path and written content should be reviewed.
The source is an open-source GitHub repository, which improves auditability, and its placement under microsoft/amplifier-bundle-skills is a positive trust signal. However, the license is unspecified, community adoption is 0 stars, and maintenance status is unknown, so supply-chain confidence is only moderate and the repository should be reviewed before production use.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "skillify" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/amplifier-bundle-skills/main/skills/skillify/SKILL.md 2. Save it as ~/.claude/skills/skillify/SKILL.md 3. Reload skills and tell me it's ready
Please turn the requirement breakdown and weekly report workflow we just completed into a reusable skill and save it as SKILL.md.
A complete skill file describing triggers, steps, inputs, outputs, and usage instructions.
I want to make this customer research synthesis process into a skill. Extract the steps from this conversation, confirm the structure with me, then write the skill file.
It first drafts and confirms the workflow, then produces a skill definition file ready to save.
skillify: Save the document proofreading process we just repeated as a new skill so I can reuse it later.
A reusable skill file generated from the session, enabling faster execution of the same task later.
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.
…
Safely orchestrate Docker tasks and build reproducible development stack environments.
Convert skills from other AI coding assistants into Amplifier-native SKILL.md files.
Review code changes for reuse, quality, and efficiency, then fix issues.
Research, plan, and execute large code changes with parallel PR-producing agents.
Get skeptical, practical guidance on architecture, legacy refactors, and tooling decisions.
Build HTTP service patterns with lifecycle hooks, WebSockets, SSE, and proxying.
Create, refine, and evaluate AI skills for better performance and triggering accuracy.
Create, refine, validate, and restructure AgentSkills and SKILL.md files.
Create or update skills that extend Codex with knowledge, workflows, and tools.
Compile websites, docs, and repos into SKILL.md packages for coding agents.
Create reusable SKILL.md skills that package repeatable workflows for future use.
Create or refine AI skills with scope, workflows, and tool integrations.