Markdown Converter
Agent skill for markdown-converter
Delegate tasks to Microsoft Amplifier's remote agent ecosystem via CLI.
Sign in to like and favorite skills
name: amplifier-agent-delegation description: Delegate tasks to Microsoft Amplifier's remote agent ecosystem via CLI. allowed-tools:
When the user asks to use "Amplifier" to do something, delegate to Microsoft Amplifier's remote agent ecosystem via the CLI.
Invoke Amplifier when the user says:
If the user just says "use bug-hunter" without mentioning Amplifier, use your local/native agents instead.
Run this bash command:
amplifier run --bundle foundation "{user's task description}"
Examples:
# User: "Use Amplifier to debug this code" amplifier run --bundle foundation "Debug this code and find potential issues: {code}" # User: "Have Amplifier review security" amplifier run --bundle foundation "Review this code for security vulnerabilities: {code}" # User: "Delegate architecture planning to Amplifier" amplifier run --bundle foundation "Analyze this system architecture and suggest improvements: {context}"
Amplifier automatically routes tasks to the right specialist:
| Specialty | What It Does |
|---|---|
| Architecture | System design, module boundaries, refactoring strategies |
| Debugging | Hypothesis-driven bug hunting, root cause analysis |
| Security | OWASP checks, vulnerability scanning, auth review |
| Testing | Coverage analysis, test case suggestions, gap identification |
| Research | Codebase exploration, web research, documentation |
| Operations | Git workflows, API integration, dependency management |
You don't need to specify which agent — just describe the task and Amplifier picks the right one.
| Use Amplifier When... | Use Local Agents When... |
|---|---|
| User explicitly says "Amplifier" | User just names a task type |
| Task needs Amplifier's full tool ecosystem | Quick local analysis suffices |
| Multi-step workflows with context | Single-step tasks |
| User wants a second opinion from Amplifier | Default behavior |
After running, you can verify Amplifier was used:
ls -lt ~/.amplifier/projects/*/sessions/ | head -3
uv tool install git+https://github.com/microsoft/amplifieramplifier provider installANTHROPIC_API_KEY or OPENAI_API_KEY