From pluckr
Use whenever the user mentions a library, framework, SDK, or documented system to first search the local pluckr cache via the search_docs tool before reaching for the web. The cache holds curated, up-to-date markdown for the user's subscribed sources and is the cheapest, most accurate context for documented APIs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pluckr:pluckr-docs-cacheThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user has a local pluckr cache running as an MCP server. It holds
The user has a local pluckr cache running as an MCP server. It holds markdown copies of the docs sites, GitHub repos, llms.txt endpoints, and local folders they care about, indexed for full-text search.
list_sources once at the start of a session if you don't yet
know what's cached. Cache the result; sources don't change mid-task.search_docs(query, sources?, limit?) with the most specific
identifier the user mentioned (function name, error message, config
key). BM25 rewards exact matches.get_page(source, path) to read the
surrounding context. Don't dump the whole page into your reply
verbatim - quote the relevant lines and link to the URL.stale flag on hits. If a result is older than seven
days, mention that the cache is stale and consider whether the
user wants refresh_source(name) or a web check.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 sarthakshrivastav-a/pluckr --plugin pluckr