Stats
Actions
Tags
From sanka
Cancel import job in live Sanka. Use when the user explicitly invokes /sanka:cancel-import-job.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sanka:cancel-import-job <id><id>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use only the attached Sanka MCP tools in this thread.
Use only the attached Sanka MCP tools in this thread.
Workflow:
cancel_import_job directly.Auth required or the client surfaces an authentication challenge, call auth_status exactly once. If it returns an explicit reconnect URL such as connect_url or authorization_url, show that URL verbatim. If it only returns OAuth metadata and not a reconnect URL, tell the user to launch the MCP client's native Sanka OAuth flow or reconnect action for this server, then retry the same Sanka request.Guardrails:
auth_status or connect_sanka as a preflight for this command.list_mcp_resources, list_mcp_resource_templates, or tool_search as a preflight for this command.Auth required, call auth_status exactly once to surface reconnect metadata. If it only returns metadata, tell the user to start the client-native Sanka OAuth flow.auth_status returns an explicit reconnect URL such as connect_url or authorization_url, repeat it verbatim.auth_status.auth_status only returns OAuth metadata such as authorization_server_url, resource_metadata_url, resource_url, reconnect_rpc_method, or reconnect_server_name, tell the user to trigger the MCP client's native Sanka OAuth flow or reconnect action and then retry.search_docs or execute when cancel_import_job covers the request.npx claudepluginhub sankahq/sanka-plugin --plugin sankaGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.