Preview
A lean Agentic Workflow Kit for the Claude Code CLI. Add guardrails, multi-agent routing, privacy gates, and intelligent context-awareness to your AI coding sessions in seconds.
npx -y skills add namtroi/agentic-base --skill previewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate visual explanations — Mermaid diagrams, ASCII art, architecture visualizations.
SKILL.md
1.0 KB, as published. Nobody here has run it
Preview Skill
Generate visual explanations for complex code, architecture, and data flows.
Modes
| Flag | Output |
|---|---|
--diagram [topic] | Mermaid architecture/flow diagram |
--explain [topic] | Visual explanation with ASCII + Mermaid |
--ascii [topic] | Terminal-friendly ASCII-only output |
When to Use
- Topic has 3+ interacting components
- User asks "explain", "how does X work", "visualize"
- Architecture decisions need communication
Mermaid Guidelines
- Use
graph TDfor top-down flows - Use
sequenceDiagramfor interactions - Use
classDiagramfor structure - Quote labels with special chars:
id["Label (info)"] - Keep diagrams focused — max 15 nodes
Output
Save visuals to project directory (e.g., docs/diagrams/ or plans/visuals/).
Render inline in response for immediate feedback.