From partme-ai-full-stack-skills
Generates plain ASCII box-flow diagrams (boxes + arrows) for plain-text environments like terminals without renderers. Supports alignment rules, truncation, and split strategies for complex graphs up to 12 nodes.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
**CRITICAL TRIGGER RULE**
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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 框图, 流程图, 纯文本, 盒子, 箭头, 终端