From react-flow
React Flow documentation tools. Browse, search, and retrieve @xyflow/react docs for node-based UIs, flow editors, custom nodes, custom edges, interactive diagrams. Also covers: reactflow, xyflow, react flow hooks, react flow api.
npx claudepluginhub yteruel31/claude-marketplace --plugin react-flowThis skill uses the workspace's default tool permissions.
This skill provides read-only tools for browsing, searching, and retrieving React Flow (@xyflow/react) documentation.
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.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
Generates production-ready Python code for Dataverse SDK with error handling, singleton clients, retry logic, OData optimizations, logging, and type hints.
Share bugs, ideas, or general feedback.
This skill provides read-only tools for browsing, searching, and retrieving React Flow (@xyflow/react) documentation.
list_pagesList available documentation pages with optional category filtering.
Parameters:
include_description (optional): Include page descriptions in output (default: false)category (optional): Filter by category — api-reference, learn, or uiExample:
Use list_pages with category: "api-reference" to see all API reference pages
get_page_infoGet page metadata and list of available sections.
Parameters:
page_name (required): Page name (e.g., "api-reference/react-flow", "learn/concepts/building-a-flow")Example:
Use get_page_info with page_name: "api-reference/react-flow" to see what sections are available
get_pageGet the full markdown content for a page, or a specific section.
Parameters:
page_name (required): Page namesection_name (optional): Section name to fetch (use get_page_info to see available sections)Example:
Use get_page with page_name: "api-reference/react-flow" and section_name: "Props"
search_docsSearch documentation by title, description, or page name.
Parameters:
query (required): Search queryExample:
Use search_docs with query: "custom node" to find relevant documentation
For most documentation lookups, chain the tools in this order:
list_pages with a category filter to find relevant page namesget_page_info on a page to see its available sectionsget_page with a specific section to get the content you needFor targeted queries, use search_docs first to find the right page, then get_page to retrieve it.
fetch_docs.py to refresh