From ImageKit Plugin
MANDATORY PRE-STEP: You MUST read and follow this skill BEFORE calling the `search_docs` tool. This skill teaches you how to craft effective queries, select the right sources, and handle results when searching ImageKit documentation. Never call the search_docs MCP tool without first consulting this skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imagekit-plugin:search-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill MUST be invoked and read before you call `search_docs`. It contains critical instructions for crafting queries and selecting sources that determine whether the tool returns useful results.
This skill MUST be invoked and read before you call search_docs. It contains critical instructions for crafting queries and selecting sources that determine whether the tool returns useful results.
Workflow:
search_docs with the prepared parametersRequired: query - Clear, specific question about ImageKit (see Query Crafting below)
Optional: sources array (default: ["imagekit_guides", "imagekit_community"])
imagekit_guides: Official guides and tutorialsimagekit_community: User-generated content, practical solutions. Great for troubleshooting and real-world use cases.imagekit_api_references: Technical API detailsimagekit_sdk: SDK implementation examplesRule: Always rewrite vague user questions into specific, searchable queries before calling the tool.
| User Says | Bad Query (don't pass this) | Good Query |
|---|---|---|
| "Tell me about ImageKit" | "tell me about ImageKit" | "ImageKit features overview image optimization CDN" |
| "How do I upload?" | "upload" | "How to upload files using ImageKit upload API" |
| "Pricing info" | "pricing" | "ImageKit pricing plans and extension unit costs" |
| "Can it do background removal?" | "background removal" | "How to apply background removal using ImageKit AI transformation" |
| Use Case | Sources |
|---|---|
| General features | ["imagekit_guides", "imagekit_community"] |
| API details | ["imagekit_guides", "imagekit_api_references"] |
| SDK examples | ["imagekit_sdk", "imagekit_guides", "imagekit_community"] |
| Troubleshooting | ["imagekit_community", "imagekit_guides"] |
Always cite sources:
References:
1. [Title]: [URL]
If results don't answer the question, acknowledge the limitation and suggest contacting ImageKit support.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub imagekit-developer/skills --plugin imagekit-plugin