Generate ASCII art including boxes, tables, trees, and banners. Use when creating text diagrams.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill sketch --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sketch?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-sketch)More formats (shields.io, HTML) on the badges page.
---
name: "sketch"
version: "3.0.0"
description: "Generate ASCII art including boxes, tables, trees, and banners. Use when creating text diagrams."
author: "BytesAgain"
homepage: "https://bytesagain.com"
---
# sketch
Generate ASCII art including boxes, tables, trees, and banners. Use when creating text diagrams.
## Commands
### `box`
```bash
scripts/script.sh box <text>
```
### `table`
```bash
scripts/script.sh table <data>
```
### `tree`
```bash
scripts/script.sh tree <dir>
```
### `banner`
```bash
scripts/script.sh banner <text>
```
### `line`
```bash
scripts/script.sh line <length char>
```
### `flowchart`
```bash
scripts/script.sh flowchart <steps>
```
### `border`
```bash
scripts/script.sh border <text style>
```
## Data Storage
Data stored in `~/.local/share/sketch/`.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!