Delete Skill
This skill guides the user through deleting a topic from their Copilot Studio agent. Deleting means removing the topic 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 topic from their Copilot Studio agent. Deleting means removing the topic 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
- Developers using Employee-Self-Service-Agent-Developer-Kit
Technical details
- Install or run with Copy skill directory
When to use Delete Skill
- Use it for developers using employee-self-service-agent-developer-kit.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Employee-Self-Service-Agent-Developer-Kit
- Skill file: solutions/ess-maker-skills/src/skills/topics/delete/SKILL.md
What it does
This skill guides the user through deleting a topic from their Copilot Studio agent. Deleting means removing the topic both locally AND from the live environment via push.
Skill instructions
Delete Topic Skill This skill guides the user through deleting a topic from their Copilot Studio agent. Deleting means removing the topic 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 a local file is NOT the same as deleting the topic 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 file. 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 the local file. - NEVER delete a file without confirming with the user first. - NEVER delete system topics unless the user explicitly insists after a warning. - TRACK PROGRESS: Use the todo list tool to track your progress. Step 1: Identify the Topic Read .local/config.j
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 topic from their Copilot Studio agent. Deleting means removing the topic both locally AND from the live environment via push.
Who is Delete best for?
Delete is best for reusing agent instructions, scripts, and references.
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.