Use Snipara's planning tools when the user asks you to implement a complex feature, refactor code, or tackle a multi-step task. Generate execution plans before starting work.
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 the user asks you to implement something complex:
First check if it's complex enough:
Use mcp__snipara__rlm_plan with:
query: The task descriptionmax_tokens: 16000 for comprehensive plansstrategy: "relevance_first" (default) or "depth_first"Or use mcp__snipara__rlm_decompose to break into chunks:
query: The taskmax_depth: 2 (recommended)Then query context for each sub-task as you implement
Example workflow: