Delete Skill
This skill guides the user through deleting a Power Automate cloud flow (workflow) from their Copilot Studio agent. Deleting means removing the workflow both locally AND from the live environment via push. Published by microsoft in Employee-Self-Service-Agent-Developer-Kit.
What is Delete Skill?
This skill guides the user through deleting a Power Automate cloud flow (workflow) from their Copilot Studio agent. Deleting means removing the workflow both locally AND from the live environment via push. Published by microsoft in Employee-Self-Service-Agent-Developer-Kit. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use Delete Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Employee-Self-Service-Agent-Developer-Kit
- Skill file: solutions/ess-maker-skills/src/skills/workflows/delete/SKILL.md
What it does
This skill guides the user through deleting a Power Automate cloud flow (workflow) from their Copilot Studio agent. Deleting means removing the workflow both locally AND from the live environment via push.
Skill instructions
Delete Workflow Skill This skill guides the user through deleting a Power Automate cloud flow (workflow) from their Copilot Studio agent. Deleting means removing the workflow both locally AND from the live environment via push. CRITICAL — Local Files Are a Working Copy The files in workspace/agents/{slug}/ are a working copy of what's deployed in Copilot Studio. Deleting local files is NOT the same as deleting the workflow from the live agent. You MUST push the deletion to Copilot Studio via push.py for it to take effect. NEVER stop after deleting only the local files. Rules - ALWAYS read .local/config.json to get the agent folder, slug, and schema name. - ALWAYS checkpoint before deleting anything. - ALWAYS push the deletion to Copilot Studio after removing local files. - NEVER delete without confirming with the user first. - NEVER delete the shared ESS orchestrator flows (ServiceNow/Workday shared flows) unless the user explicitly insists after a strong warning. - TRACK PROGRESS: Use
Explore related resources
Frequently asked questions
What is Delete?
Delete is a open-source AI agent skill with Copy skill directory. This skill guides the user through deleting a Power Automate cloud flow (workflow) from their Copilot Studio agent. Deleting means removing the workflow both locally AND from the live environment via push.
Who is Delete best for?
Delete is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install Delete?
Install or run Delete using Copy skill directory. Check Delete for the latest setup command.
Is Delete actively maintained?
Delete may need a closer maintenance check before production use.
Auto-fetched from GitHub.