makerkit-docs

Retrieve MakerKit documentation pages and sections via INDEX.json navigation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/membranaestudio/claude-plugins --skill makerkit-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: makerkit-docs
Source: https://github.com/membranaestudio/claude-plugins/tree/main/makerkit-planner/skills/makerkit-docs
Command: npx skills add https://github.com/membranaestudio/claude-plugins --skill makerkit-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you access MakerKit's official documentation on demand, when you need patterns, configuration, or APIs that aren't in your local code.

Core Features & Use Cases

  • Official docs access: Retrieve pages and sections from the MakerKit documentation without leaving your workflow.
  • Index-driven navigation: Use the provided INDEX.json to locate the exact page URL (base_url + path) quickly.
  • Guided web searches: Leverage WebFetch and Read to extract precise guidance for patterns, configuration, or APIs.

Quick Start

WebFetch(url: "https://makerkit.dev/docs/next-supabase-turbo/development/permissions-and-roles", prompt: "List the RBAC tables, permissions and how to enforce them in code")