MCP HubMCP Hub
Retour aux compétences

mkdocs-flowchart

vamseeachanta
Mis à jour Today
6 vues
3
2
3
Voir sur GitHub
Autredata

À propos

Cette sous-compétence mkdocs permet aux développeurs d'intégrer directement des diagrammes de flux Mermaid dans la documentation. Elle traite et rend le code des organigrammes dans les fichiers markdown, vous permettant de documenter visuellement les processus et les flux décisionnels. Utilisez-la pour créer des diagrammes clairs et automatisés aux côtés de votre documentation technique.

Installation rapide

Claude Code

Recommandé
Principal
npx skills add vamseeachanta/workspace-hub
Commande PluginAlternatif
/plugin add https://github.com/vamseeachanta/workspace-hub
Git CloneAlternatif
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/mkdocs-flowchart

Copiez et collez cette commande dans Claude Code pour installer cette compétence

Documentation

Flowchart

Flowchart

flowchart TD
    A[Start] --> B{Is it valid?}
    B -->|Yes| C[Process Data]
    B -->|No| D[Show Error]
    C --> E[Save Results]
    D --> F[Log Error]
    E --> G[End]
    F --> G

Dépôt GitHub

vamseeachanta/workspace-hub
Chemin: .claude/skills/_internal/documentation/mkdocs/flowchart

Compétences associées

content-collections

Méta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

Voir la compétence

polymarket

Méta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

Voir la compétence

hybrid-cloud-networking

Méta

This skill configures secure hybrid cloud networking between on-premises infrastructure and cloud platforms like AWS, Azure, and GCP. Use it when connecting data centers to the cloud, building hybrid architectures, or implementing secure cross-premises connectivity. It supports key capabilities such as VPNs and dedicated connections like AWS Direct Connect for high-performance, reliable setups.

Voir la compétence

llamaindex

Méta

LlamaIndex is a data framework for building RAG-powered LLM applications, specializing in document ingestion, indexing, and querying. It provides key features like vector indices, query engines, and agents, and supports over 300 data connectors. Use it for document Q&A, chatbots, and knowledge retrieval when building data-centric applications.

Voir la compétence