MCP HubMCP Hub
스킬 목록으로 돌아가기

mkdocs-flowchart

vamseeachanta
업데이트됨 Today
8 조회
3
2
3
GitHub에서 보기
기타data

정보

이 mkdocs 하위 스킬은 개발자가 문서에 Mermaid 플로우차트 다이어그램을 직접 삽입할 수 있게 합니다. 마크다운 파일 내의 플로우차트 코드를 처리하고 렌더링하여 프로세스와 의사 결정 흐름을 시각적으로 문서화할 수 있습니다. 기술 문서와 함께 명확하고 자동화된 다이어그램을 생성하는 데 사용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add vamseeachanta/workspace-hub
플러그인 명령대체
/plugin add https://github.com/vamseeachanta/workspace-hub
Git 클론대체
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/mkdocs-flowchart

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

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

GitHub 저장소

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

연관 스킬

content-collections

메타

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.

스킬 보기

polymarket

메타

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.

스킬 보기

hybrid-cloud-networking

메타

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.

스킬 보기

llamaindex

메타

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.

스킬 보기