From gotcontext
Bulk compression of a file corpus — up to 50 documents per call — for later queries rather than one-off reads. Use this skill whenever the user wants to pre-process a directory, a support-ticket dump, meeting notes, or any sizable corpus before Q&A. Trigger phrases include "compress all these files", "pre-process this corpus", "shrink everything in /path", "bulk-compress for Q&A", or when onboarding Claude to a large project that needs a lot of ingested context. Submits an async job to gotcontext's batch queue and returns a job id; the job processes in the background with per-item error reporting so one bad file doesn't block the batch. Pro, Team, or Enterprise plan required.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gotcontext:batch-compressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
For corpus-scale pre-processing, batching amortizes network round-trips
For corpus-scale pre-processing, batching amortizes network round-trips
and returns one aggregate savings report. A loop of ingest_context
calls is the slow and expensive path for the same work.
.gitignore. Skip binaries, generated
files, lockfiles, node_modules, vendor, dist, build.batch_ingest_documents (MCP tool; Pro+). Returns a
job_id immediately.GET /v1/batch-queue/{id} (REST) or subscribe
to GET /v1/batch-queue/stream for SSE updates.shrink-for-claude.batch_ingest_documents returns HTTP 403 on Free with an upgrade
link. Surface that response faithfully — don't paper over it with a
fallback loop. The user wanted batch throughput; they should see the
upgrade path instead of a silent slow fallback.
If the batch will have >200 items, confirm before enqueuing. Processing time scales linearly and the user may have wanted a smaller slice.
npx claudepluginhub oimiragieo/gotcontext-sdk --plugin gotcontextFetches 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.