← ClaudeAtlas

ascii-visualizerlisted

Creates beautiful ASCII art visualizations for plans, architectures, workflows, and data. This skill should be used when explaining system architecture, creating implementation plans, showing workflows, visualizing comparisons, or documenting file structures. NOT for code syntax highlighting or markdown tables. User explicitly loves ASCII art - use liberally for visual communication.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 79
Install: claude install-skill aiskillstore/marketplace
# ASCII Visualizer Skill **🎯 SKILL ACTIVATION PROTOCOL** To use this skill, announce at the start of the response: ``` 🎯 Using ascii-visualizer skill for visual diagram generation ``` ## Purpose Create clear ASCII visualizations for ANY concept. **USER EXPLICITLY LOVES ASCII ART** - use liberally! ## When to Use - Architecture diagrams or system design - Implementation plans and workflows - Before/after comparisons or options - Progress indicators and metrics - File trees and hierarchies ## Pattern Library ### Box Diagrams ``` ┌─────────────────┐ │ Component A │ │ (Description) │ └────────┬────────┘ │ ▼ ┌─────────────────┐ │ Component B │ └─────────────────┘ ``` ### File Trees ``` test-orchestration-demo/ ├── .claude/ │ ├── skills/ ⭐ This skill! │ └── instructions/ ├── Docs/ │ └── results-implementation/ └── frontend/ ✨ 7-folder architecture ├── app/ (Next.js routes) ├─�� modules/ (Feature modules) ├── shared/ (UI components) ├── lib/ (Integrations) ├── store/ (Global state) ├── styles/ (Design system) └── types/ (TypeScript) ``` ### Flow Charts ``` User Answer │ ▼ tRPC Endpoint │ ▼ Claude AI → Evaluation │ ▼ Results Store → UI ``` ### Comparison Tables ``` ┌──────────────────────────────────────────┐ │ BEFORE (17 folders) AFTER (7 folders)│ ├──────────────────────────────