documentation-retrieval

Retrieve documentation from Context7, Supabase MCP, and Zen MCP sources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alldigitalrewards/changemaker-minimal --skill documentation-retrieval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-retrieval
Source: https://github.com/alldigitalrewards/changemaker-minimal/tree/main/.claude/skills/documentation-retrieval
Command: npx skills add https://github.com/alldigitalrewards/changemaker-minimal --skill documentation-retrieval

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__context7, mcp__supabase, mcp__zen.

What problem does it solve?

Spending valuable development time searching for documentation across various platforms and sources can be inefficient and interrupt your flow. This skill centralizes documentation retrieval, allowing you to quickly access relevant information from official sources and web searches.

Core Features & Use Cases

  • Multi-Source Access: Fetches documentation from Context7 (Next.js, React, Prisma, etc.), Supabase MCP (Auth, RLS), and Zen MCP (web search for third-party APIs).
  • Intelligent Querying: Constructs precise queries to get API references, component docs, configuration guides, and best practices.
  • Contextual Application: Extracts relevant code examples and patterns, then guides you in applying them directly to your implementation.
  • Use Case: When you need to implement a Next.js server action with path revalidation, use this skill to query Context7 for "server actions revalidatePath". It will retrieve the official documentation, provide the correct code pattern, and help you integrate it into your Changemaker codebase, saving you from manual searching.

Quick Start

Find documentation on how to set up Row Level Security policies for multi-tenant applications using Supabase.