From dbt-extras
Generates Mermaid diagrams of dbt model lineage and dependencies using MCP tools, manifest.json, or code parsing. Visualizes DAGs in markdown with color-coded nodes and legend.
npx claudepluginhub dbt-labs/dbt-agent-skills --plugin dbt-extrasThis skill is limited to using the following tools:
1. If name is provided, use that name
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Follow this hierarchy. Use the first available method:
Primary: Use get_lineage_dev MCP tool (if available)
Fallback 1: Use get_lineage MCP tool (if get_lineage_dev not available)
Fallback 2: Parse manifest.json (if no MCP tools available)
Last Resort: Parse code directly (if manifest.json too large or missing)
graph LR directive to define a left-to-right graph.