Query Snipara documentation when you need context about the codebase, APIs, architecture, or implementation details. Use this proactively whenever the user asks about how something works or where to find information.
From sniparanpx claudepluginhub snipara/snipara-claude --plugin sniparaThis skill uses the workspace's default tool permissions.
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.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
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.
When you need documentation or codebase context:
Use the mcp__snipara__rlm_context_query tool with:
query: The user's question or topicmax_tokens: 4000-8000 depending on complexitysearch_mode: "hybrid" (best results)If the query is complex, use mcp__snipara__rlm_plan first to break it down
For quick lookups, use mcp__snipara__rlm_ask (simpler, ~2500 tokens)
Examples:
Always prefer querying Snipara BEFORE reading individual files.