Toolverse
All skills

plantuml-ascii

by github

Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence

Installation

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

Installation

Quick info

Author
github
Category
DevOps
Views
24

About this skill

Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence diagrams, class diagrams, flowcharts in ASCII format, Generating Unicode-enhanced ASCII art with -utxt flag

How to use

  1. Zainstaluj PlantUML na swoim systemie: na macOS użyj brew install plantuml, na Ubuntu/Debian uruchom sudo apt-get install plantuml, na RHEL/CentOS sudo yum install plantuml, lub pobierz plik JAR bezpośrednio ze strony GitHub projektu PlantUML.

  2. Utwórz plik z diagramem PlantUML (np. diagram.puml) zawierający definicję diagramu w składni PlantUML – możesz tworzyć diagramy sekwencji (z uczestnikami i wiadomościami), diagramy klas lub schematy blokowe.

  3. Wygeneruj wyjście ASCII art za pomocą polecenia plantuml -txt diagram.puml dla standardowego formatu ASCII, lub plantuml -utxt diagram.puml dla ulepszonej wersji z charakterami Unicode, które wyglądają lepiej.

  4. Jeśli zainstalowałeś PlantUML jako plik JAR, użyj polecenia java -jar plantuml.jar -txt diagram.puml (lub -utxt dla wersji Unicode).

  5. Wynikowy diagram tekstowy pojawi się w terminalu lub zostanie zapisany w pliku – możesz go skopiować do dokumentacji, README, commitów Git lub wysłać w wiadomościach e-mail bez potrzeby załączania obrazów.

Related skills

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106

streamlit

by sverzijl

When working with Streamlit web apps, data dashboards, ML/AI app UIs, interactive Python visualizations, or building data science applications with Python

DevOps
49161

senior-computer-vision

by davila7

World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, real-time processing, and production

DevOps
1044

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127

dashboard-creator

by mhattingpete

Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.

DevOps
21124

docker-containerization

by openclaw

This skill should be used when containerizing applications with Docker, creating Dockerfiles, docker-compose configurations, or deploying containers to various platforms. Ideal for Next.js, React, Node.js applications requiring containerization for development, production, or

DevOps
1334