Stats
Actions
Tags
From sanka
Apply a company-wide price-table percentage across all items in live Sanka. Use when the user explicitly invokes /sanka:apply-company-price-table-items.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sanka:apply-company-price-table-items <company id and percentage><company id and percentage>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:
company_id and the percentage to apply. If either is missing, ask a concise follow-up.apply_company_price_table_items directly.Auth required, missing_scope, or insufficient_scope, call auth_status exactly once with { required_scopes: ["companies:write"] }. 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, missing_scope, or insufficient_scope, call auth_status exactly once with { required_scopes: ["companies:write"] } 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 apply_company_price_table_items 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.