ateam_delete_skill
⚠️ IRREVERSIBLE in Core + Builder FS — kills the running MCP process, unregisters from skill registry, deletes the Mongo record, drops from solution.skills[] and solution.linked_skills, and removes the skill's files from Builder FS. REQUIRES confirm:true. RECOVERY: the skill still lives in GitHub — ateam_github_pull rebuilds the whole solution (no per-skill restore path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | REQUIRED. Must be exactly true. A missing/false value refuses the call with a recovery hint. | |
| skill_id | Yes | The skill ID to remove (e.g. 'linkedin-agent') | |
| solution_id | Yes | The solution ID (e.g. 'personal-adas') |