From lead-ace
This skill should be used when the user asks to "delete a project", "remove a project", or wants to permanently delete a registered project and all its data from the server.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lead-ace:delete-project <project-id><project-id>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
A skill that permanently deletes a project and all its associated data (prospects, outreach logs, responses, evaluations) from the server.
A skill that permanently deletes a project and all its associated data (prospects, outreach logs, responses, evaluations) from the server.
Before starting: Read ${CLAUDE_PLUGIN_ROOT}/references/workspace-conventions.md and follow the cross-cutting conventions there (data storage, MCP error handling, document writes, output discipline).
$0 (required)Return an error if $0 is empty.
Use AskUserQuestion to ask: "Are you sure you want to delete project '$0' and ALL its data (prospects, outreach logs, responses, evaluations, documents)? This cannot be undone."
If the user declines, abort.
Call mcp__plugin_lead-ace_api__delete_project with projectId: "$0".
If the tool returns a "Project not found" error, report that the project does not exist and exit.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub aitit-inc/leadace --plugin leadace