From platform
Generates Mermaid diagrams for flowcharts, sequence diagrams, state diagrams, class diagrams, ERDs, and system architectures to visualize complex concepts and processes.
npx claudepluginhub closedloop-ai/claude-plugins --plugin platformThis skill uses the workspace's default tool permissions.
To create clear, effective Mermaid diagrams that visualize complex concepts, system architectures, and control flows. This skill provides comprehensive guidance for generating diagrams that aid understanding of intricate systems and processes.
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.
To create clear, effective Mermaid diagrams that visualize complex concepts, system architectures, and control flows. This skill provides comprehensive guidance for generating diagrams that aid understanding of intricate systems and processes.
references/mermaid-syntax.md for correct syntaxmermaid language identifierreferences/mermaid-syntax.md to ensure clarity and correctnessNode Syntax: Use NodeID[Label] for rectangular nodes, {Decision} for diamonds, (Rounded) for rounded nodes.
Edge Syntax: Connect nodes with --> for arrows, -.-> for dotted lines, and |Label| for edge descriptions.
Prohibited Symbols: Avoid unescaped quotes, pipes, brackets, colons, and semicolons in node IDs. Use underscores or hyphens for spaces in IDs, and quoted strings for complex labels.
For detailed syntax guidance, refer to references/mermaid-syntax.md.