Toolverse
All skills

flowchart-generator

by dkyazzentwatwa

Generate flowcharts from YAML/JSON definitions or Python DSL. Supports standard flowchart shapes, swimlanes, and PNG/SVG/PDF export.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Mobile
Views
89

About this skill

Generate flowcharts from YAML/JSON definitions or Python DSL. Supports standard flowchart shapes, swimlanes, and PNG/SVG/PDF export.

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude/Copilot, dodając moduł flowchart-generator do dostępnych narzędzi agenta.

  2. Zaimportuj FlowchartGenerator w swoim skrypcie Python: from scripts.flowchart_gen import FlowchartGenerator, a następnie utwórz instancję generatora.

  3. Zdefiniuj swój przepływ za pomocą Python DSL, dodając węzły za pomocą metod takich jak flow.start(), flow.process(), flow.decision() i flow.end(). Każdy węzeł może mieć unikalny identyfikator (parametr id).

  4. Połącz węzły metodą flow.connect(), podając identyfikatory węzłów źródłowego i docelowego. Możesz dodać etykiety do połączeń, na przykład label="Yes" dla gałęzi decyzji.

  5. Alternatywnie załaduj proces z pliku YAML za pomocą flow.from_yaml("plik.yaml") zamiast ręcznego definiowania węzłów.

  6. Wygeneruj diagram metodą flow.generate() i zapisz go w wybranym formacie: flow.generate().save("schemat.png") dla PNG, SVG, PDF lub DOT.

Related skills

sequential-thinking

by mrgoonie

Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.

Mobile
60238

android-kotlin-development

by aj-geddes

Develop native Android apps with Kotlin. Covers MVVM with Jetpack, Compose for modern UI, Retrofit for API calls, Room for local storage, and navigation architecture.

Mobile
152396

build-macos-apps

by glittercowboy

Build professional native macOS apps in Swift with SwiftUI and AppKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode.

Mobile
31136

vercel-react-native-skills

by vercel-labs

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or

Mobile
1745

ios-simulator-skill

by conorluddy

21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for AI agents with minimal token output.

Mobile
19154

react-native-design

by wshobson

Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations.

Mobile
1964