skills/ascii-skills/ascii-diagram-boxflow/SKILL.md
Generate plain ASCII box-flow diagrams (boxes + arrows) for environments without renderers, with alignment rules and split strategies for complex graphs.
npx skillsauth add teachingai/agent-skills ascii-diagram-boxflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CRITICAL TRIGGER RULE
ascii-diagram-boxflow.Trigger phrases include:
scripts/boxflow.py: best-effort for linear flows and single 2-way branchingexamples/login-flow.mdInput: nodes=[Login, Validate, Dashboard], edges=[Login->Validate, Validate->Dashboard], direction=TB:
+----------------+
| Login |
+----------------+
|
v
+----------------+
| Validate |
+----------------+
|
v
+----------------+
| Dashboard |
+----------------+
Long name truncation (boxWidth=16): "Authentication Service" becomes "Authenticati...".
<= width; no trailing spacesEnglish: ascii-diagram-boxflow, ascii diagram, flowchart, box, arrow, plain text, terminal 中文: ascii-diagram-boxflow, ASCII 框图, 流程图, 纯文本, 盒子, 箭头, 终端
development
Guidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configuration, routing, data fetching, or API reference details.
tools
Provides comprehensive guidance for Flask framework including routing, templates, forms, database integration, extensions, and deployment. Use when the user asks about Flask, needs to create web applications, implement routes, or build Python web services.
development
Provides comprehensive guidance for FastAPI framework including routing, request validation, dependency injection, async operations, OpenAPI documentation, and database integration. Use when the user asks about FastAPI, needs to create REST APIs, or build high-performance Python web services.
development
Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework, and deployment. Use when the user asks about Django, needs to create web applications, implement models and views, or build Django REST APIs.